-
Notifications
You must be signed in to change notification settings - Fork 0
/
00.install_packages.R
25 lines (20 loc) · 1007 Bytes
/
00.install_packages.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
### Run once:
install.packages(c("devtools", "tidyverse", "lubridate", "lutz", "prism",
"purrrlyr", "jsonlite", "readxl", "mgcv", "sommer",
"evolqg", "tensorBSS", "WGCNA", "lme4", "orthopolynorm",
"rrBLUP", "Rcpp", "RcppEigen", "abind"))
### Ubuntu 14.04 requires the installation of an old version of `rgdal`
devtools::install_version("rgdal", version = "1.2-20",
repos = "http://cran.us.r-project.org")
install.packages("elevatr")
### Work-around due to using R 3.4.4; if using a newer version of R, you
### may be able to use the normal installation procedure for Bioconductor
source("https://bioconductor.org/biocLite.R")
biocLite("qvalue")
biocLite("AnnotationForge")
biocLite("GOSemSim")
# install.packages("isva")
# devtools::install_github("stephenslab/[email protected]")
devtools::install_github("stephenslab/mashr")
devtools::install_github("amkusmec/FastMath")
devtools::install_github("amkusmec/QGenTools")