You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Briefly, the Matrix package was no longer binary-compatible from older to newer versions after an R and package upgrade. I think that there was a sequencing issue in my updates where I updated many packages and then I updated Matrix after that. In the end, I'm not sure if this was a pak issue or a more general issue for the order that I did things.
But, I wanted to use pak to rebuild everything from source and reinstall them, but I didn't see a way to require source rebuild (the equivalent of using install.packages(..., type = "source")). For this use case, I think it would be useful to be able to rebuild from source.
The text was updated successfully, but these errors were encountered:
I was recently hit this issue: https://community.rstudio.com/t/error-in-initializeptr-function-cholmod-factor-ldeta-not-provided-by-package-matrix/178694
Briefly, the
Matrix
package was no longer binary-compatible from older to newer versions after an R and package upgrade. I think that there was a sequencing issue in my updates where I updated many packages and then I updated Matrix after that. In the end, I'm not sure if this was apak
issue or a more general issue for the order that I did things.But, I wanted to use
pak
to rebuild everything from source and reinstall them, but I didn't see a way to require source rebuild (the equivalent of usinginstall.packages(..., type = "source")
). For this use case, I think it would be useful to be able to rebuild from source.The text was updated successfully, but these errors were encountered: