Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 542 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 542 Bytes

ApsimOnR

The goal of ApsimOnR is to perform simulations with the Apsim model

Installation

The development version from GitHub can be installed with:

devtools::install_github("hol430/ApsimOnR")

Or using the lightweight remotes package:

# install.packages("remotes")
remotes::install_github("hol430/ApsimOnR")

Example

TODO