Replies: 1 comment
-
|
Right now Positron works best if you open renv projects directly (vs. from a parent project). I've filed this improvement suggestion as #14464. Thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a setup where I have in one workspace multiple sub-projects. Each of these has a .Rproject file, a uv managed .venv and a renv directory/lockfile living in their respective sub-directories.
When I open a new console session positron picks up every .venv in the workspace and allows me to open the console with the correct environment.
However, for R consoles I am either using a awkward flow of switching the working directory and restarting R to properly activate renv or sourcing the various renv/activate.r files in the sub-directories manually.
Would it be possible for Positron to handle these R environments similarly to how it works with venv?
Best
Christian
Beta Was this translation helpful? Give feedback.
All reactions