Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.13 KB

ARIA

R-CMD-check license

ARIA package delivers a standalone app for user friendly generation of basic IMPACT results.

Installation

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")

Vignette

An ARIA tutorial for using the app can be accessed using

vignette("ARIA")

Questions / Problems

In case of questions / problems please contact Abhijeet Mishra (A.Mishra@cgiar.org)