Skip to content

Commit

Permalink
use cran rcmdcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Sep 25, 2024
1 parent 9d59f7b commit c02c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

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

0 comments on commit c02c109

Please sign in to comment.