There was an error while loading. Please reload this page.
1 parent 5771f46 commit 64500acCopy full SHA for 64500ac
1 file changed
qgis/Dockerfile
@@ -65,6 +65,7 @@ USER root
65
# book's bridge/companion packages (qgisprocess, Rsagacmd, rgrass, tmap, mlr3*,
66
# vegan, ...). Without it, the CI/CD that builds geocompr against this image
67
# fails on `library(qgisprocess)` etc.
68
+RUN R -e "install.packages('geocompkg', dependencies = TRUE, repos = c('https://geocompx.r-universe.dev', 'https://mlr-org.r-universe.dev', options('repos')))"
69
# Set the options() for R users:
70
RUN echo 'options(repos = "https://packagemanager.posit.co/cran/latest")' >> /usr/local/lib/R/etc/Rprofile.site
71
0 commit comments