-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple RStudio sessions with different R versions (feature request) #222
Comments
Are you using the latest version of rig? If not, can you upgrade? |
I tried to upgrade, but I get this message after If I also install the tarball will I have issues for future upgrades? |
For now, please get the DEB package from here: https://github.com/r-lib/rig/releases/tag/v0.7.0 |
OK, I upgraded using the release deb. I can live with the lock file solution for my purposes, I only need to create the renv files at the beginning of the project (which I usually do anyway). |
OK, then this is definitely a bug, and we'll fix it. |
For now, despite |
Hello,
I recently discovered rig, and I love the project! (I come from the Python worlds, and I am addicted to pyenv)
I have several projects (organized with renv) that use different versions of R.
If I launch RStudio with
rig rstudio 4.3.3
, then all other sessions that I open in RStudio will use the same version of R.However, until RStudio is open I cannot launch another session (for instance, with
rig rstudio 4.1.3
). If I launch this command from the terminal it seems there is no effect.It would be great if we could be able to launch multiple sessions of RStudio, each one with its own R version.
I use Ubuntu 22.04 (x64), RStudio 2023.06.0 Build 421
The text was updated successfully, but these errors were encountered: