Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
add Rpkg covr as dep
  • Loading branch information
cpanse committed Aug 30, 2023
1 parent e794977 commit 8f99e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
shell: bash {0}
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "rmarkdown", "protViz", "testthat", "knitr", "BiocManager"))
BiocManager::install(c("BiocStyle","ExperimentHub","tartar"))
install.packages(c("remotes", "covr", "rcmdcheck", "rmarkdown", "protViz", "testthat", "knitr", "BiocManager"))
BiocManager::install(c("BiocStyle", "ExperimentHub", "tartar"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
Expand Down

0 comments on commit 8f99e5a

Please sign in to comment.