-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
60 lines (60 loc) · 1.31 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
57
58
59
60
Package: cwi
Title: Prep for DataHaven's Community Wellbeing Index
Version: 1.8.0
Authors@R:
person(given = "Camille",
family = "Seaberry",
role = c("aut", "cre"),
email = "[email protected]")
Description: This is a collection of functions for collecting
and analyzing Census data and other sources to write the 2019
Community Wellbeing Index reports. It also contains reference tables
for local geographies—neighborhoods, regions, etc—and commonly used
ACS table numbers.
License: MIT + file LICENSE
URL: https://github.com/CT-Data-Haven/cwi,
https://CT-Data-Haven.github.io/cwi
BugReports: https://github.com/CT-Data-Haven/cwi/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.0.0)
Imports:
classInt,
dplyr,
forcats,
ggplot2,
httr,
janitor,
jsonlite,
purrr,
readxl,
rlang,
stats,
stringr,
tidyr,
tibble,
camiller (>= 0.2.0),
readr,
tidycensus,
tidyselect,
cli
Suggests:
knitr,
sf,
lubridate,
scales,
rmarkdown,
testthat (>= 3.0.0),
showtext,
R.utils,
lwgeom,
covr
Remotes:
camille-s/camiller
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/check/ignore-inconsequential-notes: true