-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
70 lines (70 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
70 lines (70 loc) · 1.57 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
Type: Package
Package: mapbaltimore
Title: Make maps for Baltimore City with open data
Version: 0.1.1.9001
Authors@R:
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Maintainer: Eli Pousson <eli.pousson@gmail.com>
Description: This package provides data from the Baltimore City, the state
of Maryland, and other sources, functions to access additional data,
and function to create and modify simple maps of Baltimore
neighborhoods using sf and ggplot2.
License: MIT + file LICENSE
URL: https://github.com/elipousson/mapbaltimore,
https://elipousson.github.io/mapbaltimore/
BugReports: https://github.com/elipousson/mapbaltimore/issues
Depends:
R (>= 3.5)
Imports:
cli (>= 3.4.0),
dplyr,
getdata (>= 0.1.1.9000),
glue,
janitor,
lifecycle (>= 1.0.3),
lubridate,
magrittr,
pkgconfig,
purrr,
rappdirs,
rlang (>= 1.1.0),
sf,
sfext (>= 0.1.1),
snakecase,
stringr,
tibble,
tidyr,
tidyselect,
utils
Suggests:
bcpss,
covr,
esri2sf (>= 0.2.0),
forcats,
ggplot2,
ggrepel,
knitr,
maplayer,
naniar,
osmdata,
progress,
readr,
rmarkdown,
RSocrata,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
Chicago/RSocrata,
elipousson/bcpss,
elipousson/esri2sf,
elipousson/getdata,
elipousson/maplayer,
elipousson/sfext
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2