-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: sfnetworks
Title: Tidy Geospatial Networks
Version: 0.9.9.9000
Authors@R:
c(person(given = "Lucas",
family = "van der Meer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6336-8628")),
person(given = "Lorena",
family = "Abad",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0554-734X")),
person(given = "Andrea",
family = "Gilardi",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9424-7439")),
person(given = "Robin",
family = "Lovelace",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5679-6536")))
Maintainer: Lucas van der Meer <[email protected]>
Description: Provides a tidy approach to spatial network
analysis, in the form of classes and functions that enable a seamless
interaction between the network analysis package 'tidygraph' and the
spatial analysis package 'sf'.
License: Apache License (>= 2)
URL: https://luukvdmeer.github.io/sfnetworks/,
https://github.com/luukvdmeer/sfnetworks
BugReports: https://github.com/luukvdmeer/sfnetworks/issues/
Depends:
R (>= 3.6)
Imports:
cli (>= 3.0.0),
dplyr (>= 1.1.0),
graphics,
igraph (>= 2.1.0),
lifecycle (>= 1.0.0),
lwgeom,
methods,
pillar,
rlang (>= 1.0.0),
sf (>= 1.0-11),
sfheaders (>= 0.2.2),
stats,
tibble,
tidygraph (>= 1.3.0),
tidyselect (>= 1.0.0),
units (>= 0.4.6),
utils
Suggests:
dbscan,
dodgr,
fansi,
geodist,
ggplot2 (>= 3.0.0),
ggraph (>= 2.2.0),
knitr,
osmdata,
purrr,
quarto,
rmarkdown,
s2 (>= 1.0.1),
spatstat.geom,
spatstat.linnet,
spdep,
testthat,
TSP
VignetteBuilder:
knitr,
quarto
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2