We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee238 commit 38581f1Copy full SHA for 38581f1
.github/workflows/basic_checks.yml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories())
49
remotes::install_cran(c("rcmdcheck", "covr"))
50
+ BiocManager::install("BiocCheck")
51
shell: Rscript {0}
52
53
- name: Run rcmdcheck
0 commit comments