Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Nov 7, 2023
1 parent f263a3d commit a3f146a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
- name: Install dependencies
run: |
R -e "install.packages(c('remotes', 'rcmdcheck'), repos = 'https://cloud.r-project.org')"
R -e "install.packages('kableExtra', repos = 'https://cloud.r-project.org')"
R -e "remotes::install_deps(dependencies = TRUE)"
shell: bash

- name: Check
run: |
R -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'error')"
R -e "rcmdcheck::rcmdcheck(args = '--no-manual --no-vignettes', error_on = 'error')"
shell: bash

0 comments on commit a3f146a

Please sign in to comment.