datasnakes / renv

Creating virtual environments for R.
MIT License
17 stars 0 forks source link

renv R package #61

Open ekernf01 opened 4 years ago

ekernf01 commented 4 years ago

Hi renv devs! Is this the same as the renv from https://github.com/rstudio/renv ?

grabear commented 4 years ago

👋 @ekernf01 No this predates rsutio/renv. We developed this in our spare time, and at the hackseq2018/2019 competition. It works similar to python's virtual environments.

grabear commented 4 years ago

The most up to date branch includes windows support:

https://github.com/datasnakes/renv/tree/windows

grabear commented 4 years ago

You can also check out the rinse cli for installing R.

https://github.com/datasnakes/rinse/tree/windows