Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
adding dependencies.
  • Loading branch information
amandazimmey authored Nov 28, 2024
1 parent a400b4c commit 3aa30ae
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 @@ -29,3 +29,8 @@ jobs:
with:
r-version: 'latest'

- name: Install R dependencies
run: |
Rscript -e "if (!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')"
Rscript -e "remotes::install_deps(dependencies = TRUE)"

0 comments on commit 3aa30ae

Please sign in to comment.