There was an error while loading. Please reload this page.
1 parent b8dd941 commit d11205dCopy full SHA for d11205d
1 file changed
.github/workflows/check-bioc.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
deets <- read.dcf("DESCRIPTION")
31
installs <- unlist(strsplit(deets[,c("Imports", "Depends", "Suggests", "LinkingTo")], ",\\s+"), use.names=FALSE)
32
+ installs <- sub(" .*", "", installs)
33
BiocManager::install(installs)
34
BiocManager::install("BiocCheck")
35
0 commit comments