Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
arbutus8
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
arbutus8
1y ago
Yes, that's a feature we are considering adding
2.
▲
by
arbutus8
1y ago
Yes! Absolutely in the plans to have a corresponding R package. In the meantime, we've created a `.rv` R environment within rv projects that allow users to call things like `.rv$sync()` and `.rv$add("pkg")` from the console.
3.
▲
by
arbutus8
1y ago
Ultimately, you're right that `rv` and `renv` get you to the same spot, both create reproducible, isolated projects. `renv` has a few issues that we often hit that lead to `rv`. `renv` is an iterative process of installing some package
4.
▲
by
arbutus8
1y ago
You're hitting one of my (and many people's) main issue with the R package distribution system. In CRAN, only one package version is available at a time, which makes things like version pinning quite difficult. Now the benefit of