Skip to content

Commit 0cc508c

Browse files
committed
Remove cran from new repos
1 parent 6338618 commit 0cc508c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

suggests/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ghcr.io/geocompx/minimal
22
RUN echo "options(repos = c(" \
33
"geocompr = 'https://geocompr.r-universe.dev'," \
4-
"mlr3 = 'https://mlr3-org.r-universe.dev'," \
5-
"cran = 'https://cloud.r-project.org'))" >> /usr/local/lib/R/etc/Rprofile.site
4+
"mlr3 = 'https://mlr3-org.r-universe.dev'))" >> /usr/local/lib/R/etc/Rprofile.site
65
RUN R -e "install.packages('geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE)"

0 commit comments

Comments
 (0)