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.
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")
In case of questions / problems please contact Abhijeet Mishra ([email protected])