Skip to content

Commit 159cb0a

Browse files
author
Guy Davenport
committed
add a check
1 parent 96eddf8 commit 159cb0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373

7474
- name: Install devtools
7575
working-directory: ./main/pkg
76-
run: Rscript -e "install.packages('devtools', repos = 'https://cloud.r-project.org')"
76+
run: |
77+
Rscript -e "install.packages(c('usethis', 'pkgdown', 'rcmdcheck', 'rversions', 'urlchecker'), repos = 'https://cloud.r-project.org')"
78+
Rscript -e "install.packages('devtools', repos = 'https://cloud.r-project.org')"
7779
7880
- name: Run devtools::check
7981
working-directory: ./main/pkg

0 commit comments

Comments
 (0)