Skip to content
Snippets Groups Projects
Commit 66614f94 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

do not install ggplot2 suggests list

ggplot2 3.0 suggests sf, we do not want tidyverse to become rocker/geospatial quite yet
parent 4152f2d3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
--deps TRUE \
tidyverse \
dplyr \
ggplot2 \
devtools \
formatR \
remotes \
......
......@@ -13,7 +13,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
--deps TRUE \
tidyverse \
dplyr \
ggplot2 \
devtools \
formatR \
remotes \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment