Skip to content

Commit 1038d59

Browse files
committed
Update check-standard.yaml
1 parent d2de21e commit 1038d59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check-standard.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ jobs:
4444
extra-packages: any::rcmdcheck
4545
needs: check
4646

47-
- uses: r-lib/actions/setup-tinytex@v2
47+
- name: Install dependencies
48+
run: |
49+
remotes::install_deps(dependencies = TRUE)
50+
install.packages("sp", type = "binary")
51+
shell: Rscript {0}
52+
4853
- uses: r-lib/actions/check-r-package@v2
4954
with:
5055
upload-snapshots: true

0 commit comments

Comments
 (0)