ZIP
WinGet
3 submissions
rv
A2-Ai · 0.19.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
rv-v0.19.0-x86_64-pc-windows-msvc.zip
File Size
3.4 MB
Real Type
Zip archive data, at least v2.0 to extract, compression method=deflate
Installer Technology
Installer technology not recognized
This file does not match any known installer framework signature. Application metadata was extracted directly from the binary. Silent install switches may not be available.
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
A2-Ai.rv
Version
0.19.0
Description
A new way to manage and install your R packages in a reproducible, fast, and declarative way.
License
MIT
↗
Homepage
https://github.com/A2-ai/rv
Installer URL
https://github.com/A2-ai/rv/releases/download/v0.19.0/rv-v0.19.0-x86_64-pc-windows-msvc.zip
Dependencies
Microsoft Visual C++ v14 Redistributable (x64)
· Microsoft.VCRedist.2015+.x64
Release Notes
Welcome to this new release of rv v0.19.0!
All artifacts are signed with this repos identity using Sigstore.
You can verify the signatures using the GitHub CLI.
gh attestation verify --owner A2-ai <my-artifact>
What's Changed
- add no strip exposure - hit with archive package on older RHEL variants by @dpastoor in https://github.com/A2-ai/rv/pull/418
- Messaging improvements by @Keats in https://github.com/A2-ai/rv/pull/415
- Fix stack overflow in rv tree by @Keats in https://github.com/A2-ai/rv…