Find Related products on Amazon

Shop on Amazon

Show HN: Rv, a Package Manager for R

Published on: 2025-07-12 07:37:30

rv rv is a new way to manage and install your R packages in a reproducible, fast, and declarative way. Warning rv is still in development and may not be fully documented. For additional information, issues, or feature requests, please create an issue or contact us directly. How it works rv has several top level commands to provide the user with as much flexibility as possible. The two primary commands are: rv plan # detail what will occur if sync is run rv sync # synchronize the library, config file, and lock file The subsequent actions of these commands are controlled by a configuration file that specifies a desired project state by specifying the R version, repositories, and dependencies the project uses. Additionally, specific package and repository level customizations can be specified. For example, a simple configuration file: [ project ] name = " my first rv project " r_version = " 4.4 " # any repositories, order matters repositories = [ { alias = " PPM " , url = " https: ... Read full article.