-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
56 lines (56 loc) · 2.96 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
50
51
52
53
54
55
56
Package: FrEDI
Title: The Framework for Evaluating Damages and Impacts (FrEDI)
Version: 4.2.0
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("Marcus","Sarofim",
email = "[email protected]",
role = c("aut","ctb"),
comment = c(ORCID = "0000-0001-7753-1676",
github = "emcduffie")),
person("Karen","Noiva",
role = c("aut","ctb"),
comment = c(ORCID = "0000-0002-4412-5302",
github = "knoiva-indecon")),
person("Tony","Gardella",
role = "ctb",
comment = c(ORCID = "0000-0003-4380-3412",
github = "tonygard-indecon")),
person("Will","Maddock",
role = "ctb",
comment = c(ORCID = "0000-0002-6107-0315",
github = "maddockw")),
person("Hugh","Easton",
role = "ctb",
comment = c(ORCID = "0009-0008-0104-6891",
github = "heaston-indecon"))
)
URL: https://usepa.github.io/FrEDI, https://epa.gov/cira/FrEDI/, https://github.com/USEPA/FrEDI/
Description: This R package models damages and impacts from temperature changes in the contiguous United States (CONUS)
using the Framework for Evaluating Damages and Impacts (FrEDI) developed as part of the CIRA project at the U.S.
EPA. The package contains functions that implement FrEDI for projecting impacts from changes in temperatures and sea level for
a selected set of sectors. Versions 3+ include a module for estimating impacts on different populations for select sectors.
Versions 3.3+ extend calculations out to 2300 to facilitate the calculation of Net Present Values (NPV), but only contain default
values through 2090--users must provide their own custom input scenarios for results past 2090. Versions 4.0.1+ calculate values
at the state-level. Versions 4.2+ include a module for estimating excess mortality from changes to ozone concentrations or methane
concentrations and, optionally, NOx emissions.
License: file LICENSE
Encoding: UTF-8
Depends: R (>= 4.2.0),
tidyverse,
ggpubr,
openxlsx
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: TRUE
Suggests: knitr, rmarkdown, prettydoc, devtools, kableExtra
VignetteBuilder: knitr
Language: en-US