-
Notifications
You must be signed in to change notification settings - Fork 2
/
i1install_lib.txt
44 lines (33 loc) · 1.3 KB
/
i1install_lib.txt
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
install.packages(c("ggplot2", "devtools"))
https://github.com/r-lib/crayon
devtools::install_github("r-lib/crayon")
使用:library(crayon)
install.packages("jpeg")
查看R版本: R --version
install.packages("plotrix")
install.packages("vcd")
install.packages("mclust")
install.packages("nnet")
install.packages("quantmod")
install.packages('caret', dependencies = TRUE)
install.packages("alr3")
install.packages("corrplot")
install.packages("leaps")
install.packages("MPV")
install.packages("ISLR")
install.packages("MASS")
install.packages("reshape2")
install.packages("InformationValue")
install.packages("bestglm")
install.packages(c("ROCR", "gplots" ),
repos='https://mirrors.ustc.edu.cn/CRAN/')
install.packages(c("ElemStatLearn", "car", "leaps", "glmnet", "kknn",
"e1071", "kernlab", "pROC", "rpart", "partykit", "randomForest",
"xgboost", "Boruta", "neuralnet", "h2o","cluster", "compareGroups",
"HDclassif", "NbClust","sparcl", "psych", "arules", "arulesViz", "Groceries"),
repos='https://mirrors.ustc.edu.cn/CRAN/')
install.packages(c("recommenderlab", "TraMineR", "dplyr", "caretEnsemble", "caTools",
"ggfortify", "forecast", "tseries", "vars", "aod", "tm", "wordcloud", "RColorBrewer"),
repos='https://mirrors.ustc.edu.cn/CRAN/')
install.packages(c("pryr"),
repos='https://mirrors.ustc.edu.cn/CRAN/')