datasnakes / renv

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

No implicit paths to r_path or r_home. #28

Closed grabear closed 5 years ago

grabear commented 5 years ago

Previously, we created environments with:

renv -r <path to R_HOME> -d test

However, the following breaks the R.exe/Rscript.exe symlinks in test/bin:

renv -r ../../R_installs/R-3.5.1/ -d test

This is because ../../ needs to be ../../../ or maybe i used ../../R_installs/R-3.5.1/bin instead......