Skip to contents

Runs ghqc --version and returns the version string. Errors if the ghqc binary is not installed; run ghqc_install() first.

Usage

ghqc_version()

Value

A character string containing the version number (e.g. "0.4.2").

Examples

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