Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascarey committed Jun 16, 2024
1 parent 95dff9a commit 50c9b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
R_CHECK_ARGS: '--no-tests --no-manual --as-cran'
#R_CHECK_FORCE_SUGGESTS: FALSE
R_CHECK_FORCE_SUGGESTS: FALSE

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
remotes::install_deps(dependencies = c("Depends", "Imports", "LinkingTo"))
shell: Rscript {0}
- name: Check
env:
_R_CHECK_FORCE_SUGGESTS_: false
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--no-tests"), error_on = "error")
shell: Rscript {0}

0 comments on commit 50c9b7a

Please sign in to comment.