This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.58 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: compstatr
Type: Package
Title: Tools for St. Louis Crime Data
Version: 0.2.2.9000
Authors@R: c(
person("Christopher", "Prener", ,"chris.prener@slu.edu", c("aut", "cre")),
person("Cree", "Foeller", ,"cree.foeller@slu.edu", c("aut")),
person("Taylor", "Braswell", , , c("com"))
)
Description: Provides a set of tools for creating yearly data sets of St. Louis
Metropolitan Police Department (SLMPD) crime data, which are available from
January 2008 onward as monthly CSV releases on their website
(<http:www.slmpd.org/Crimereports.shtml>). Once data are validated and created
(monthly data releases have varying numbers of columns
as well as different column names and formats), 'compstatr' also provides
functions for categorizing and mapping crimes in St. Louis. The categorization
tools that are provided will also work with any police department that uses 5
and 6 digit numeric codes to identify specific crimes. These data provide researchers
and policy makers detailed data for St. Louis, which in the last several years
has had some of the highest or the highest violent crime rates in the United States.
Depends: R (>= 3.4)
License: GPL-3
URL: https://github.com/slu-openGIS/compstatr
BugReports: https://github.com/slu-openGIS/compstatr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
dplyr,
fs,
httr,
janitor,
lubridate,
purrr,
rlang,
readr,
rvest,
sf,
stringr,
tibble,
tidyr,
xml2
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr