Multiple tests failing at methods::as(info,"symmetricMatrix"), at least for me
Opened this issue · 2 comments
ailurophilia commented
I think matrixExtra may not be playing well on my machine?
adw96 commented
Here is something that worked for me today. Code below.
- MatrixExtra not installed
- I installed it
- I loaded it
- everything worked again
We really need to figure out what's going on here, sigh. Other solutions seem to work on different days
remove.packages("MatrixExtra")
install.packages("MatrixExtra")
library(MatrixExtra)
adw96 commented
This continues to be an issue for me. I'm running the above code every time I want to load and test the packege. If anyone finds a permanent fix, that would be very welcome. The lack of transparency about exported functions from MatrixExtra
is really difficult to work with, and the only practical advice seems to come from seurat
user issues.