Show HN: Rv, a Package Manager for R https://ift.tt/WPdzb92

Show HN: Rv, a Package Manager for R We have been building a package manager for R inspired by Cargo in Rust. The main idea behind rv is to be explicit about the R version in use as well as declaring which dependencies are used in a rproject.toml file for a given project. There's no renv::snapshot equivalent, everything needs to be declared up front, the config file (and resulting lockfile) is the source of truth. This avoids issue where renv might miss information about the installation and is also easy to tweak some packages, eg install one from source and install suggests from another. If you have used Cargo/npm/any Python package manager/etc, it will be very familiar. https://ift.tt/JMR9s5j May 16, 2025 at 05:37AM

No comments:

Show HN: DAC – open-source dashboard as code tool for agents and humans https://ift.tt/5Jz8Ul3

Show HN: DAC – open-source dashboard as code tool for agents and humans Hi all, this is Burak. When agents became a reality one of the first...