Package: useeior
Type: Package
Title: USEEIO R modeling software
Version: 1.7.0
Date: 2025-3-3
Authors@R: c(
  person("Ben","Young", email="ben.young@erg.com", role="aut"),
  person("Jorge","Vendries", email="jvendries@gmail.com", role="aut"),
  person("Wesley","Ingwersen", email="ingwersen.wesley@epa.gov", role= c("aut", "cre")))
Description: The United States Environmentally-Extended Input-Output model
  is a model used to estimate potential environmental and economic impacts
  associated with the production and consumption of goods and services in the US.
  This package constructs a USEEIO model based on defined configuration parameters,
  calculates, validates, visualizes, and exports USEEIO models.
URL: https://github.com/USEPA/useeior
BugReports: https://github.com/USEPA/useeior/issues
Imports:
    arrow (>= 2.0.0),
    configr (>= 0.3.4),
    digest (>= 0.6.27),
    dplyr (>= 1.0.6),
    ggplot2 (>= 3.0),
    jsonlite (>= 1.6),
    logging (>= 0.10),
    Matrix (>= 1.4),
    rappdirs (>= 0.3),
    readxl (>= 1.3.1),
    reshape2 (>= 1.4.3),
    reticulate (>= 1.1),
    rlang (>= 0.4.11),
    scales (>= 1.1.1),
    stats (>= 3.6.1),
    stringr (>= 1.4),
    tibble (>= 2.1.3),
    utils (>= 3.6.1),
    writexl (>= 1.2)
Depends:
  R (>= 3.6)
License: file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3
