Skip to contents

Extracts the version number from uv_version() and returns it as a package_version object, suitable for comparisons such as uv_version_number() >= "0.5.0".

Usage

uv_version_number()

Value

A package_version object, or NULL if uv is not found.

Examples

if (FALSE) { # \dontrun{
uv_version_number()
uv_version_number() >= "0.5.0"
} # }