Skip to content

Commit

Permalink
fix rhub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thereallda committed May 10, 2024
1 parent 855d255 commit 042b459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
config: ${{ github.event.inputs.config }}
id: rhub-setup

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::., any::rcmdcheck, any::XML
needs: website

- name: Install dependencies
run: install.packages(c("tidyverse", "patchwork", "EnvStats"))
Expand Down

0 comments on commit 042b459

Please sign in to comment.