-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
47 lines (47 loc) · 1.01 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
Package: sfdep
Title: Spatial Dependence for Simple Features
Version: 0.2.4.9000
Authors@R: c(
person("Josiah", "Parry", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Dexter", "Locke", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2704-9720"))
)
Description: An interface to 'spdep' to integrate with 'sf' objects and the 'tidyverse'.
License: GPL-3
URL: https://sfdep.josiahparry.com, https://github.com/josiahparry/sfdep
Suggests:
broom,
dbscan,
dplyr,
ggplot2,
knitr,
magrittr,
patchwork,
purrr,
pracma,
rmarkdown,
sfnetworks,
stringr,
testthat (>= 3.0.0),
tibble,
tidyr,
vctrs,
yaml,
zoo,
Kendall,
igraph,
tidygraph
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
sf,
cli,
spdep,
stats,
rlang
Depends:
R (>= 3.5.0)
LazyData: true