We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40b87a commit 4ca7db6Copy full SHA for 4ca7db6
1 file changed
.github/workflows/qgis-ext.yaml
@@ -16,6 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Install deps
19
- run: Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'
+ run: Rscript -e 'install.packages("geocompkg", repos = c("https://geocompx.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'
20
- name: Render Book
21
run: Rscript -e 'bookdown::render_book("index.Rmd")'
0 commit comments