We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a431909 commit 0ca9d2bCopy full SHA for 0ca9d2b
.github/workflows/R-CMD-check.yaml
@@ -84,7 +84,6 @@ jobs:
84
run: |
85
brew install pkg-config
86
brew install gdal
87
- Rscript -e 'install.packages("sf", configure.args = "--with-proj-lib=/usr/local/lib/")'
88
shell: bash
89
90
- name: Install kaleido
@@ -97,11 +96,11 @@ jobs:
97
96
98
pak::pak("shinytest")
99
shinytest::installDependencies()
100
- pak::pak()
101
shell: Rscript {0}
102
103
- name: Install dependencies
104
+ options(install.packages.check.source = "no")
105
pak::local_install_dev_deps(upgrade = TRUE)
106
pak::pkg_install("rcmdcheck")
107
0 commit comments