-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.all.R
39 lines (35 loc) · 1.18 KB
/
install.all.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
install.packages( c("optparse",
"png",
"shape",
"data.table",
"lmvar",
"stringr",
"foreach",
"doParallel",
"RColorBrewer",
"data.table",
"pracma",
"glmnet",
"shiny",
"mmand",
"shinyBS",
"broom",
"markdown",
"shiny",
"corrplot",
"shinyWidgets",
"shinythemes",
"shinyBS",
"yaml",
"raster",
"DT"
),
repos='http://cran.us.r-project.org'
)
mydeps <- c( "devtools", "Rcpp", "RcppEigen", "magrittr", "rsvd", "magic", "psych" )
install.packages( pkgs = mydeps, dependencies = TRUE )
library( devtools )
# install_github("stnava/cmaker") # if you do not have cmake
install_github("stnava/ANTsR")
install_github("samuelgerber/vtkwidgets")
install_github("samuelgerber/msr")