The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
cropwatMUL is an R package for multilocation crop-water
requirement and irrigation scheduling using temperature-based FAO-56
procedures and a CROPWAT-inspired workflow.
install.packages("remotes")
remotes::install_local("path/to/cropwatMUL")library(cropwatMUL)
input <- system.file("extdata", "cropwat_example.xlsx", package = "cropwatMUL")
validate_cropwat_input(input, crop_name = "Potato")
result <- run_cropwat_one_crop_multilocation(input, crop_name = "Potato")
result$summariesThis package is an independent implementation. It is not affiliated with or endorsed by FAO and is not a replacement for the official CROPWAT software.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.