Skip to contents

Returns the full version string reported by the uv binary, or NULL if uv is not found.

Usage

uv_version()

Value

A character scalar such as "uv 0.6.1 (abc1234 2025-01-01)", or NULL.

Examples

if (FALSE) uv_version() # \dontrun{}