-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.6 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.6 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: climateapi
Title: Climate (and adjacent) data and functions for the C&C practice area
Version: 0.0.0.9001
Authors@R: c(
person(
family = "Curran-Groome",
given = "Will",
email = "wcurrangroome@urban.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6432-7561")),
person(
family = "Lloyd",
given = "Kameron",
role = c("aut")))
Description: This packages combines a set of utilities for acquiring and processing
climate and climate-adjacent datasets under a consistent API. It takes opinionated
stances on how to manipulate raw data in an effort to produce standard workflows
that enable project teams to devote more time to substantive analysis.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
arrow,
censusapi,
sfarrow,
dplyr,
esri2sf (>= 0.1.1),
ellmer,
glue,
ggplot2,
ipumsr,
janitor,
jsonlite,
lehdr,
lubridate,
magrittr,
openxlsx,
pdftools,
purrr,
readr,
readxl,
rfema (>= 1.0.0),
rlang,
rvest,
scales,
sf,
stringr,
tibble,
tidycensus,
tidyr,
tidytable,
tigris,
utils,
uuid,
urbnindicators,
urbnthemes
Remotes:
ropensci/rfema,
yonghah/esri2sf,
UI-Research/urbnindicators,
UI-Research/crosswalk,
UrbanInstitute/urbnthemes
URL: https://ui-research.github.io/climateapi/
Suggests:
knitr,
qualtRics,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
VignetteBuilder: knitr