Skip to contents

The goal of AquacropOnR is to make AquaCrop simulations from within R as easy as possible. The package has currently been tested with the AquaCrop standalone version 7.0 on Windows. The most recent version can be downloaded from the FAO website.

Installation and setup

You can install the development version of AquacropOnR using the devtools package:

library(devtools)
devtools::install_git(url = "https://github.com/tdeswaef/aquacroponr.git", force = TRUE)

The installation of the AquaCrop standalone version is required.

Roadmap