Skip to content

Commit

Permalink
install knitr when running r check with only hard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Mar 13, 2024
1 parent 90cb508 commit 7b352af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check-hard-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install R packages
run: |
install.packages("knitr")
shell: Rscript {0}

- name: List contents of home directory
run: |
print("Home directory content before R check")
Expand Down

0 comments on commit 7b352af

Please sign in to comment.