Skip to content

Commit 001591b

Browse files
committed
Update check-bioc.yml
1 parent 9687bdf commit 001591b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,14 @@ jobs:
168168
## https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016675.html
169169
## https://github.com/r-lib/remotes/issues/296
170170
## Ideally, all dependencies should get installed in the first pass.
171-
172-
## Manually install required packages
173-
BiocManager::install("BiocStyle", ask = FALSE, update = TRUE, force = TRUE)
174-
BiocManager::install("rmarkdown", ask = FALSE, update = TRUE, force = TRUE)
175-
BiocManager::install("Spectra", ask = FALSE, update = FALSE, force = TRUE)
176-
BiocManager::install("MsCoreUtils", ask = FALSE, update = FALSE, force = TRUE)
177-
171+
178172
## For running the checks
179173
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
180174
install.packages(c("rcmdcheck", "BiocCheck"), repos = BiocManager::repositories())
181175
182176
## Pass #1 at installing dependencies
183177
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
184178
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = FALSE, upgrade = TRUE)
185-
186179
continue-on-error: true
187180
shell: Rscript {0}
188181

0 commit comments

Comments
 (0)