We evaluate methods and conduct simulation studies for high-dimensional time series models. (more sophisticated description)
To ensure reproducibility, we have integrated Travis CI. The build's history can be found here
Either install it directly from GitHub (later for the professors and students)
#install.packages("devtools") #only once
devtools::install_github("manuhuth/hidiTS")
or clone the repository (do changes) and run
#install.packages("devtools") #needed only once
#install.packages("roxygen2") #needed only once
devtools::install(dependencies = TRUE) #installs package
library(hidiTS) #loads package
roxygen2::roxygenise() #creates documentation files (.rd) in man folder
pack <- "hidiTS"
path <- find.package(pack)
system(paste(shQuote(file.path(R.home("bin"), "R")),"CMD", "Rd2pdf", shQuote(path))) #creates Vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.