-
Notifications
You must be signed in to change notification settings - Fork 155
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()
should restart?
#1579
Comments
Do you also see these errors if you upgrade from 1.0.0 to the latest GitHub release? It's possible the issue is that renv 0.17.3 isn't properly unloading the task callbacks. |
Oh good point. I'll double check. |
Yeah, looks like this was a bug in 0.17.3
I did get this error when I restarted R, but I think that's fixed in main:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just upgraded a project that was using 0.17 and saw:
That makes me think that restart R rather trying to reload the package.
But it's also a little suspicious that we get the warning even though
renv_upgrade_reload()
attempts to remove all the callbacks.The text was updated successfully, but these errors were encountered: