There was an error while loading. Please reload this page.
1 parent 2d4ee85 commit 1402b36Copy full SHA for 1402b36
1 file changed
qgis/Dockerfile
@@ -68,7 +68,7 @@ RUN R -e "install.packages(c('sf', 'terra', 'stars', 'lwgeom'), repos = c(CRAN =
68
# book's bridge/companion packages (qgisprocess, Rsagacmd, rgrass, tmap, mlr3*,
69
# vegan, ...). Without it, the CI/CD that builds geocompr against this image
70
# fails on `library(qgisprocess)` etc.
71
-RUN R -e "install.packages('geocompx/geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE, repos = c('https://geocompx.r-universe.dev', 'https://mlr-org.r-universe.dev', options('repos')))"
+RUN R -e "install.packages('geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE, repos = c('https://geocompx.r-universe.dev', 'https://mlr-org.r-universe.dev', options('repos')))"
72
# Set the options() for R users:
73
RUN echo 'options(repos = "https://packagemanager.posit.co/cran/latest")' >> /usr/local/lib/R/etc/Rprofile.site
74
0 commit comments