-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.16 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
Package: rcrimeanalysis
Type: Package
Title: An Implementation of Crime Analysis Methods
Version: 0.5.0
Author: Jamie Spaulding and Keith Morris
Maintainer: Jamie Spaulding <jspaulding02@hamline.edu>
Description: An implementation of functions for the analysis of crime incident or records
management system data. The package implements analysis algorithms scaled for city
or regional crime analysis units. The package provides functions for kernel density
estimation for crime heat maps, geocoding using the 'Google Maps' API, identification
of repeat crime incidents, spatio-temporal map comparison across time intervals,
time series analysis (forecasting and decomposition), detection of optimal parameters
for the identification of near repeat incidents, and near repeat analysis with crime
network linkage.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
forecast,
ggmap,
htmltools,
igraph,
leaflet,
leafsync,
lubridate,
KernSmooth,
pals,
raster,
sp,
stats,
terra
RoxygenNote: 7.2.3
Suggests:
dplyr,
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3