Skip to content

Commit

Permalink
Try to fix check() errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Oct 8, 2024
1 parent 7dbd007 commit d96b928
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_cran("textshaping")
remotes::install_cran("rgdal")
remotes::install_cran("akima")
install.packages("rgdal", repos="http://R-Forge.R-project.org")
shell: Rscript {0}

- name: Check
Expand Down

0 comments on commit d96b928

Please sign in to comment.