forked from wsteenbeek/NearRepeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 923 Bytes
/
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
Package: NearRepeat
Type: Package
Title: Near Repeat Calculation using the Knox Test (Monte Carlo permutation)
Version: 0.1.1
Authors@R: person("Wouter", "Steenbeek", role = c("aut", "cre", "cph"), email = "[email protected]")
Maintainer: Wouter Steenbeek <[email protected]>
Description: If a location is the target of a crime, then locations within a relatively
short distance are more likely to be targets of crime for a short period of time.
This package uses the Knox test for space-time clustering to quantify the spatio-temporal
association between crime events, using simple inputs of coordinates and date.
URL: https://github.com/wsteenbeek/NearRepeat
Depends:
R (>= 2.10)
Imports:
parallel,
future.apply (>= 1.3.0),
ggplot2 (>= 3.0.0),
progressr (>= 0.6.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr