forked from USEPA/stateior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.19 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
Package: stateio
Type: Package
Title: USEEIO R modeling software
Version: 0.0.1
Date: 2020-07-13
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:
stateio 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/stateio
BugReports: https://github.com/USEPA/stateio/issues
Imports:
configr (>= 0.3.4),
dplyr (>= 0.8.5),
logging (>= 0.10),
readxl (>= 1.3.1),
reshape2 (>= 1.4.3),
stats (>= 3.6.1),
tidyverse (>= 1.3.0),
usethis (>= 1.5),
useeior,
utils (>= 3.6.1)
Depends:
R (>= 3.6),
useeior
Remotes:
github::USEPA/useeior@master
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
testthat (>= 2.1.0)