Skip to content

Commit b056dbe

Browse files
committed
Added missing R dependency devtools to the R helper script
1 parent e031cf8 commit b056dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoprot/RFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (!require("pak", character.only = TRUE))
1111

1212
# Collect all required packages as vectors and install with pak
1313
# see https://pak.r-lib.org/dev/reference/get-started.html
14-
CRAN_packages <- c("rrcovNA", "tidyverse", "tmvtnorm")
14+
CRAN_packages <- c("rrcovNA", "tidyverse", "tmvtnorm", "devtools")
1515
BC_packages <- c("limma", "vsn", "RankProd", "pcaMethods", "impute", "SummarizedExperiment")
1616
github_packages <- c("github::kreutz-lab/DIMAR")
1717

0 commit comments

Comments
 (0)