-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.45 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
47
48
49
Package: stateior
Type: Package
Title: US State Input-Output (stateio) R modeling software
Version: 0.2.1
Date: 2022-10-20
Authors@R: c(
person("Mo", "Li", email="mo.li@gdit.com", role="aut"),
person("Joao-Pedro", "Ferreira", email="joao.ferreira@ufl.edu", role= c("aut")),
person("Yilun", "Zha", email="yilunzha@gatech.eduv", role= c("aut")),
person("Christa", "Court", email="ccourt@ufl.edu", role= c("aut")),
person("David", "Meyer", email="meyer.david@epa.gov", role= c("aut")),
person("Wesley", "Ingwersen", email="ingwersen.wesley@epa.gov", role= c("aut", "cre")))
Description:
stateior is an R package that generates and provides US state Make and Use tables
for building regionalized input-output models and other purposes.
URL: https://github.com/USEPA/stateior
BugReports: https://github.com/USEPA/stateior/issues
Imports:
arrow (>= 2.0.0),
aws.s3 (>= 0.3.21),
configr (>= 0.3.4),
dplyr (>= 1.0.6),
ggplot2 (>= 3.0),
glue (>= 1.6.2),
jsonlite (>= 1.6),
logging (>= 0.10),
magrittr (>= 2.0.1),
Matrix (>= 1.4),
rappdirs (>= 0.3),
readr (>= 1.4.0),
readxl (>= 1.3.1),
reshape2 (>= 1.4.3),
knitr (>= 1.37),
scales (>= 1.1.1),
stats (>= 3.6.1),
stringr (>= 1.4),
tidyverse (>= 1.3.0),
useeior,
utils (>= 3.6.1)
Depends:
R (>= 3.6)
Remotes:
github::USEPA/useeior@v1.1.0
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Suggests:
testthat (>= 2.1.0)