Queries the GitHub API to get a list of all available version tags for the OSRM backend that have binaries for the current platform.
Examples
# \donttest{
if (identical(Sys.getenv("OSRM_EXAMPLES"), "true")) {
# Get all stable versions with binaries for this platform
osrm_check_available_versions()
}
# }