-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 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
Package: psrccensus
Type: Package
Title: Summarize Census Data for use at PSRC
Version: 0.1.0
Authors@R: c(
person("Craig", "Helmann", email = "[email protected]", role = "aut"),
person("Christy", "Lam", email = "[email protected]", role = "aut"),
person("Polina", "Butrina", email = "[email protected]", role = "aut"),
person("Suzanne", "Childress", email = "[email protected]", role = "cre"),
person("Michael", "Jensen", email = "[email protected]", role = "aut"))
Maintainer: Suzanne Childress <[email protected]>
Description: Various functions to pull, process and visualize Census data for geographies in the Central Puget Sund Region.
This package is currently under development and will be updated frequently over the last half of 2021.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
curl,
data.table,
dplyr,
fredr,
glue,
httr,
lubridate,
magrittr,
psrcelmer,
purrr,
readr,
rlang,
sf,
srvyr,
stringr,
tidycensus,
tidyr,
tidyselect,
tigris
Suggests:
ggplot2,
htmltools,
leaflet,
rmarkdown,
scales,
knitr,
testthat (>= 3.0.0),
R.utils,
usethis
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://psrc.github.io/psrccensus/
Depends:
R (>= 2.10)