Statistic Arbitrage Strategy Research Toolbox
Sys.setenv("PKG_CXXFLAGS"="-std=c++11")
install.packages("devtools")
devtools::install_git("https://github.com/oldoldjiang/statarber.git",
credentials = git2r::cred_user_pass("username", "password"))
- downloads the souce code from github by
git clone
or downloading zip file - open
.Proj
file in Rstudio - click the button
Install and Restart
on the up left panel