Skip to content

Commit 1402b36

Browse files
authored
qgis: fix typo
1 parent 2d4ee85 commit 1402b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qgis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN R -e "install.packages(c('sf', 'terra', 'stars', 'lwgeom'), repos = c(CRAN =
6868
# book's bridge/companion packages (qgisprocess, Rsagacmd, rgrass, tmap, mlr3*,
6969
# vegan, ...). Without it, the CI/CD that builds geocompr against this image
7070
# 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')))"
71+
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')))"
7272
# Set the options() for R users:
7373
RUN echo 'options(repos = "https://packagemanager.posit.co/cran/latest")' >> /usr/local/lib/R/etc/Rprofile.site
7474

0 commit comments

Comments
 (0)