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 df0c12e commit 9e30bf4Copy full SHA for 9e30bf4
1 file changed
.github/workflows/dev-sf.yaml
@@ -19,8 +19,9 @@ jobs:
19
20
- name: Build book
21
run: |
22
+ Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)
23
Rscript -e 'remotes::install_github("r-spatial/sf")'
24
Rscript -e 'remotes::install_github("r-spatial/stars")'
25
Rscript -e 'remotes::install_github("rspatial/terra")'
- Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
26
+ #Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
27
Rscript -e 'bookdown::render_book("index.Rmd")
0 commit comments