@@ -21,9 +21,9 @@ if [ -f "/opt/conda/bin/R" ]; then
21
21
mamba install --quiet --yes -c conda-forge \
22
22
r-raster \
23
23
imagemagick \
24
- libgdal \
24
+ libgdal
25
25
26
- R -e " install.packages('rgdal', repo='${CRAN} ', Ncpus=${NCPUS} )"
26
+ # R -e "install.packages('rgdal', repo='${CRAN}', Ncpus=${NCPUS})"
27
27
else
28
28
mamba install --quiet --yes -c conda-forge \
29
29
r-raster \
47
47
libicu-dev \
48
48
&& rm -rf /var/lib/apt/lists/*
49
49
50
- R -e " install.packages('rgdal', repo='${CRAN} ', Ncpus=${NCPUS} )"
50
+ # R -e "install.packages('rgdal', repo='${CRAN}', Ncpus=${NCPUS})"
51
51
fi
52
52
53
- R -e " install.packages(c('magick', 'leaflet', 'stringi', 'profvis'), repo='${CRAN} ', Ncpus=${NCPUS} )" \
54
- -e " install.packages(c('simmer', 'simmer.plot', 'EnvStats', 'matrixStats'), repo='${CRAN} ', Ncpus=${NCPUS} )" \
55
- -e " install.packages(c('highcharter', 'viridis'), repo='${CRAN} ', Ncpus=${NCPUS} )" \
56
- -e " install.packages(c('tidytext', 'wordcloud'), repo='${CRAN} ', Ncpus=${NCPUS} )" \
53
+ # R -e "install.packages(c('magick', 'leaflet', 'stringi', 'profvis'), repo='${CRAN}', Ncpus=${NCPUS})"
57
54
R -e " install.packages('devtools', repo='${CRAN} ', Ncpus=${NCPUS} )" \
58
55
-e " remotes::install_github('vnijs/webshot', upgrade = 'never')" \
59
56
-e " webshot::install_phantomjs()"
57
+ # -e "install.packages(c('tidytext', 'wordcloud'), repo='${CRAN}', Ncpus=${NCPUS})"
60
58
61
59
# for Machine Learning with PyTorch and Scikit-Learn
62
60
mamba install --quiet --yes -c conda-forge pytorch-lightning tensorboard zip
0 commit comments