-
Notifications
You must be signed in to change notification settings - Fork 154
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
renv upgrade error #2093
Comments
If I'm understanding correctly, I believe you're running into an issue that affected some older versions of
In the future, you should be able to just use |
Thank you, I appreciate it! Is there any guidance around what version |
IIRC, from #1546, the issue should be fixed as of renv 1.0.1, so using |
Thank you! Would you like some brief documentation of this in the |
A PR would be appreciated -- thanks! |
Hi fabulous {renv} developers and maintainers! Thank you for all that you do for this great package!
I am attempting to create advice for restoring package environments from older {renv}-backed projects. For an example, I am using https://github.com/edavidaja/todo-backend-plumber with my first aim as updating the version of {renv}.
deactivate()
andactivate()
the project, I am able to successfully proceed with the latest version of {renv}.R session scenario 1
renv::upgrade()
I get an error; however,install.packages()
allows me to proceed.R session scenario 2
renv::upgrade()
I similarly got a package installation error. I then proceeded todeactivate()
andactivate()
which resulted in more confusion about using 1.0.7 (not the expected 1.1.1) and being stuck in a menu selection that I could not exit.R session scenario 3
I understand that my particular system set up may have components that may make this difficult to reproduce.
devtools::session_info()
And so now I find myself at a loss to create recommended guidance. 😅 Could you please advise on appropriate use cases for
renv::upgrade()
and perhaps what you would do in this scenario?Many thanks ❤
The text was updated successfully, but these errors were encountered: