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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Suggests: fasterize, knitr, rmarkdown, raster, tinytest, lwgeom Imports: sf, nabor, geodist VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://robitalec.r-universe.dev Date/Publication: 2023-06-01 11:42:50 UTC RemoteUrl: https://github.com/robitalec/distance-to RemoteRef: HEAD RemoteSha: f7e130f13269e9ec017024c30e2effd4680fb406 NeedsCompilation: no Packaged: 2026-06-07 10:27:28 UTC; root Author: Alec L. Robitaille [aut, cre] (ORCID: ) Maintainer: Alec L. Robitaille