-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.R
39 lines (37 loc) · 882 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
### install regular packages
install.packages("reticulate", repos = "http://cran.us.r-project.org") # python support in RMarkdown
install.packages("ggplot2",repos = "http://cran.us.r-project.org") # for plotting
install.packages(c("rmarkdown", "devtools", "caTools", "bitops"),repos = "http://cran.us.r-project.org") # for knitting
install.packages(
c(
"Rcpp", "magrittr","dplyr",
"RcppEigen",
"magic",
"misc3d",
"pander",
"pixmap",
"png",
"rsvd",
"V8",
"colormap",
"viridis",
"abind",
"fastICA",
"fpc",
"igraph",
"keras",
"knitr",
"mvtnorm",
"pander",
"pracma",
"prettydoc",
"R6",
"reticulate",
"tensorflow",
"testthat",
"tfruns",
"visreg",
"zeallot"),repos = "http://cran.us.r-project.org"
)
# devtools::install_github("ANTsX/ANTsR" )
# devtools::install_github("ANTsX/ANTsRNet" )