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 3b90526 commit 4b619fcCopy full SHA for 4b619fc
.github/workflows/R-CMD-check.yaml
@@ -6,7 +6,9 @@ on:
6
pull_request:
7
branches: [main, master]
8
9
-name: R-CMD-check
+name: R-CMD-check.yaml
10
+
11
+permissions: read-all
12
13
jobs:
14
R-CMD-check:
@@ -29,7 +31,7 @@ jobs:
29
31
R_KEEP_PKG_SOURCE: yes
30
32
33
steps:
- - uses: actions/checkout@v3
34
+ - uses: actions/checkout@v4
35
36
- uses: r-lib/actions/setup-pandoc@v2
37
@@ -47,3 +49,4 @@ jobs:
47
49
- uses: r-lib/actions/check-r-package@v2
48
50
with:
51
upload-snapshots: true
52
+ build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
0 commit comments