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
Conveyal released a new R5 v7.1 with a few bug fixes. I was testing whether we could use the current dev version of r5r with R5 v7.1. It does not work :( See reproducible example and error message below:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.NoSuchFieldError: Class com.conveyal.r5.analyst.cluster.PathResult does not have member field 'int maxDestinations'
context
Conveyal released a new R5 v7.1 with a few bug fixes. I was testing whether we could use the current dev version of r5r with R5 v7.1. It does not work :( See reproducible example and error message below:
reprex and error
This is due to our code now conflicts with this recent change in R5.
The text was updated successfully, but these errors were encountered: