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 6d3638f commit 4a70bc3Copy full SHA for 4a70bc3
R/zzz.R
@@ -5,7 +5,7 @@
5
dir.create(results_dir, showWarnings = FALSE, recursive = TRUE)
6
dir.create(signature_dir, showWarnings = FALSE, recursive = TRUE)
7
8
- if (!requireNamespace("DeconRNASeq", quietly = TRUE)) {
9
- BiocManager::install("DeconRNASeq", force = TRUE)
10
- }
+ if (!requireNamespace("BiocManager", quietly = TRUE))
+ install.packages("BiocManager")
+ BiocManager::install("DeconRNASeq", force = TRUE)
11
}
0 commit comments