You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
``` r
# install.packages("devtools")
devtools::install_github("IFPRI/DOORMAT")
```
You can install the latest version of reportIMPACT from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("IFPRI/reportIMPACT")
```
## Questions / Problems
In case of questions / problems please contact Abhijeet Mishra (A.Mishra@cgiar.org)