osrm_check_latest_version: Check for the Latest Stable OSRM Version

View source: R/osrm_install.R

osrm_check_latest_versionR Documentation

Check for the Latest Stable OSRM Version

Description

[Stable]

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()

Value

A string containing the latest version tag (e.g., "v26.4.1").

Examples


if (identical(Sys.getenv("OSRM_EXAMPLES"), "true")) {
  # Get the latest stable version number of OSRM backend
  osrm_check_latest_version()
}


osrm.backend documentation built on April 26, 2026, 9:06 a.m.