Package: rcoins Title: Identify Naturally Continuous Lines in a Spatial Network Version: 0.4.0 Authors@R: c( person("Francesco", "Nattino", , "f.nattino@esciencecenter.nl", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3286-0139")), person("Claudiu", "Forgaci", , "c.forgaci@tudelft.nl", role = "aut", comment = c(ORCID = "0000-0003-3218-5102")), person("Fakhereh", "Alidoost", , "f.alidoost@esciencecenter.nl", role = "aut", comment = c(ORCID = "0000-0001-8407-6472")), person("Thijs", "van Lankveld", , "t.vanlankveld@esciencecenter.nl", role = "ctb", comment = c(ORCID = "0009-0001-1147-4813")), person("Netherlands eScience Center", , , "info@esciencecenter.nl", role = "fnd") ) Description: Provides functionality to group lines that form naturally continuous lines in a spatial network. The algorithm implemented is based on the Continuity in Street Networks (COINS) method from Tripathy et al. (2021) , which identifies continuous "strokes" in the network as the line strings that maximize the angles between consecutive segments. License: Apache License (>= 2) URL: https://cityriverspaces.github.io/rcoins/, https://doi.org/10.5281/zenodo.14501804, https://github.com/CityRiverSpaces/rcoins BugReports: https://github.com/CityRiverSpaces/rcoins/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: ggplot2, knitr, rmarkdown, sfnetworks, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: dplyr, rlang, sf, sfheaders VignetteBuilder: knitr Depends: R (>= 4.1.0) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://cityriverspaces.r-universe.dev Date/Publication: 2025-08-20 14:12:51 UTC RemoteUrl: https://github.com/cityriverspaces/rcoins RemoteRef: HEAD RemoteSha: 5554fddce5fe08f84d1ddce8f38d47c5de9e9dcf NeedsCompilation: no Packaged: 2026-06-18 10:53:37 UTC; root Author: Francesco Nattino [aut, cre, cph] (ORCID: ), Claudiu Forgaci [aut] (ORCID: ), Fakhereh Alidoost [aut] (ORCID: ), Thijs van Lankveld [ctb] (ORCID: ), Netherlands eScience Center [fnd] Maintainer: Francesco Nattino