Package: stplanr
Type: Package
Title: Sustainable Transport Planning
Version: 0.8.6
Authors@R: c(
    person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0001-5679-6536")),
    person("Richard", "Ellison", role = c("aut")),
    person("Malcolm", "Morgan", role = c("aut"),
      comment = c(ORCID = "0000-0002-9488-9183")),
    person("Barry", "Rowlingson", role = c("ctb")),
    person("Nick", "Bearman", role = c("ctb")),
    person("Nikolai", "Berkoff", role = c("ctb")),
    person("Scott ", "Chamberlain", role = c("rev"), comment = "Scott reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/10"),
    person("Mark", "Padgham", email="mark.padgham@email.com", role=c("ctb")),
    person("Andrea", "Gilardi", role=c("ctb"),
      comment = c(ORCID = "0000-0002-9424-7439"))
    )
Maintainer: Robin Lovelace <rob00x@gmail.com>
Description: Tools for transport planning with an emphasis on spatial transport
    data and non-motorized modes. Enables common transport planning tasks including:
    downloading and cleaning transport datasets; creating geographic "desire lines"
    from origin-destination (OD) data; route assignment, locally and via
    interfaces to routing services such as <https://cyclestreets.net/> and
    calculation of route segment attributes such as bearing.
    The package implements the 'travel flow aggregration' method
    described in Morgan and Lovelace (2020) <doi:10.1177/2399808320942779>.
    Further information on the package's aim and scope can be found
    in the vignettes and in a paper in the R Journal
    (Lovelace and Ellison 2018) <doi:10.32614/RJ-2018-053>.
    This package Suggests the 'pct' package which at the time of writing
    is unavailable on CRAN. You can install it from the repository
    'itsleeds/pct' on GitHub.
License: MIT + file LICENSE
BugReports: https://github.com/ropensci/stplanr/issues
LazyData: yes
Depends: R (>= 3.5.0)
Imports: sp (>= 1.3.1), curl (>= 3.2), dplyr (>= 0.7.6), httr (>=
        1.3.1), jsonlite (>= 1.5), stringr (>= 1.3.1), maptools (>=
        0.9.3), raster (>= 2.6.7), rgeos (>= 0.3.28), methods,
        geosphere (>= 1.5.7), Rcpp (>= 0.12.1), nabor (>= 0.5.0), rlang
        (>= 0.2.2), lwgeom (>= 0.1.4), sf (>= 0.6.3), magrittr,
        sfheaders, data.table, pbapply
LinkingTo: RcppArmadillo (>= 0.9.100.5.0), Rcpp (>= 0.12.18)
Suggests: testthat (>= 2.0.0), knitr (>= 1.20), igraph (>= 1.2.2),
        rmarkdown (>= 1.10), dodgr (>= 0.0.3), cyclestreets, leaflet,
        rgdal, pct, tmap, openxlsx (>= 4.1.0), osrm, geodist, mapsapi
VignetteBuilder: knitr
URL: https://github.com/ropensci/stplanr,
        https://docs.ropensci.org/stplanr/
SystemRequirements: GNU make
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-11-25 16:55:44 UTC; robin
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
  Richard Ellison [aut],
  Malcolm Morgan [aut] (<https://orcid.org/0000-0002-9488-9183>),
  Barry Rowlingson [ctb],
  Nick Bearman [ctb],
  Nikolai Berkoff [ctb],
  Scott Chamberlain [rev] (Scott reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/10),
  Mark Padgham [ctb],
  Andrea Gilardi [ctb] (<https://orcid.org/0000-0002-9424-7439>)
Repository: CRAN
Date/Publication: 2021-11-26 16:10:07 UTC
