EXE
WinGet
rig
Posit Software, PBC · 0.8.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
rig-windows-0.8.0.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A6B1E72E-CEB0-4E4B-A444-6DD0DC0DF0C0}_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.8.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
rig-windows-0.8.0.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Posit.rig
Version
0.8.0
Description
The R Installation Manager
License
MIT
↗
Homepage
https://github.com/r-lib/rig
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
- New rig repos subcommand to manage R package repository setup
across all installed R versions.
- The --without-p3m option of rig add is now always available, for
consistency across platforms. By default P3M is on on x86_64 Windows and
supported Linux distros, as before. The new --with-p3m option turns
on P3M on macOS as well.
- rig now supports aarch64 Windows. It currently only supports installing
aarch64 builds of R and Rtools on aarch64 Windows. The x86_64 build of
rig also work…