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

do not install all suggests list for all packages!

parent 4df150e9
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ RUN wget http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar
&& install2.r --error \
--repos 'https://cloud.r-project.org/' \
--repos 'http://www.bioconductor.org/packages/release/bioc' \
--deps TRUE \
## from CRAN
DCluster \
RColorBrewer \
......@@ -83,6 +82,6 @@ RUN wget http://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar
spatstat \
spdep \
splancs \
geoR \
geoR \
## from bioconductor
rhdf5
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