-
Notifications
You must be signed in to change notification settings - Fork 113
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
Common package installation problems #250
Comments
This post would be natural to co-develop as we flesh out the Personal R Admin section of the What They Forgot materials. cc @jimhester |
|
IIUC, it won't be fixed, but now correctly raises an error. |
Just in case you don't notice, c.f. https://yutani.rbind.io/post/a-survival-guide-to-install-rlang-from-github-on-windows/ |
It would be useful to have a blog post that describes each of the following problems, how to detect, and how to fix:
install.package()
on windows when package has dll, and is currently loadedYou install package that links to another package, but the ABI has changed so the code randomly crashes
You
install_github()
a package that's loaded and when accessing the docs you get a the -3 decompress errorThe text was updated successfully, but these errors were encountered: