Skip to content

Commit 2cecfa8

Browse files
committed
Force DeconRNASeq installation when it cannot be installed due to versions problems
1 parent ed8b38f commit 2cecfa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/zzz.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
dir.create(results_dir, showWarnings = FALSE, recursive = TRUE)
66
dir.create(signature_dir, showWarnings = FALSE, recursive = TRUE)
7+
8+
if (!requireNamespace("DeconRNASeq", quietly = TRUE)) {
9+
BiocManager::install("DeconRNASeq", force = TRUE)
10+
}
711
}

0 commit comments

Comments
 (0)