Skip to content

Commit

Permalink
remove stars
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jun 29, 2023
1 parent d1fe385 commit 0b2bb1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
# Install missing package dependencies
cat("::group::Install\n")
pak::pkg_install(c("deps::.", "any::sessioninfo", "any::rcmdcheck", "gagolews/stringi", "remotes", "desc", "glue", "readr", "purrr", "stringr", "here", "fs", "knitr", "rmarkdown", "devtools", "pkgdown", "progress", "dplyr", "sf", "terra", "stars", "r-spatial/qgisprocess"), upgrade = TRUE, dependencies = TRUE)
pak::pkg_install(c("deps::.", "any::sessioninfo", "any::rcmdcheck", "gagolews/stringi", "remotes", "desc", "glue", "readr", "purrr", "stringr", "here", "fs", "knitr", "rmarkdown", "devtools", "pkgdown", "progress", "dplyr", "sf", "terra", "r-spatial/qgisprocess"), upgrade = TRUE, dependencies = TRUE)
# This is based on the minimum needed version, not the hash of what is available at RSPM
cat("::endgroup::\n")
cat("::group::Session info\n")
Expand All @@ -97,7 +97,6 @@ jobs:
run: |
library(sf)
library(terra)
library(stars)
library(stringi)
shell: Rscript {0}

Expand Down

0 comments on commit 0b2bb1f

Please sign in to comment.