`rig rstudio <release>` does not use correct R version
Closed this issue · 5 comments
I have three different R versions installed via rig:
rig list
Running rig rstudio 4.1.3
will open RStudio, but 4.3.1 is being used...
RStudio appears to be ignoring the R version specified by rig. Is it expected that the default R version overrides whichever version is passed to rig rstudio
?
Changing the default R version does appear to be working when using rig rstudio
though. So at least it's possible for me to launch RStudio using different R versions this way.
Any input is appreciated. Thanks!
What version of rig? What version of RStudio?
My apologies.
- rig 0.6.0
- RStudio/2023.12.1+402
I am fairly sure that this should be now fixed, the new release is coming very soon.
Thanks for the update. I'll try testing again once the new release is ready.
@gaborcsardi, confirming that rig 0.7.0 is working for me now. Thanks!