Install
CRAN -> Mirrors -> Download for Windows -> base
R-commander
>library(Rcmdr)
資料 -> 匯入資料-> 匯入文字檔、剪貼簿或URL檔
資料 -> 使用中的資料集-> 儲存使用中的資料集
Ts-Data Ts-Models
工具 -> 載入 Rcmdr 增益集-> RcmdrPlugin.epack
Quantmod
> install.packages("quantmod")
> require("quantmod")
> getSymbols("XXXX",src="google")
> head(XXXX)
History of R Financial Time Series Plotting
http://timelyportfolio.github.io/rCharts_time_series/history.html
Update: 1/6/2018