forked from laderast/craggy_2019
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.57 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
Package: craggy2019
Title: Housing Data and Eviction Data for King County, Washington, United States
Version: 0.0.0.9000
Authors@R:
person(given = "Ted",
family = "Laderas",
role = c("aut", "cre"),
email = "[email protected]")
Description: cRaggy is a data exploration and visualization activity for
the [Portland R User Group](https://www.meetup.com/portland-r-user-group/).
We make a large dataset available for visualization and analysis, so
that you can present and share your results, visualizations, and insights about
the dataset. For the 2019 edition of cRaggy, we will be looking at a
combination of housing data and eviction data for King County, Washington,
United States. We hope to gain insights about the nature of evictions in
King County. This dataset comes courtesy of the planners of
the [2019 Symposium for Data Science and Statistics](https://ww2.amstat.org/meetings/sdss/2019/).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports:
devtools (>= 2.1.0),
dplyr (>= 0.8.3),
forcats (>= 0.4.0),
ggplot2 (>= 3.2.1),
here (>= 0.1),
inspectdf (>= 0.0.4),
janitor (>= 1.2.0),
mapview (>= 2.7.0),
readr (>= 1.3.1),
rio (>= 0.5.16),
sf (>= 0.7-7),
skimr (>= 1.0.7),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 0.8.3),
tidyverse (>= 1.2.1),
tigris (>= 0.8.2),
vroom (>= 1.0.2)
Suggests:
burro,
testthat,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr