Skip to content

Commit

Permalink
Fix devtools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecnama authored Nov 29, 2024
1 parent b0a0b0f commit e30bb9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/r-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: 'latest'


- name: Install devtools dependencies
run: |
Rscript -e 'install.packages(c("usethis", "pkgdown", "rcmdcheck", "rversions", "urlchecker"), repos = "https://cloud.r-project.org/")'
- name: Install dependencies
run: |
Rscript -e 'install.packages("devtools")'
Expand Down

0 comments on commit e30bb9b

Please sign in to comment.