-
Notifications
You must be signed in to change notification settings - Fork 93
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
Project Wizard: create renv::init
command
#3127
Comments
I would look at how we use |
From working on #2070, I predict that renv is going to gain a few changes that are favorable for Positron (rstudio/renv#1915). So I think we should either recommend or require that the renv version be greater than or equal to this not-yet-released version I'm referring to. I.e. I don't think we should just roll with a local renv version without assessing how up-to-date it is. Luckily the |
@juliasilge Sharon's latest change is going to hide this checkbox based on a WIP flag in the preferences. The usage of @jennybc Is the change to I think this is what would occur when a user enables
For now, the section can be renamed from |
For reasons independent of this issue, yes, we want it merged and released before public beta. That effort is ongoing, so I can't guarantee it, but that is certainly the intent and I think it's doable. |
I'll open another issue for changing the required |
Verified FixedPositron Version(s) : 2024.06.0-795 Test scenario(s)Created new project with Link(s) to TestRail test cases run or created: |
Background
A user can opt to use
renv
for their new R Project to create a reproducible environment.Implementation
We'll need to add a command to the r extension which will run
renv::init
for the new project directory.Questions
renv
with the extension?renv
and appropriately recommend or dissuade the user from using the option? What's some good verbiage here?PR
The text was updated successfully, but these errors were encountered: