Skip to content

Commit

Permalink
more yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascarey committed Jun 16, 2024
1 parent 055b5f6 commit 95dff9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
#dependencies: '"hard"'
dependencies: '"hard"'
extra-packages: any::rcmdcheck
needs: check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
remotes::install_deps(dependencies = c("Depends", "Imports", "LinkingTo"))
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--no-tests"), error_on = "error")
shell: Rscript {0}

0 comments on commit 95dff9a

Please sign in to comment.