Skip to content

Commit

Permalink
Change R CMD check error_on to error
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Dec 19, 2023
1 parent ee5964f commit 3410996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
extra-packages: any::rcmdcheck devtools
needs: check
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual")'
error-on: '"error"'
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ optional arguments:
### R package vignette

Alternatively, import the library in an R script and use the package
functions. See the vignette for a minimum working example.
functions. See [Get started](articles/genecovr.html) or run
`vignette("genecovr")` for a minimum working example.

0 comments on commit 3410996

Please sign in to comment.