USEPA / useeior

Estimating potential environmental impacts of goods and services in the US economy
MIT License
31 stars 19 forks source link

enables writing of economic models, including two region #292

Closed bl-young closed 2 months ago

bl-young commented 3 months ago

resolves #291

renames buildEIOModel() to buildIOModel()


# Write a two-region model within tests subfolder to excel
modelname <- "GAEEIOv1.0-s-WAT-12"
configpaths <- file.path(paste0('tests/modelspecs/', modelname, '.yml'))
model <- buildIOModel(modelname, configpaths=configpaths)

writeModeltoXLSX(model, ".")
bl-young commented 3 months ago

this has been pulled into develop for the next release (https://github.com/USEPA/useeior/commit/9eeb7724d61b9720993744a1e009e487db2fab9c) so if we decide this is not urgent we can close this PR

bl-young commented 2 months ago

Will be integrated in v1.6, this commit is already on develop. Closing this PR