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
I don't know if I should fill an issue here or under cytolib so I'm doing both, sorry for that.
So on Linux, with R 4.0.0 alpha and current devel versions of cytolib and mzR, trying to load the 2 packages in this order crashes my session:
> library(cytolib)
> library(mzR)
Loading required package: Rcpp
terminate called after throwing an instance of 'H5::DataSpaceIException'
Aborted (core dumped)
Hi,
I don't know if I should fill an issue here or under cytolib so I'm doing both, sorry for that.
So on Linux, with R 4.0.0 alpha and current devel versions of cytolib and mzR, trying to load the 2 packages in this order crashes my session:
No problem if I load them in the reverse order:
Thanks,
H.
The text was updated successfully, but these errors were encountered: