Skip to content

Commit 4a70bc3

Browse files
committed
Add biocmanager
1 parent 6d3638f commit 4a70bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/zzz.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
dir.create(results_dir, showWarnings = FALSE, recursive = TRUE)
66
dir.create(signature_dir, showWarnings = FALSE, recursive = TRUE)
77

8-
if (!requireNamespace("DeconRNASeq", quietly = TRUE)) {
9-
BiocManager::install("DeconRNASeq", force = TRUE)
10-
}
8+
if (!requireNamespace("BiocManager", quietly = TRUE))
9+
install.packages("BiocManager")
10+
BiocManager::install("DeconRNASeq", force = TRUE)
1111
}

0 commit comments

Comments
 (0)