Skip to content

Commit afa3163

Browse files
committed
update r cmd check
1 parent 69ce06a commit afa3163

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ on:
33
branches: [main, develop]
44
pull_request:
55
branches: [main, develop]
6+
workflow_dispatch: # Allow manual triggers
67

78
name: R-CMD-check
89

10+
permissions:
11+
contents: read
12+
913
jobs:
1014
R-CMD-check:
1115
runs-on: ${{ matrix.config.os }}
@@ -45,3 +49,4 @@ jobs:
4549
- uses: r-lib/actions/check-r-package@v2
4650
with:
4751
upload-snapshots: true
52+
args: 'c("--no-manual", "--as-cran")'

0 commit comments

Comments
 (0)