Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
added pandoc for windows.
  • Loading branch information
amandazimmey authored Dec 4, 2024
1 parent 5a42113 commit d7f6af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
run: |
brew install pandoc
- name: Install Pandoc for Windows
if: matrix.config.os == 'windows-latest'
run: |
choco install pandoc -y
- name: Install R dependencies
run: |
Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')"
Expand Down

0 comments on commit d7f6af1

Please sign in to comment.