-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.09 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
Package: appc
Title: Air Pollution Predictor Commons
Version: 0.5.0
Authors@R: c(
person("Cole", "Brokamp", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0289-3151")),
person("Erika", "Manning", role = "aut"),
person("Qing", "Duan", role = "aut")
)
URL: https://github.com/geomarker-io/appc, http://geomarker.io/appc/
Description: Functions for geomarker assessment for s2 locations and dates. These are used to train and predict daily ambient air pollution concentrations across the contiguous US 2016 - 2022.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
cli,
dplyr,
fs,
glue,
grf,
httr,
purrr,
qs,
rlang,
s2,
sf,
terra,
tibble,
tidyr,
withr
RoxygenNote: 7.3.2
Suggests:
curl,
dotenv,
ggplot2,
hexbin,
knitr,
lubridate,
lwgeom,
mappp,
readr,
rmarkdown,
scales,
testthat (>= 3.0.0),
tidync,
tigris,
viridis
Config/testthat/edition: 3
Config/testthat/parallel: true
Depends:
R (>= 2.10)