Package: gdistance
Type: Package
Title: Distances and Routes on Geographical Grids
Version: 1.6.2
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 = "ajm.rpackages@gmail.com",
          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
Suggests: knitr, markdown, rmarkdown, testthat (>= 2.1.0)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-04-20 12:12:07 UTC; andrewjmarx
Author: Jacob van Etten [aut] (<https://orcid.org/0000-0001-7554-2558>),
  Kauê de Sousa [ctb] (<https://orcid.org/0000-0002-7571-7845>),
  Andrew Marx [cre, ctb] (<https://orcid.org/0000-0002-7456-1631>)
Maintainer: Andrew Marx <ajm.rpackages@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-20 14:20:02 UTC
Built: R 4.1.3; ; 2023-04-20 16:57:22 UTC; windows
