-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.78 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
Package: FrEDIData
Title: The Framework for Evaluating Damages and Impacts (FrEDI)
Version: 3.4
Authors@R: c(person("Corinne", "Hartin",
email = "[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0003-1834-6539",
github = "cahartin")),
person("Erin","McDuffie",
email = "[email protected]",
role = c("aut","ctb"),
comment = c(ORCID = "0000-0002-6845-6077",
github = "emcduffie")),
person("Karen","Noiva",
role = c("aut","ctb"),
comment = c(ORCID = "0000-0002-4412-5302",
github = "knoiva-indecon")),
person("Will","Maddock",
role = "ctb",
comment = c(ORCID = "0000-0002-6107-0315",
github = "maddockw")),
person("Tony","Gardella",
role = "ctb",
comment = c(ORCID = "0000-0003-4380-3412",
github = "tonygard-indecon"))
)
URL: https://usepa.github.io/FrEDI, https://epa.gov/cira/FrEDI/, https://github.com/USEPA/FrEDI/
Description: This R package compiles data used in the FrEDI R package.
This package includes functions used in processing underlying data and
scripts for compiling and testing the compiled data.
License: file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5.0),
tidyverse,
openxlsx,
devtools,
ggpubr,
zoo
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: TRUE
Suggests: knitr, rmarkdown, prettydoc,kableExtra
VignetteBuilder: knitr
Language: en-US