Skip to content

Commit

Permalink
added devtools to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorzek committed Jul 21, 2024
1 parent 1826812 commit ad4da59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
ref: 'main'
- name: Extended tests
run: |
install.packages("devtools")
devtools::build(pkg = ".", binary = TRUE)
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
shell: Rscript {0}

0 comments on commit ad4da59

Please sign in to comment.