Skip to content

Commit e5e3588

Browse files
simplifying for test
1 parent 7d8c196 commit e5e3588

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ RUN apt-get update && apt-get install -y \
2222
libcairo2-dev \
2323
libgit2-dev \
2424

25-
26-
# Core R infrastructure (pinned versions)
27-
RUN Rscript -e "install.packages( \
28-
c('Rcpp', 'xfun', 'htmltools', 'rmarkdown', 'knitr'), \
29-
repos='https://cloud.r-project.org')"
30-
3125
RUN Rscript -e "options(warn = 2);install.packages('stringr')"
3226

3327
RUN Rscript -e "options(warn = 2);install.packages('sf')"
@@ -36,9 +30,7 @@ RUN Rscript -e "options(warn = 2);install.packages('naniar')"
3630

3731

3832
RUN Rscript -e "options(warn = 2);install.packages( \
39-
c('RNetCDF',\
40-
'ncmeta',\
41-
'sf',\
33+
c(
4234
'stars',\
4335
'areal',\
4436
'leafem',\

0 commit comments

Comments
 (0)