-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.R
16 lines (15 loc) · 898 Bytes
/
install.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
install.packages("jsonlite",repos = "http://cran.rstudio.com/")
install.packages("xts",repos = "http://cran.rstudio.com/")
install.packages("dygraphs",repos = "http://cran.rstudio.com/")
install.packages("PerformanceAnalytics",repos = "http://cran.rstudio.com/")
install.packages("quantmod",repos = "http://cran.rstudio.com/")
install.packages("lattice",repos = "http://cran.rstudio.com/")
install.packages("ggplot2",repos = "http://cran.rstudio.com/")
install.packages("lubridate",repos = "http://cran.rstudio.com/")
install.packages("scales",repos = "http://cran.rstudio.com/")
install.packages("rmarkdown",repos = "http://cran.rstudio.com/")
install.packages("extrafont",repos = "http://cran.rstudio.com/")
install.packages("rjson",repos = "http://cran.rstudio.com/")
install.packages("svglite",repos = "http://cran.rstudio.com/")
library(extrafont)
font_import(prompt = FALSE)