File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
name : R-CMD-check
10
10
11
+ permissions : read-all
12
+
11
13
jobs :
12
14
R-CMD-check :
13
15
runs-on : ${{ matrix.config.os }}
35
37
_R_CHECK_RD_XREFS_ : false
36
38
37
39
steps :
38
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
39
41
40
42
- uses : r-lib/actions/setup-pandoc@v2
41
43
58
60
with :
59
61
error-on : ' "error"'
60
62
upload-snapshots : true
63
+ build_args : ' c("--no-manual","--compact-vignettes=gs+qpdf")'
Original file line number Diff line number Diff line change 8
8
9
9
[ ![ R build
10
10
status] ( https://github.com/robjhyndman/weird-package/workflows/R-CMD-check/badge.svg )] ( https://github.com/robjhyndman/weird-package/actions )
11
+ [ ![ R-CMD-check] ( https://github.com/robjhyndman/weird-package/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/robjhyndman/weird-package/actions/workflows/R-CMD-check.yaml )
11
12
<!-- badges: end -->
12
13
13
14
## Overview
You can’t perform that action at this time.
0 commit comments