Package: areaOfEffect Title: Classify Points by Distance to Polygon Boundaries Version: 0.2.5 Authors@R: person("Gilles", "Colling", , "gilles.colling051@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3070-6066")) Description: Classifies spatial points relative to polygon boundaries, labeling each point as "core" (inside), "halo" (in a buffer zone), or pruning it (outside both). Handles projection, buffering, and point-in-polygon operations automatically. The default buffer produces equal core and halo areas, providing a scale-independent definition of "near the boundary." An optional mask clips the buffer to relevant areas such as coastlines. License: MIT + file LICENSE URL: https://gillescolling.com/areaOfEffect/, https://github.com/gcol33/areaOfEffect BugReports: https://github.com/gcol33/areaOfEffect/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Imports: methods, sf Suggests: ggplot2, lwgeom, testthat (>= 3.0.0), knitr, rmarkdown, svglite VignetteBuilder: knitr Config/testthat/edition: 3 Depends: R (>= 3.5) LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://gcol33.r-universe.dev Date/Publication: 2026-06-29 15:24:33 UTC RemoteUrl: https://github.com/gcol33/areaofeffect RemoteRef: HEAD RemoteSha: 578992225a5b5ef9fa306205b91370150280d3cc NeedsCompilation: no Packaged: 2026-06-29 17:40:39 UTC; root Author: Gilles Colling [aut, cre, cph] (ORCID: ) Maintainer: Gilles Colling