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.


Comments URL: https://news.ycombinator.com/item?id=44006735

Points: 19

# Comments: 6

https://github.com/A2-ai/rv

созданный 9h | 16 мая 2025 г., 17:20:12


Войдите, чтобы добавить комментарий

Другие сообщения в этой группе

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI w

17 мая 2025 г., 00:20:10 | Hacker news
The Collapse of GPT
17 мая 2025 г., 00:20:06 | Hacker news
Show HN: KVSplit – Run 2-3x longer contexts on Apple Silicon

I discovered that in LLM inference, keys and values in the KV cache have very different quantization sensitivities. Keys need higher precision than values to maintain quality.

I patched llama.cp

16 мая 2025 г., 21:50:10 | Hacker news