Skip to content
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

"Current" version of R takes precedence over exact version number #20

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion interpreters.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ Positron tries to start R for R users and Python for Python users by checking to

When Positron starts in a workspace that has been used before, it will start the same interpreter (or interpreters, if more than one) that were running the last time that you used that workspace.

If Positron starts an interpreter you don't need, just shut it down (using the Power button in Console or the upper right) and it will stop starting automatically in that workspace.
In the case of R, there is an additional subtlety:
When Positron records which R version was most recently used in a workspace, it also notes whether that R version is the system's current or default R version.
In subsequent sessions, Positron will launch the system's current R version, even if that has a different version number from the last-used R version.
We believe this behaviour is the least surprising for most users.
If you want to use a specific, non-current R version in a workspace, select it explicitly once (more on that below) and it will be launched in future sessions.

If Positron starts an interpreter you don't need, just shut it down (using the Power button in Console or the upper right) and it will stop starting automatically in that workspace.

## Implicit startup

Expand Down