-
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
sudden errors in loading packages #309
Comments
My best guess:
You'll likely need to reinstall the |
Sorry I wasn't able to be systematic about what worked here and what didn't. I uninstalled and reinstalled a bunch of things, and reinitialised renv a few times as well, and not all seems fine. I only opened this here because throughout this I never had any problems with loading any packages in any non-initialised repos or projects. But there was a similar issue with every renv project I had, so I assumed it was connected somehow. |
An old issue, but I run into this fairly frequently due to the fact that I'm using an optimised BLAS (OpenBLAS to be precise). The TL;DR version is that you need to re-install any linked packages after a BLAS upgrade, including those in an renv cache. More details here. On the plus, you should be able to use this script to fix this issue automatically in any renv-based project. (EDIT: Actually, I think you'll need to amend the script since it will automatically install the most recent versions of any identified libraries...) |
I'm getting the following error in a renv initialised project:
Same thing happened with the strinr package in another renv project.
The packages load no problem outside renv projects. I've tried removing and reinstalling them in the renv projects, but the same thing happpens.
I have renv 0.9.2, sessionInfo is bellow
The text was updated successfully, but these errors were encountered: