-
Notifications
You must be signed in to change notification settings - Fork 82
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
Definitive to guide to re-installing a package on Windows #62
Comments
Updating packages on Windows with To avoid this:
After updating the package, check that it is correctly installed with: tools::checkMD5sums("packageName") |
@kevinushey Does the advice above sound correct, regarding RStudio? |
A version of this used by @wch:
|
A comment made elsewhere by @kevinushey:
|
@lionel- that all looks correct. We're also tracking a similar sort of issue here: rstudio/rstudio#2656
In some cases, a background R process that is hung while a particular package is loaded can also be the culprit. In such cases, the only real solution may be to restart the computer and try again from a clean slate. |
This comment has been minimized.
This comment has been minimized.
Hm, my novice colleagues forget this guideline quite often, leading to occasionally worst-case scenarios with broken installations where reinstallation of the entire library seems the easy way out. It gets a bit embarrassing as they come from proprietary software solutions where such things are never an issue. I get that it is not straightforward to disable the update all packages if one is in a project with DLLs loaded, etc.
|
We have all explained this so many times, referring to the repetitive dance necessary to avoid borked Windows package installs, where the R code gets upgraded but the compiled code does not.
Let's add that content here, with rich section links, so we have a useful place to point to from elsewhere.
The text was updated successfully, but these errors were encountered: