This repository contains a Shiny app designed to perform Input-Output Leontief models at the state level.
The target region is Mexico, and the data used is publicly available from the National Institute of Statistics and Geography (INEGI) (link).
IOdash uses the R datascience ecosystem, with libraries like the tidyverse and shiny. Also it uses standard Linux utilities like make.
As IOdash is being developed you will need to check the used libraries on top of the included R scripts. If everything is setup, try for a succesful run of:
make check
Use the R styler
package for code formatting.
A Makefile
is provided to simplify this process:
make style