Type: Package
Package: r5r
Title: Rapid Realistic Routing with 'R5'
Version: 0.5.0
Authors@R: c(
            person(given="Marcus", family="Saraiva", email="marcus.saraiva@gmail.com", role="aut", comment = c(ORCID = "0000-0001-6218-2338")),
            person(given="Rafael H. M.", family="Pereira", email="rafa.pereira.br@gmail.com", role=c("aut", "cre"), comment = c(ORCID = "0000-0003-2125-7465")),
            person(given="Daniel", family="Herszenhut", email="dhersz@gmail.com", role="aut", comment = c(ORCID = "0000-0001-8066-1105")),
            person(given="Carlos Kaue Vieira", family="Braga", email="kaue@kauebraga.dev", role="aut", comment = c(ORCID = "0000-0002-6104-7297")),
            person(given="Matthew Wigginton", family="Conway", email="mwconway@asu.edu", role="aut", comment = c(ORCID = "0000-0002-1210-2982")),
            person("Ipea - Institue for Applied Economic Research", role = c("cph", "fnd"))
            )
Description: Rapid realistic routing on multimodal transport networks (walk, 
             bike, public transport and car) using 'R5', the Rapid Realistic 
             Routing on Real-world and Reimagined networks 
             <https://github.com/conveyal/r5>. The package allows users to 
             generate detailed routing analysis or calculate travel time matrices
             using seamless parallel computing on top of the R5 Java machine.
Date: 2021-07-02
URL: https://github.com/ipeaGIT/r5r
BugReports: https://github.com/ipeaGIT/r5r/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.6)
Suggests: akima, covr, dplyr, ggplot2 (>= 3.3.1), knitr, mapview,
        rmarkdown, rgdal, testthat
Imports: checkmate, curl, data.table, httr, methods, jdx (>= 0.1.4),
        raster, rJava (>= 0.9-10), sf (>= 0.9-3), sfheaders, utils
SystemRequirements: Java JDK (>= 11.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-07-02 19:04:34 UTC; user
Author: Marcus Saraiva [aut] (<https://orcid.org/0000-0001-6218-2338>),
  Rafael H. M. Pereira [aut, cre]
    (<https://orcid.org/0000-0003-2125-7465>),
  Daniel Herszenhut [aut] (<https://orcid.org/0000-0001-8066-1105>),
  Carlos Kaue Vieira Braga [aut]
    (<https://orcid.org/0000-0002-6104-7297>),
  Matthew Wigginton Conway [aut]
    (<https://orcid.org/0000-0002-1210-2982>),
  Ipea - Institue for Applied Economic Research [cph, fnd]
Maintainer: Rafael H. M. Pereira <rafa.pereira.br@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-02 19:20:05 UTC
