-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.21 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
Package: ukpolice
Title: Download Data on UK Police and Crime
Version: 0.2.2.9001
Authors@R: c(
person(given = "Evan",
family = "Odell",
role = c("aut", "cre"),
email = "evanodell91@gmail.com",
comment = c(ORCID = "0000-0003-1845-808X")),
person(given = "Nicholas",
family = "Tierney",
role = "aut",
email = "nicholas.tierney@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")))
Description: Downloads data from the 'UK Police' public data API,
the full docs of which are available at <https://data.police.uk/docs/>.
Includes data on police forces and police force areas, crime reports,
and the use of stop-and-search powers.
URL: https://github.com/EvanOdell/ukpolice/, https://docs.evanodell.com/ukpolice
BugReports: https://github.com/EvanOdell/ukpolice/issues
License: MIT + file LICENSE
Imports:
jsonlite,
tibble,
purrr,
httr,
snakecase
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
testthat,
covr,
knitr,
rmarkdown,
ggplot2,
dplyr,
leaflet,
htmltools,
scales,
sf,
sp
VignetteBuilder: knitr