Package: opentripplanner
Title: OpenTripPlanner for R
Version: 0.1.0.0000
Authors@R: c(
person("Marcus", "Young", email = "M.A.Young@soton.ac.uk", role = c("aut"),
comment = c(ORCID = "0000-0003-4627-1116")),
person("Malcolm", "Morgan", email = "m.morgan1@leeds.ac.uk", role = c("aut","cre"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-5679-6536")),
person("Layik", "Hama", email = "layik.hama@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0003-1912-4890"))
)
Maintainer: Malcolm Morgan <m.morgan1@leeds.ac.uk>
Description: An R interface for OpenTripPlanner <http://www.opentripplanner.org/>.
OpenTripPlanner (OTP) is an open source platform for multi-modal and multi-agency
journey planning written in Java. OTP provides a REST API which OpenTripPlanner
for R uses to connect to OTP.
Language: EN-GB
License: file LICENSE
URL: https://github.com/ITSLeeds/opentripplanner, https://itsleeds.github.io/opentripplanner/
BugReports: https://github.com/ITSLeeds/opentripplanner/issues
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
httr,
sf,
googlePolylines,
dplyr,
geodist,
jsonlite,
pbapply
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
Confirm each of the following by checking the box. This package:
Submitting Author: Malcolm Morgan (@mem48)
Repository: https://github.com/ITSLeeds/opentripplanner
Version submitted: 0.1.0
Editor: @geanders
Reviewer 1: TBD
Reviewer 2: TBD
Archive: TBD
Version accepted: TBD
Scope
Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
Explain how and why the package falls under these categories (briefly, 1-2 sentences):
Open Trip Planner is a multimodal route planning tool written in Java, the package allows R users to access the functionality of Open Trip Planner running locally or on a server. So, the package performs the role of data retrieval of geospatial data.
Who is the target audience and what are scientific applications of this package?
Transport planners and people engaging in transport-related research. Route planning is the basis of many different transport related research questions such as traffic management, accessibility measurement, and infrastructure planning. The package is being actively developed to support research at the University of Leeds Institute for Transport Studies.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
There are many packages that enable route planning in R (e.g. osrmr & dodgr) However there are no packages on CRAN that connect R to the Open Trip Planner. We are aware of one package on GitHub (https://github.com/datasciencecampus/access-to-services/tree/develop/propeR ) which relates to connecting R and OTP although its purpose is more specialised.
A key benefit of OTP over other route planning tools is its integration of public transport and other modes of travel (e.g. bike hire) that are not supported by other tools such as osrm.
If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
Technical checks
Confirm each of the following by checking the box. This package:
Publication options
JOSS Options
paper.mdmatching JOSS's requirements with a high-level description in the package root or ininst/.MEE Options
Code of conduct