You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(opentripplanner)
# Path to a folder containing the OTP.jar file, change to where you saved the file.path_data<- file.path(tempdir(), "OTP")
dir.create(path_data)
path_otp<- otp_dl_jar(version="2.2.0")
otp_dl_demo(path_data)
# Build Graph and start OTPlog1<- otp_build_graph(otp=path_otp, dir=path_data)
Describe the bug
The following code generates an error:
From: https://docs.ropensci.org/opentripplanner/articles/OTPv2.html
The error message is:
To Reproduce
See above.
Expected behavior
I think Java 17 should be the minimum and it should at least try to run.
Screenshots
If applicable, add screenshots to help explain your problem.
System
Please paste
sessionInfo()
here:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: