osrm_check_latest_version: Check for the Latest Stable OSRM Version
Description
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.
Usage
osrm_check_latest_version()
Arguments
Value
A string containing the latest version tag (e.g., "v5.27.1").
# \donttest{if (identical(Sys.getenv("OSRM_EXAMPLES"), "true")) {
# Get the latest stable version number of OSRM backend osrm_check_latest_version()
}
# }