Type: Package Package: abstr Title: R Interface to the A/B Street Transport System Simulation Software Version: 0.4.2 Authors@R: c( person(given = "Robin", family = "Lovelace", role = c("aut", "cre"), email = "rob00x@gmail.com", comment = c(ORCID = "0000-0001-5679-6536")), person(given = "Nathanael", family = "Sheehan", role = "aut", email = "nathanaelsheehan@gmail.com", comment = c(ORCID = "0000-0002-2779-0976")), person(given = "Trevor", family = "Nederlof", role = "aut"), person(given = "Lucas", family = "Dias", role = "ctb"), person(given = "Dustin", family = "Carlino", role = "aut")) Description: Provides functions to convert origin-destination data, represented as straight 'desire lines' in the 'sf' Simple Features class system, into JSON files that can be directly imported into A/B Street , a free and open source tool for simulating urban transport systems and scenarios of change . License: Apache License (>= 2) URL: https://github.com/a-b-street/abstr, https://a-b-street.github.io/abstr/ BugReports: https://github.com/a-b-street/abstr/issues Depends: R (>= 4.0.0) Imports: jsonlite (>= 1.7.2), lwgeom (>= 0.2.5), magrittr (>= 2.0.1), methods, od (>= 0.3.1), sf (>= 1.0.1), tibble (>= 3.0.6), tidyr (>= 1.1.3) Suggests: knitr, dplyr (>= 1.0.0), rmarkdown, tmap, pct, foreign Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://a-b-street.r-universe.dev Date/Publication: 2025-09-16 10:17:19 UTC RemoteUrl: https://github.com/a-b-street/abstr RemoteRef: HEAD RemoteSha: b177843a894cf2b40b190f1f21f23f5d1aab7f25 NeedsCompilation: no Packaged: 2026-06-17 08:40:06 UTC; root Author: Robin Lovelace [aut, cre] (ORCID: ), Nathanael Sheehan [aut] (ORCID: ), Trevor Nederlof [aut], Lucas Dias [ctb], Dustin Carlino [aut] Maintainer: Robin Lovelace