[Bioc-devel] mzR 1.4.0 crashes R at loading
Alvaro Cuadros Inostroza
Inostroza at mpimp-golm.mpg.de
Thu Nov 22 14:20:38 CET 2012
Hi,
The last version of mzR crashes R-2.15.2 on windows (both 32 and 64 bit) at loading, i.e., R hangs after running "library(mzR)". I could confirm this in two computers (windows XP and 7).
The culprit might be Rcpp 0.10.0. I downgraded it to 0.9.15 (which I got from an old R installation) and now mzR works in both computers.
Coincidently, before a user reported me the error on windows, I had got an R crash on linux upon loading TargetSearch (my package which depends on mzR) which I fixed by re-installing both mzR and TargetSearch.
I suspect that mzR needs a version bump to force re-compilation. Maybe somebody can confirm this. I don't see any mzR error/warning in http://bioconductor.org/checkResults/2.11/bioc-LATEST/
Best regards,
--
Alvaro
# with downgraded Rcpp.
> library(mzR)
Loading required package: Rcpp
> sessionInfo()
R version 2.15.2 (2012-10-26)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] mzR_1.4.0 Rcpp_0.9.15
loaded via a namespace (and not attached):
[1] Biobase_2.18.0 BiocGenerics_0.4.0 codetools_0.2-8
More information about the Bioc-devel
mailing list