Trying to do a simple isochrone using the osrm
package in R, following this example:
https://rstudio-pubs-static.s3.amazonaws.com/259089_2f5213f21003443994b28aab0a54cfd6.html
iso1 <- osrm::osrmIsochrone(loc=c(-93.2223, 44.8848),breaks=10)
Yields the following output to the console. This occurs whether I try to call the default server https://routing.openstreetmap.de/ or an internal OSRM server. I assume this is a simple problem, but I haven't seen anything on Google or SO.
Error in doTryCatch(return(expr), name, parentenv, handler): object 'res' not found {repeat 8 more times}
Error in UseMethod("st_as_sf") :
no applicable method for 'st_as_sf' applied to an object of class "NULL" ```