-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 1.56 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
Package: gdistance
Type: Package
Title: Distances and Routes on Geographical Grids
Version: 1.6.4
Authors@R: c(
person("Jacob", "van Etten", role = c("aut"),
comment = c(ORCID = "0000-0001-7554-2558")),
person("Kauê", "de Sousa", role = c("ctb"),
comment = c(ORCID = "0000-0002-7571-7845")),
person("Andrew", "Marx", role = c("cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7456-1631")))
URL: https://AgrDataSci.github.io/gdistance/
BugReports: https://github.com/AgrDataSci/gdistance/issues
Description: Provides classes and functions to calculate various
distance measures and routes in heterogeneous geographic
spaces represented as grids. The package implements measures
to model dispersal histories first presented by van Etten and
Hijmans (2010) <doi:10.1371/journal.pone.0012060>. Least-cost
distances as well as more complex distances based on (constrained)
random walks can be calculated. The distances implemented in
the package are used in geographical genetics, accessibility
indicators, and may also have applications in other fields of
geospatial analysis.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0),
raster (>= 1.9-19),
methods,
igraph (>= 0.7.0),
Matrix
Imports:
sp,
stats,
terra
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 2.1.0)
RoxygenNote: 7.2.3
VignetteBuilder: knitr