Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Apr 24, 2024
1 parent 661c404 commit 269be31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
sysreqs=$(Rscript -e "cat(pak::pkg_sysreqs('.')[['install_scripts']])")
sudo -s eval "$sysreqs"
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
shell: Rscript {0}

# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
Expand Down

0 comments on commit 269be31

Please sign in to comment.