-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
66 lines (66 loc) · 1.76 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
Package: sfnetworks
Title: Tidy Geospatial Networks
Version: 0.6.4
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:
crayon,
dplyr,
graphics,
igraph,
lwgeom,
rlang,
sf,
sfheaders,
tibble,
tidygraph,
units,
utils
Suggests:
dbscan,
fansi,
ggplot2 (>= 3.0.0),
knitr,
purrr,
rmarkdown,
s2 (>= 1.0.1),
spatstat.geom,
spatstat.linnet,
testthat,
TSP
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1