Package: otpr 0.5.1

otpr: An R Wrapper for the 'OpenTripPlanner' REST API
A wrapper for the 'OpenTripPlanner' <http://www.opentripplanner.org/> REST API. Queries are submitted to the relevant 'OpenTripPlanner' API resource, the response is parsed and useful R objects are returned.
Authors:
otpr_0.5.1.tar.gz
otpr_0.5.1.zip(r-4.7)otpr_0.5.1.zip(r-4.6)otpr_0.5.1.zip(r-4.5)
otpr_0.5.1.tgz(r-4.6-any)otpr_0.5.1.tgz(r-4.5-any)
otpr_0.5.1.tar.gz(r-4.7-any)otpr_0.5.1.tar.gz(r-4.6-any)
otpr_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
otpr/json (API)
NEWS
| # Install 'otpr' in R: |
| install.packages('otpr', repos = c('https://marcusyoung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/marcusyoung/otpr/issues
accessaccessibilityisochronesopentripplannerotppublic-transportroutingtransporttransport-apitransportation-planningtraveltravel-plannertravel-times
Last updated from:bbb4e2a0c5. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 149 | ||
| source / vignettes | OK | 197 | ||
| linux-release-x86_64 | NOTE | 141 | ||
| macos-release-arm64 | NOTE | 173 | ||
| macos-oldrel-arm64 | NOTE | 201 | ||
| windows-devel | NOTE | 83 | ||
| windows-release | NOTE | 107 | ||
| windows-oldrel | NOTE | 73 | ||
| wasm-release | OK | 134 |
Exports:otp_connectotp_create_surfaceotp_evaluate_surfaceotp_get_distanceotp_get_isochroneotp_get_times
Dependencies:askpassbackportscheckmateclassclassIntclicpp11curlDBIdplyre1071genericsgeojsonsfgeometriesgluehmshttrjanitorjsonifyjsonliteKernSmoothlifecyclelubridatemagrittrMASSmimeopensslpillarpkgconfigproxypurrrR6rapidjsonrRcpprlangrrapplys2sfsfheaderssnakecasestringistringrsystibbletidyrtidyselecttimechangetriebeardunitsurltoolsutf8vctrswithrwk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Set up and confirm a connection to an OTP instance. | otp_connect |
| Creates a travel time surface (OTPv1 only). | otp_create_surface |
| Evaluates an existing travel time surface (OTPv1 only). | otp_evaluate_surface |
| Finds the distance in metres between supplied origin and destination | otp_get_distance |
| Returns one or more travel time isochrones (OTPv1 only) | otp_get_isochrone |
| Queries OTP for the time or detailed itinerary for a trip between an origin and destination | otp_get_times |
