forked from statOmics/HDDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.R
51 lines (49 loc) · 835 Bytes
/
install.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## This file is generated by `update_install_R.R`, DO NOT EDIT BY HAND!!!
install.packages(c("remotes", "BiocManager"))
BiocManager::install(version = "3.14")
BiocManager::install(c(
"BiocStyle",
"CCA",
"DAAG",
"ExperimentHub",
"GGally",
"statOmics/HDDAData@HEAD",
"MASS",
"PMA",
"SemiPar",
"bookdown",
"boot",
"breastCancerMAINZ",
"downloader",
"dplyr",
"hadley/emo@master",
"gclus",
"genefu",
"gganimate",
"vqv/ggbiplot@master",
"ggforce",
"ggmap",
"ggplot2",
"ggrepel",
"glmnet",
"gridExtra",
"imager",
"jsonlite",
"knitr",
"latex2exp",
"locfdr",
"magick",
"mclust",
"mgcv",
"pixmap",
"plot3D",
"plotROC",
"plotly",
"pls",
"readr",
"rmarkdown",
"scater",
"sessioninfo",
"sparseLDA",
"tidyverse"
))