Skip to content

Commit

Permalink
Fix devtools dependencies (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecnama authored Nov 29, 2024
1 parent e30bb9b commit c3f1791
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/r-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
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")'
Rscript -e 'install.packages("devtools", dependencies = TRUE)'
Rscript -e 'devtools::install_deps(dep = TRUE)'
- name: Run R tests
Expand Down

0 comments on commit c3f1791

Please sign in to comment.