Queries the GitHub API to find the most recent stable (non-pre-release) version tag for the OSRM backend that has binaries available for the current platform.
Examples
if (FALSE) { # \dontrun{
latest_v <- osrm_check_latest_version()
print(latest_v)
} # }