Package: evacpath Title: Least-Cost Pedestrian Evacuation Modeling Version: 0.2.0 Authors@R: c( person("Elvin", "Cordero", role = c("aut", "cre"), email = "elvin.cordero@seamountgeo.com") ) Description: Tools for road-constrained, least-cost pedestrian evacuation modeling. The package provides reusable functions for preparing hazard zones, generating road-based evacuation origin points, identifying escape/safety points, creating slope-based conductance surfaces, calculating least-cost distance to safety, and converting distance outputs into evacuation-time polygons. It is designed to support workflows like tsunami evacuation modeling while remaining adaptable to other regions and hazards. Tsunami-specific helpers support separate land-only hazard zones, water-combined escape zones, road-aware escape boundaries, and study-area inset cropping for quality assurance and quality control. Methods build on Cordero et al. (2025) , Lewis (2021) , and Joseph Lewis's 'leastcostpath' package (2023) . License: MIT + file LICENSE URL: https://el-cordero.github.io/evacpath/, https://github.com/el-cordero/evacpath BugReports: https://github.com/el-cordero/evacpath/issues Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1) Imports: terra, leastcostpath, sf, utils Suggests: knitr, rmarkdown, testthat (>= 3.0.0), devtools, fields, pkgdown VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: r-lib/pkgdown Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://el-cordero.r-universe.dev Date/Publication: 2026-07-18 02:02:15 UTC RemoteUrl: https://github.com/el-cordero/evacpath RemoteRef: HEAD RemoteSha: 6330b4529c17fad7700065a6c991eb6cab98097a NeedsCompilation: no Packaged: 2026-07-18 04:49:18 UTC; root Author: Elvin Cordero [aut, cre] Maintainer: Elvin Cordero