-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.05 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
Package: spacetimeLPP
Title: Space-time point pattern analysis on planar network
Version: 0.0.0.9000
Authors@R: person("Julie", "Gravier", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0449-6499"))
Author: Julie Gravier [aut, cre]
Maintainer: Julie Gravier <[email protected]>
Description: Points patterns analyses related to a planar network qualified in time, either quantitatively (numerical dates) or qualitatively (historical period). Mainly based on linear point patterns.
License: MIT + file LICENSE
Depends:
magrittr (>= 2.0.3),
R (>= 2.10)
Imports:
data.table (>= 1.14.4),
dplyr (>= 1.0.10),
ineq,
maptools (>= 1.1-5),
Rdpack (>= 2.4),
sf (>= 1.0-9),
spatstat.geom (>= 3.0-3),
spatstat.linnet (>= 3.0-2),
stats,
stringr (>= 1.4.1),
tibble (>= 3.1.8),
tidyr (>= 1.2.1),
methods
Suggests:
ggplot2,
knitr,
rmarkdown
VignetteBuilder:
knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)