I've recently been looking into R package dependency management, including projects such as rv and the Tidyup 9 proposal.
(As a bit of background, this started from adding automatic R version switching to arf through rig. https://github.com/eitsupi/arf/releases/tag/v0.4.5)
While looking through rig, I noticed that it now contains its own dependency resolver and related package repository logic.
Are there any plans to extract and publish these parts as reusable packages on crates.io?
I think they could be useful beyond rig itself.
For example, for other R package management tools that want to reuse rig's R-specific dependency resolution logic rather than implement their own.
I've recently been looking into R package dependency management, including projects such as rv and the Tidyup 9 proposal.
(As a bit of background, this started from adding automatic R version switching to arf through rig. https://github.com/eitsupi/arf/releases/tag/v0.4.5)
While looking through rig, I noticed that it now contains its own dependency resolver and related package repository logic.
Are there any plans to extract and publish these parts as reusable packages on crates.io?
I think they could be useful beyond rig itself.
For example, for other R package management tools that want to reuse rig's R-specific dependency resolution logic rather than implement their own.