-
Notifications
You must be signed in to change notification settings - Fork 153
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
Asking for more information when an update fails #2086
Comments
Can you please share the output of:
|
Here you go: getOption("mc.cores")
renv::config$updates.parallel()
NULL
[1] 2 |
Hmm... the error message here:
would imply that somehow an invalid value for |
kevinushey
added a commit
that referenced
this issue
Feb 4, 2025
I am using a KVM VM with Ubuntu as guest. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, and thank you for
renv
which solves most of our package conformation issues.I would just like to ask the console output of
renv::update()
to be more explanatory when an issue occurs.For example, here is the output of a defective update:
I have no idea what package is generating the issue. Do you?
Thanks,
Stephen
The text was updated successfully, but these errors were encountered: