Skip to content

Commit

Permalink
Install rmarkdown with local package
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Apr 18, 2022
1 parent 1968834 commit 044a3f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages:
any::rmarkdown
any::devtools
rcmdcheck

- name: Install package locally
shell: Rscript {0}
run: pak::pak("local::.", dependencies = "hard")
run: pak::pak(c("local::.", "rmarkdown"), dependencies = "hard")

- name: Build README
shell: Rscript {0}
Expand Down

0 comments on commit 044a3f1

Please sign in to comment.