/atmoswing-r-toolbox

Postprocessing of the AtmoSwing results in R

Primary LanguageRGNU General Public License v3.0GPL-3.0

AtmoSwing R toolbox DOI AppVeyor Build Status Build Status Coverage Status

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

Development

To generate the docs, do:

roxygen2::roxygenise()

To start the tests, do:

devtools::test()