ghqc R Package
The ghqc R package is a lightweight wrapper around the ghqc CLI.
It installs the binary, launches the web UI as a background process, and provides a few R-native helpers for status, reconnection, logs, and diagnostics.
The package currently focuses on operational helpers rather than authoring workflows. From R, you can install or upgrade the CLI, start the UI, inspect the tracked server process, stream logs, print a sitrep, and compare local and released versions.
Refer to the installation instructions to install the R package.
Functions
Section titled “Functions”ghqc::ghqc()starts the ghqc web UI from R and opens it in your browserghqc::ghqc_install()installs or upgrades theghqcbinaryghqc::ghqc_status()reports whether the background server is still runningghqc::ghqc_reconnect()reopens the browser without restarting the serverghqc::ghqc_stop()stops the background serverghqc::ghqc_log()streams server logs into the R consoleghqc::ghqc_sitrep()prints a diagnostic report for the binary, server, and repositoryghqc::ghqc_version()reports the installed ghqc versionghqc::ghqc_remote_version()reports the latest released ghqc versions