Skip to content

atmoswing/atmoswing-r-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()