Package: stplanr
Type: Package
Title: Sustainable Transport Planning
Version: 0.2.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("Barry", "Rowlingson", role = c("ctb"), comment = "Author of overline"),
    person("Nick", "Bearman", role = c("ctb"), comment = "Co-author of gclip"),
    person("Malcolm", "Morgan", role = c("ctb"), comment = "Co-author of angle_diff"),
    person("Nikolai", "Berkoff", role = c("ctb"), comment = "Co-author of line2route"),
    person("Scott ", "Chamberlin", role = c("rev"), comment = "Scott reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/10")
    )
Maintainer: Robin Lovelace <rob00x@gmail.com>
Description: Functionality and data access tools for transport planning,
    including origin-destination analysis, route allocation and modelling travel
    patterns.
License: MIT + file LICENSE
BugReports: https://github.com/ropensci/stplanr/issues
LazyData: yes
Depends: R (>= 3.0.2)
Imports: sp (>= 1.3.1), curl (>= 3.2), readr (>= 1.1.1), dplyr (>=
        0.7.6), httr (>= 1.3.1), jsonlite (>= 1.5), stringi (>= 1.2.4),
        stringr (>= 1.3.1), lubridate (>= 1.7.4), maptools (>= 0.9.3),
        raster (>= 2.6.7), rgdal (>= 1.3.4), rgeos (>= 0.3.28),
        openxlsx (>= 4.1.0), methods, R.utils (>= 2.7.0), geosphere (>=
        1.5.7), Rcpp (>= 0.12.1), igraph (>= 1.2.2), nabor (>= 0.5.0),
        rlang (>= 0.2.2), lwgeom (>= 0.1.4), sf (>= 0.6.3)
LinkingTo: RcppArmadillo (>= 0.9.100.5.0), Rcpp (>= 0.12.18)
Suggests: testthat (>= 2.0.0), knitr (>= 1.20), rmarkdown (>= 1.10),
        dodgr (>= 0.0.3), tmap (>= 2.1.1)
VignetteBuilder: knitr
URL: https://github.com/ropensci/stplanr
SystemRequirements: GNU make
RoxygenNote: 6.1.0
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-10-19 08:59:48 UTC; robin
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
  Richard Ellison [aut],
  Barry Rowlingson [ctb] (Author of overline),
  Nick Bearman [ctb] (Co-author of gclip),
  Malcolm Morgan [ctb] (Co-author of angle_diff),
  Nikolai Berkoff [ctb] (Co-author of line2route),
  Scott Chamberlin [rev] (Scott reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/10)
Repository: CRAN
Date/Publication: 2018-10-20 13:30:03 UTC
