Package: pathroutr Title: An R Package for (Re-)Routing Paths Around Barriers Version: 0.2.2 Authors@R: person(given = "Josh", family = "London", role = c("aut", "cre"), email = "josh.london@noaa.gov", comment = c(ORCID = "0000-0002-3647-5046")) Description: The `pathroutr` package aims to provide a set of tools for routing marine animal tracks around land barriers based on the shortest path through a visibility graph network. The foundation of the package is a graph network created from a Delaunay Triangle mesh created from the vertices of land polygons within the study area. Any network edges that cross or fall completely within the land (barrier) polygons are removed. License: CC0 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: sf (>= 0.9), dplyr (>= 1.0), purrr, magrittr, units, sfnetworks, igraph, lwgeom, tibble, nabor Suggests: ggplot2, ggspatial, crawl, knitr, markdown, rmarkdown, remotes Remotes: NMML/crawl@devel Depends: R (>= 4.0) VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://benjaminhlina.r-universe.dev Date/Publication: 2026-05-29 17:13:04 UTC RemoteUrl: https://github.com/jmlondon/pathroutr RemoteRef: HEAD RemoteSha: 059c8308771346cbc063f2984de766ba2fe5ff2b NeedsCompilation: no Packaged: 2026-05-29 19:44:53 UTC; root Author: Josh London [aut, cre] (ORCID: ) Maintainer: Josh London