Skip to content

Commit

Permalink
update how to install geocompkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m authored Aug 1, 2024
1 parent 7a21efa commit f8aac8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ RUN echo 'options(repos = "https://packagemanager.posit.co/cran/latest")' >> /us
RUN Rscript -e "install.packages('remotes')"
# RUN Rscript -e "remotes::install_github('r-spatial/sf')"
# RUN Rscript -e "remotes::install_github('rspatial/terra')"
RUN Rscript -e "remotes::install_github('geocompx/geocompkg')"
RUN Rscript -e "remotes::install_github('r-spatial/qgisprocess')"
RUN Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'


0 comments on commit f8aac8a

Please sign in to comment.