Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.17 KB

reportIMPACT

R-CMD-check license

The goal of reportIMPACT is to be able to generate some basic outputs from an IMPACT model run which are compiled in a rds (R Data Serialization) format which saves a compressed and aggregated version of basic indicators from an IMPACT run.

Installation

Package DOORMAT is required for proper functioning of the reportIMPACT package. It can be installed with

# install.packages("devtools")
devtools::install_github("IFPRI/DOORMAT")

You can install the latest version of reportIMPACT from GitHub with:

# install.packages("devtools")
devtools::install_github("IFPRI/reportIMPACT")

Questions / Problems

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