-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 943 Bytes
/
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
Package: geocrew
Title: Calculate Prenatal, Monthly, and Yearly Averages for Daily Pollution Measurements of CREW Cohorts
Version: 1.0
Authors@R:
person(given = "Chris",
family = "Wolfe",
role = c("aut", "cre"),
email = "chris.wolfe@cchmc.org",
comment = c(ORCID = "https://orcid.org/0000-0002-5882-1149"))
Description: `geocrew` is a package summarize daily air pollutions measurements. `geocrew` includes packages to read,
prepare, and calculate mean PM2.5, NO2, and ozone concentrations by year, month, and various prenatal intervals.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
magrittr (>= 2.0.1),
readr (>= 2.0.1),
purrr (>= 0.3.4),
dplyr (>= 1.0.7),
tidyr (>= 1.1.3),
lubridate (>= 1.7.10),
readxl (>= 1.3.1),
stringr (>= 1.4.0),
tibble (>= 3.1.4),
crayon (>= 1.4.1)