Installation Instructions
These commands should be run in terminal/powershell to install rv
.
rv
is a cli tool at this time, not an R package, and must be primarily used as such.
Homebrew (macOS)
Section titled “Homebrew (macOS)”brew tap a2-ai/homebrew-tapbrew install rv
Unix-like systems (Linux, macOS)
Section titled “Unix-like systems (Linux, macOS)”curl -sSL https://raw.githubusercontent.com/A2-ai/rv/refs/heads/main/scripts/install.sh | bashrv --version
Windows
Section titled “Windows”For now, you can download the x86_64-pc-windows-msvc
zip archive from the GitHub releases page
and extract it to a directory of your choice. Then add the rv
binary to your PATH.
$env:Path += ";C:\path\to\rv".\rv.exe --version