Skip to content
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

Multiple tests failing at methods::as(info,"symmetricMatrix"), at least for me #20

Open
ailurophilia opened this issue Jan 31, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ailurophilia
Copy link
Collaborator

I think matrixExtra may not be playing well on my machine?

@adw96
Copy link
Contributor

adw96 commented Feb 2, 2024

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 adw96 added the help wanted Extra attention is needed label Feb 9, 2024
@adw96
Copy link
Contributor

adw96 commented Feb 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants