-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
46 lines (46 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: useeior
Type: Package
Title: USEEIO R modeling software
Version: 1.6.1
Date: 2024-11-4
Authors@R: c(
person("Ben","Young", email="[email protected]", role="aut"),
person("Jorge","Vendries", email="[email protected]", role="aut"),
person("Wesley","Ingwersen", email="[email protected]", 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