Type: Package
Package: abstr
Title: R Interface to the A/B Street Transport System Simulation
        Software
Version: 0.4.1
Authors@R: 
    c(person(given = "Nathanael",
             family = "Sheehan",
             role = c("aut", "cre"),
             email = "nathanaelsheehan@gmail.com",
             comment = c(ORCID = "0000-0002-2779-0976")),
     person(given = "Robin",
             family = "Lovelace",
             role = "aut",
             email = "rob00x@gmail.com",
             comment = c(ORCID = "0000-0001-5679-6536")),
      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 <https://www.abstreet.org>, a free and open source tool
    for simulating urban transport systems and scenarios of change
    <doi:10.1007/s10109-020-00342-2>.
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
RoxygenNote: 7.1.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-11-26 21:32:54 UTC; natha
Author: Nathanael Sheehan [aut, cre] (<https://orcid.org/0000-0002-2779-0976>),
  Robin Lovelace [aut] (<https://orcid.org/0000-0001-5679-6536>),
  Trevor Nederlof [aut],
  Lucas Dias [ctb],
  Dustin Carlino [aut]
Maintainer: Nathanael Sheehan <nathanaelsheehan@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-30 08:10:05 UTC
Built: R 4.1.3; ; 2023-04-17 18:23:07 UTC; windows
