Show HN: Rv, a Package Manager for R
21–30 of 32 posts
Re: Show HN: Rv, a Package Manager for R
#22Is it possible to override transitive dependencies?
Re: Show HN: Rv, a Package Manager for R
#23Re: Show HN: Rv, a Package Manager for R
#24I'm curious — does rv support or plan to support per-project isolation of system-level dependencies (e.g., gfortran, libxml2, etc.) like what renv sometimes indirectly requires users to manage outside R? If not, do you have recommendations for managing these in a reproducible way alongside rv?
Re: Show HN: Rv, a Package Manager for R
#25Can this be used to effectively create R environments? I’m desperate for such a solution.
Re: Show HN: Rv, a Package Manager for R
#26I'm curious — does rv support or plan to support per-project isolation of system-level dependencies (e.g., gfortran, libxml2, etc.) like what renv sometimes indirectly requires users to manage outside R? If not, do you have recommendations for managing these in a reproducible way alongside rv?
Re: Show HN: Rv, a Package Manager for R
#27You might want to consider writing a plugin for R with Mise en Place https://mise.jdx.dev/core-tools.html This would extend your reach and might take some of the heavy lifting out of the project. (At least for the runtime portion. I don't think it will help with package management.)
I could be wrong but I feel like the overlap between mise and R users is likely very tiny
I'm not affiliated, btw, just a happy user. Shout out to DHH for introducing it (to me) as part of Omakub.
Re: Show HN: Rv, a Package Manager for R
#28Re: Show HN: Rv, a Package Manager for R
#29Very cool! Are you planning for there to be a corresponding R package that exposes the high level commands? The popularity of the usethis package really showed the power of keeping people within the R interpreter rather than going back and forth with the terminal. This is so important for a language like R that has so many users without much CS training