Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit fa42470

Browse files
authored
Update install.R
1 parent fc9764f commit fa42470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

binder/install.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cran_packages =
1+
cran_packages =
22
c("caret",
33
"dplyr",
44
"glmnet",
@@ -12,6 +12,8 @@ cran_packages =
1212
"SuperLearner",
1313
"vip",
1414
"xgboost",
15+
"PCAmixdata", "pvclust", "mclust",
16+
"ape",
1517
NULL)
1618
install.packages(cran_packages)
1719
remotes::install_github("ck37/ck37r")

0 commit comments

Comments
 (0)