Skip to content

Commit 4caada8

Browse files
committed
Updated R CMD check workflow
1 parent 3925627 commit 4caada8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/R-CMD-check.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
name: R-CMD-check
1010

11+
permissions: read-all
12+
1113
jobs:
1214
R-CMD-check:
1315
runs-on: ${{ matrix.config.os }}
@@ -35,7 +37,7 @@ jobs:
3537
_R_CHECK_RD_XREFS_: false
3638

3739
steps:
38-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
3941

4042
- uses: r-lib/actions/setup-pandoc@v2
4143

@@ -58,3 +60,4 @@ jobs:
5860
with:
5961
error-on: '"error"'
6062
upload-snapshots: true
63+
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![R build
1010
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)
1112
<!-- badges: end -->
1213

1314
## Overview

0 commit comments

Comments
 (0)