-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.47 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
Package: GeoTox
Title: Spatiotemporal Mixture Risk Assessment
Version: 0.2.0.9000
Authors@R: c(
person("Skylar", "Marvel", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-2971-9743")),
person("David", "Reif", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-7815-6767")),
person("Kyle", "Messier", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9508-9623")),
person("Spatiotemporal Exposures and Toxicology Group", role = c("cph"))
)
Description: Connecting spatiotemporal exposure to individual and
population-level risk via source-to-outcome continuum modeling. The package,
methods, and case-studies are described in Messier, Reif, and Marvel (2024)
<doi:10.1101/2024.09.23.24314096> and Eccles et al. (2023)
<doi:10.1016/j.scitotenv.2022.158905>.
License: MIT + file LICENSE
URL: https://niehs.github.io/GeoTox/, https://github.com/NIEHS/GeoTox
Depends:
R (>= 4.4.0)
Imports:
dplyr,
ggplot2,
ggridges,
rlang,
sf,
stats,
stringr,
tibble,
tidyr,
tidyselect,
truncnorm,
utils
Suggests:
ggpubr,
httk,
httr2,
knitr,
purrr,
readr,
readxl,
rmarkdown,
scales,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/NIEHS/GeoTox/issues