Skip to content

Commit

Permalink
Update R-CMD-full.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes authored Sep 25, 2024
1 parent 298f485 commit b93786f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
Rscript -e "remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
- uses: r-lib/actions/setup-r-dependencies@v2

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
install.packages('testthat')
Expand Down

0 comments on commit b93786f

Please sign in to comment.