-
Notifications
You must be signed in to change notification settings - Fork 80
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
xset crashes on MAC OS 14.3 R 4.3.3 , BiocManager 1.30.22 and xcms 4.0.2 #730
Comments
Hi, Back to your issue, this looks like something with parallelisation, so first check would be to disable that: If that fixes things, you need to check your BiocParallel installation. Yours, Steffen |
Thanks Steffen! ..., BPPARAM=SerialParam() ) helped. But instead I get "invalid class “xcmsPeaks” object: superclass "mMatrix" not defined in the environment of the object's class". |
Hi, great, that identifies the parallelisation as underlying cause. If you need a speedup because you run large studies on the laptop, you'll need to troubleshoot the BiocParallel stuff. Please search the issues here about the Matrix issue, iirc you need a newer Matrix package. Yours, |
Note: the BiocManager::install(c("Matrix", "xcms"), type = "source", force = TRUE) at least that fixed this error in issue #733 |
Hi, thanks for the hint!
|
the error you get here is because you have no compiler installed on your macOS - you would need to install the "command line tools" from apple. Maybe you can find some information on the official R page https://cloud.r-project.org/ |
Hi,
when running the following command line on a MAC M1 / MOC OS 14.3 with R 4.3.3 , BiocManager 1.30.22 and xcms 4.0.2 I get the error messages below:
I'd be grateful for any hint.
Best
andreas
The text was updated successfully, but these errors were encountered: