Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
change workflow of r cmd check so vignettes can be built
  • Loading branch information
japilo authored Oct 10, 2023
1 parent 4c825e8 commit 1b39214
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 @@ -25,6 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-tinytex@master
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 1b39214

Please sign in to comment.