The goal of ApsimOnR is to perform simulations with the Apsim model
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")
TODO