-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·41 lines (41 loc) · 1.4 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
Package: sfhotspot
Title: Hot-Spot Analysis with Simple Features
Version: 0.8.0
Authors@R:
person("Matt", "Ashby", , "matthew.ashby@ucl.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4201-9239"))
Description: Identify and understand clusters of points (typically representing
the locations of places or events) stored in simple-features (SF) objects.
This is useful for analysing, for example, hot-spots of crime events. The
package emphasises producing results from point SF data in a single step
using reasonable default values for all other arguments, to aid rapid data
analysis by users who are starting out. Functions available include kernel
density estimation (for details, see Yip (2020)
<doi:10.22224/gistbok/2020.1.12>), analysis of spatial association (Getis
and Ord (1992) <doi:10.1111/j.1538-4632.1992.tb00261.x>) and hot-spot
classification (Chainey (2020) ISBN:158948584X).
License: MIT + file LICENSE
Language: en-GB
URL: http://pkgs.lesscrime.info/sfhotspot/
BugReports: https://github.com/mpjashby/sfhotspot/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ggplot2,
rlang,
sf,
SpatialKDE,
spdep,
tibble
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
lubridate,
knitr,
rmarkdown,
ggspatial
LazyData: true
Config/testthat/edition: 3
VignetteBuilder: knitr