Skip to content
Prev 9729 / 21312 Next

[Bioc-devel] msPurity build fail on Mac OS X (morelia)

On 22 September 2016 14:12, Thomas Lawson wrote:

            
I can't reproduce this:
Loading required package: Rcpp
[1] "/home/lg390/R/x86_64-pc-linux-gnu-library/3.3/msPurityData/extdata/lcms/mzML/LCMSMS_1.mzML"
[2] "/home/lg390/R/x86_64-pc-linux-gnu-library/3.3/msPurityData/extdata/lcms/mzML/LCMSMS_2.mzML"
[1] TRUE
R version 3.3.1 Patched (2016-08-02 r71022)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS

locale:
 [1] LC_CTYPE=en_GB.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_GB.UTF-8        LC_COLLATE=en_GB.UTF-8    
 [5] LC_MONETARY=en_GB.UTF-8    LC_MESSAGES=en_GB.UTF-8   
 [7] LC_PAPER=en_GB.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] mzR_2.7.4   Rcpp_0.12.7

loaded via a namespace (and not attached):
[1] ProtGenerics_1.5.1  tools_3.3.1         parallel_3.3.1     
[4] Biobase_2.33.3      codetools_0.2-14    BiocGenerics_0.19.2

What are your mzR and Rcpp versions?

Also, in your code, you will need to explicitly close(mz) after opening
a connection to the raw data file. Otherwise, you might end up getting
'Error: failed opening file: Too many open files'. (This is not the
reason for your error).

Laurent