- install the development packages.
install install.packages("devtools")
install.packages("roxygen2")
install.packages("shiny.i18n")
install.packages("glmnet")
install.packages("tseries")
install.packages("forecast")
install.packages("imputeTS")
install.packages("data.table")
install.packages("dplyr")
install.packages("zoo")
install.packages("plotly")
install.packages("orca")
install.packages("xts")
install.packages("lubridate")
install.packages("stringr")
- install windows binaries from https://github.com/plotly/orca/releases (e.g. https://github.com/plotly/orca/releases/download/v1.3.1/windows-release.zip)
- unpack the zip in a temporary folder and run the setup
- add orca installation folder to environment system
PATH
variable (e.g.C:\Users\<username>\AppData\Local\Programs\orca
)
library(roxygen2)
roxygenise()
- Run
./tests/test.R
build()