Package: distanceto
Title: Calculate Distance to Features
Version: 0.0.3
Authors@R: 
    person(given = "Alec L.",
           family = "Robitaille",
           role = c("aut", "cre"),
           email = "robit.alec@gmail.com",
           comment = c(ORCID = "0000-0002-4706-1762"))
Description: Calculates distances from point locations to features.
    The usual approach for eg. resource selection function analyses is to
    generate a complete distance to features surface then sample it with your 
    observed and random points. Since these raster based approaches can be
    pretty costly with large areas, and often lead to memory issues in R, 
    the distanceto package opts to compute these distances using
    efficient, vector based approaches. As a helper, there's a decidedly 
    low-res raster based approach for visually inspecting your region's 
    distance surface. But the workhorse is distance_to.
URL: https://github.com/robitalec/distance-to,
        https://robitalec.github.io/distance-to/
BugReports: https://github.com/robitalec/distance-to/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: fasterize, knitr, rmarkdown, raster, tinytest, lwgeom
Imports: sf, nabor, geodist
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-06-01 11:43:06 UTC; alecr
Author: Alec L. Robitaille [aut, cre] (<https://orcid.org/0000-0002-4706-1762>)
Maintainer: Alec L. Robitaille <robit.alec@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-01 12:20:03 UTC
Built: R 4.4.3; ; 2025-10-21 13:52:56 UTC; windows
