-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.26 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
Package: geoGraph
Type: Package
Title: Walking through the geographic space using graphs
Version: 1.1.1
Authors@R: c(
person("Thibaut", "Jombart", role = "aut"),
person("Andrea", "Manica", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Andrea Manica <[email protected]>
Description: Classes and methods for spatial graphs interfaced with support for GIS shapefiles.
License: GPL (>=2)
Language: en-GB
URL: https://github.com/EvolEcolGroup/geograph,
https://evolecolgroup.github.io/geograph/
BugReports: https://github.com/EvolEcolGroup/geograph/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.5.0),
methods,
graph
Imports:
fields,
RBGL,
sp
Suggests:
testthat,
knitr,
rmarkdown,
sf
RoxygenNote: 7.2.3
Collate:
'classes.R'
'accessors.R'
'auxil.R'
'basicMethods.R'
'buffer.R'
'closestNode.R'
'combineCosts.R'
'connectivity.R'
'datasets.R'
'dijkstra.R'
'dropDead.R'
'extractFromLayer.R'
'findLand.R'
'geograph.R'
'globals.R'
'interact.R'
'isInArea.R'
'makeGrid.R'
'plot.R'
'rebuild.R'
'setCosts.R'
'setDistCosts.R'
'zoom.R'
'zzz.R'