Skip to content

Commit a3f146a

Browse files
committed
Update r.yml
1 parent f263a3d commit a3f146a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/r.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
R -e "install.packages(c('remotes', 'rcmdcheck'), repos = 'https://cloud.r-project.org')"
54+
R -e "install.packages('kableExtra', repos = 'https://cloud.r-project.org')"
5455
R -e "remotes::install_deps(dependencies = TRUE)"
5556
shell: bash
5657

5758
- name: Check
5859
run: |
59-
R -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'error')"
60+
R -e "rcmdcheck::rcmdcheck(args = '--no-manual --no-vignettes', error_on = 'error')"
6061
shell: bash

0 commit comments

Comments
 (0)