ARIA package delivers a standalone app for user friendly generation of basic IMPACT results.
Package DOORMAT
and reportIMPACT
are required for proper functioning
of the ARIA
package. It can be installed with
# install.packages("devtools")
devtools::install_github("IFPRI/DOORMAT")
devtools::install_github("IFPRI/reportIMPACT")
You can install the latest version of ARIA from GitHub with:
# install.packages("devtools")
devtools::install_github("IFPRI/ARIA")
An ARIA tutorial for using the app can be accessed using
vignette("ARIA")
In case of questions / problems please contact Abhijeet Mishra ([email protected])