Postprocessing of the AtmoSwing (http://www.atmoswing.org/) results in R
You can use devtools to install the package:
install.packages('devtools')
library('devtools')
install_github(repo='atmoswing/R-toolbox',dependencies=T)
library(atmoswing)
?atmoswing
To generate the docs, do:
roxygen2::roxygenise()
To start the tests, do:
devtools::test()