Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W [X] Y  Z 

BioC 3.0: CHECK report for xcms on zin1

This page was generated on 2015-04-10 09:37:01 -0700 (Fri, 10 Apr 2015).

Package 927/933HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
xcms 1.42.0
Ralf Tautenhahn
Snapshot Date: 2015-04-09 16:20:12 -0700 (Thu, 09 Apr 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_0/madman/Rpacks/xcms
Last Changed Rev: 95439 / Revision: 102249
Last Changed Date: 2014-10-13 14:38:33 -0700 (Mon, 13 Oct 2014)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  OK  OK [ OK ]
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK  OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  OK  OK 

Summary

Package: xcms
Version: 1.42.0
Command: /home/biocbuild/bbs-3.0-bioc/R/bin/R CMD check --no-vignettes --timings xcms_1.42.0.tar.gz
StartedAt: 2015-04-10 05:28:08 -0700 (Fri, 10 Apr 2015)
EndedAt: 2015-04-10 05:34:06 -0700 (Fri, 10 Apr 2015)
EllapsedTime: 358.1 seconds
RetCode: 0
Status:  OK 
CheckDir: xcms.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.0-bioc/R/bin/R CMD check --no-vignettes --timings xcms_1.42.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.0-bioc/meat/xcms.Rcheck’
* using R version 3.1.3 (2015-03-09)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘xcms/DESCRIPTION’ ... OK
* this is package ‘xcms’ version ‘1.42.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘xcms’ can be installed ... [17s/17s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License components with restrictions not permitted:
  GPL (>= 2) + file LICENSE
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Packages in Depends field not imported from:
  ‘Biobase’ ‘BiocGenerics’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
Unexported object imported by a ':::' call: ‘mzR:::rampCloseAll’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Calls with DUP != TRUE:
   .C("ColMax", x, as.integer(n), as.integer(prod(dn)), double(prod(dn)), 
       DUP = FALSE, PACKAGE = "xcms")
   .C("continuousPtsAboveThreshold", y, as.integer(istart - 1), 
       length(y), threshold = as.double(threshold), num = as.integer(num), 
       n = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("continuousPtsAboveThresholdIdx", y, as.integer(istart - 1), 
       length(y), threshold = as.double(threshold), num = as.integer(num), 
       n = integer(length(y)), DUP = FALSE, PACKAGE = "xcms")
   .C("DescendMin", y, length(y), as.integer(istart - 1), ilower = integer(1), 
       iupper = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("DescendValue", y, length(y), as.integer(istart - 1), as.double(value), 
       ilower = integer(1), iupper = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("DescendZero", y, length(y), as.integer(istart - 1), ilower = integer(1), 
       iupper = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualGreater", x, length(x), as.double(value), index = integer(1), 
       DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualGreaterM", x, length(x), values, length(values), 
       index = integer(length(values)), DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualGreaterUnsorted", x, length(x), as.double(value), 
       index = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualLess", x, length(x), as.double(value), index = integer(1), 
       DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualGreater", x, length(x), as.double(values[1]), integer(1), 
       NAOK = NAOK, DUP = FALSE, PACKAGE = "xcms")
   .C("FindEqualLess", x, length(x), as.double(values[2]), integer(1), 
       NAOK = NAOK, DUP = FALSE, PACKAGE = "xcms")
   .C("MedianFilter", x, as.integer(dimx[1]), as.integer(dimx[2]), 
       as.integer(mrad), as.integer(nrad), out = doubleMatrix(dimx[1], 
           dimx[2]), DUP = FALSE, PACKAGE = "xcms")
   .C("R_mzClust_hclust", x = as.double(x), num = N, d = as.double(d), 
       g = integer(length = N), eppm = as.double(eppm), eabs = as.double(eabs), 
       DUP = FALSE, NAOK = TRUE)
   .C("NetCDFMSPoints", as.integer(ncid), as.integer(length(scanIndex)), 
       scanIndex, as.integer(len), massValues = double(len), intensityValues = double(len), 
       status = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("NetCDFVarDouble", as.integer(ncid), as.integer(var), data = double(len), 
       status = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("NetCDFVarInt", as.integer(ncid), as.integer(var), data = integer(len), 
       status = integer(1), DUP = FALSE, PACKAGE = "xcms")
   .C("ProfBin", x, y, as.integer(length(x)), as.double(xstart), 
       as.double(xend), as.integer(num), out = double(num), DUP = FALSE, 
       PACKAGE = "xcms")
   .C("ProfBinLin", x, y, as.integer(length(x)), as.double(xstart), 
       as.double(xend), as.integer(num), out = double(num), DUP = FALSE, 
       PACKAGE = "xcms")
   .C("ProfBinLinBase", x, y, as.integer(length(x)), as.double(baselevel), 
       as.double(basespace), as.double(xstart), as.double(xend), 
       as.integer(num), out = double(num), DUP = FALSE, PACKAGE = "xcms")
   .C("ProfBinLinBaseM", x, y, as.integer(length(x)), as.integer(zidx), 
       as.integer(length(zidx)), as.double(baselevel), as.double(basespace), 
       as.double(xstart), as.double(xend), as.integer(num), out = doubleMatrix(num, 
           length(zidx)), NAOK = NAOK, DUP = FALSE, PACKAGE = "xcms")
   .C("ProfBinLinM", x, y, as.integer(length(x)), as.integer(zidx), 
       as.integer(length(zidx)), as.double(xstart), as.double(xend), 
       as.integer(num), out = doubleMatrix(num, length(zidx)), NAOK = NAOK, 
       DUP = FALSE, PACKAGE = "xcms")
   .C("ProfBinM", x, y, as.integer(length(x)), as.integer(zidx), 
       as.integer(length(zidx)), as.double(xstart), as.double(xend), 
       as.integer(num), out = doubleMatrix(num, length(zidx)), NAOK = NAOK, 
       DUP = FALSE, PACKAGE = "xcms")
   .C("ProfIntLin", x, y, as.integer(length(x)), as.double(xstart), 
       as.double(xend), as.integer(num), out = double(num), DUP = FALSE, 
       PACKAGE = "xcms")
   .C("ProfIntLinM", x, y, as.integer(length(x)), as.integer(zidx), 
       as.integer(length(zidx)), as.double(xstart), as.double(xend), 
       as.integer(num), out = doubleMatrix(num, length(zidx)), NAOK = NAOK, 
       DUP = FALSE, PACKAGE = "xcms")
   .C("ProfMaxIdx", x, y, as.integer(length(x)), as.double(xstart), 
       as.double(xend), as.integer(num), out = integer(num), DUP = FALSE, 
       PACKAGE = "xcms")
   .C("ProfMaxIdxM", x, y, as.integer(length(x)), as.integer(zidx), 
       as.integer(length(zidx)), as.double(xstart), as.double(xend), 
       as.integer(num), out = matrix(as.integer(0), num, length(zidx)), 
       NAOK = NAOK, DUP = FALSE, PACKAGE = "xcms")
   .C("RectUnique", m, as.integer(order - 1), nr, nc, as.double(xdiff), 
       as.double(ydiff), logical(nrow(m)), DUP = FALSE, PACKAGE = "xcms")
   .C("RowMax", x, as.integer(prod(dn)), as.integer(p), double(prod(dn)), 
       DUP = FALSE, PACKAGE = "xcms")
   .C("WhichColMax", x, as.integer(n), as.integer(prod(dn)), integer(prod(dn)), 
       DUP = FALSE, PACKAGE = "xcms")
   .C("WhichRowMax", x, as.integer(prod(dn)), as.integer(p), integer(prod(dn)), 
       DUP = FALSE, PACKAGE = "xcms")
DUP = FALSE is deprecated and will be disabled in future versions of R.
* checking R code for possible problems ... NOTE
fitGauss: warning in nls(d ˜ SSgauss(td, mu, sigma, h), algo = "port"):
  partial argument match of 'algo' to 'algorithm'
joinOverlappingPeaks: warning in which(upper.tri(matrix(0, Ngp, Ngp)),
  arr = TRUE): partial argument match of 'arr' to 'arr.ind'
joinOverlappingPeaks: warning in which(upper.tri(matrix(0, lcc, lcc)),
  arr = TRUE): partial argument match of 'arr' to 'arr.ind'
plot.xcmsEIC: warning in rgb(rgbvec[1], rgbvec[2], rgbvec[3], max =
  255): partial argument match of 'max' to 'maxColorValue'
.onLoad : <anonymous>: no visible global function definition for
  ‘mpi.comm.size’
.onLoad : <anonymous>: no visible global function definition for
  ‘mpi.close.Rslaves’
.onLoad : <anonymous>: no visible global function definition for
  ‘mpi.finalize’
.xcmsFragments.plotTree: no visible global function definition for
  ‘edgemode<-’
.xcmsFragments.plotTree: no visible global function definition for
  ‘addEdge’
buildAnalysisSummary: no visible global function definition for
  ‘newXMLNode’
buildAssayList : <anonymous>: no visible global function definition for
  ‘newXMLNode’
buildAssayList: no visible global function definition for ‘newXMLNode’
buildAuditCollection: no visible global function definition for
  ‘newXMLNode’
buildCVlist: no visible global function definition for ‘newXMLNode’
buildCVlist: no visible global function definition for ‘addChildren’
buildCvParams : <anonymous>: no visible global function definition for
  ‘newXMLNode’
buildDataProcessingList: no visible global function definition for
  ‘newXMLNode’
buildFeatureList : <anonymous>: no visible global function definition
  for ‘newXMLNode’
buildInputFiles : <anonymous>: no visible global function definition
  for ‘newXMLNode’
buildInputFiles: no visible global function definition for ‘newXMLNode’
buildMzq: no visible global function definition for ‘xmlTree’
buildSmallMoleculeList : <anonymous>: no visible global function
  definition for ‘newXMLNode’
buildSmallMoleculeList: no visible global function definition for
  ‘newXMLNode’
buildSoftwareList: no visible global function definition for
  ‘newXMLNode’
buildStudyVariableList : <anonymous>: no visible global function
  definition for ‘newXMLNode’
buildStudyVariableList : <anonymous> : <anonymous>: no visible global
  function definition for ‘newXMLNode’
buildStudyVariableList: no visible global function definition for
  ‘newXMLNode’
fillPeaksChromPar: no visible binding for global variable ‘i’
fillPeaksChromPar: no visible binding for global variable ‘object’
patternVsRowScore: no visible global function definition for ‘nn2’
rampRawData: no visible global function definition for
  ‘rampScanHeaders’
rampRawData: no visible global function definition for ‘rampSIPeaks’
rampRawDataMSn: no visible global function definition for
  ‘rampScanHeaders’
rampRawDataMSn: no visible global function definition for ‘rampSIPeaks’
running: multiple local function definitions for ‘funct’ with different
  formal arguments
verify.mzQuantML: no visible global function definition for
  ‘xmlTreeParse’
verify.mzQuantML: no visible global function definition for
  ‘xmlInternalTreeParse’
verify.mzQuantML: no visible global function definition for
  ‘xmlSchemaValidate’
xcmsClusterApply: no visible global function definition for
  ‘checkCluster’
xcmsClusterApply : submit: no visible global function definition for
  ‘sendCall’
xcmsClusterApply: no visible global function definition for
  ‘recvOneResult’
xcmsClusterApply: no visible global function definition for
  ‘checkForRemoteErrors’
xcmsPapply: no visible global function definition for ‘mpi.comm.size’
xcmsPapply: no visible global function definition for
  ‘mpi.spawn.Rslaves’
xcmsPapply: no visible global function definition for ‘mpi.comm.rank’
xcmsPapply : papply_int_slavefunction: no visible global function
  definition for ‘mpi.send.Robj’
xcmsPapply : papply_int_slavefunction: no visible global function
  definition for ‘mpi.recv.Robj’
xcmsPapply : papply_int_slavefunction: no visible global function
  definition for ‘mpi.any.source’
xcmsPapply : papply_int_slavefunction: no visible global function
  definition for ‘mpi.any.tag’
xcmsPapply : papply_int_slavefunction: no visible global function
  definition for ‘mpi.get.sourcetag’
xcmsPapply: no visible global function definition for
  ‘mpi.bcast.Robj2slave’
xcmsPapply: no visible global function definition for ‘mpi.bcast.cmd’
xcmsPapply: no visible global function definition for ‘mpi.recv.Robj’
xcmsPapply: no visible global function definition for ‘mpi.any.source’
xcmsPapply: no visible global function definition for ‘mpi.any.tag’
xcmsPapply: no visible global function definition for
  ‘mpi.get.sourcetag’
xcmsPapply: no visible global function definition for ‘mpi.send.Robj’
xcmsParallelSetup: no visible global function definition for
  ‘mpi.spawn.Rslaves’
xcmsParallelSetup: no visible global function definition for
  ‘mpi.comm.size’
xcmsParallelSetup: no visible global function definition for
  ‘mpi.comm.rank’
xcmsParallelSetup: no visible global function definition for
  ‘makeCluster’
xcmsSet: no visible global function definition for ‘mpi.close.Rslaves’
xcmsSet: no visible global function definition for ‘stopCluster’
* checking Rd files ... NOTE
prepare_Rd: split.xcmsRaw.Rd:18-20: Dropping empty section \usage
prepare_Rd: split.xcmsSet.Rd:19-21: Dropping empty section \usage
prepare_Rd: xcmsSet.Rd:51-53: Dropping empty section \note
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File ‘xcms/libs/xcms.so’:
  Found ‘rand’, possibly from ‘rand’ (C)
    Object: ‘massifquant/TrMgr.o’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [28s/28s] OK
Examples with CPU or elapsed time > 5s
                                user system elapsed
findPeaks.massifquant-methods 24.597  0.116  24.854
* checking for unstated dependencies in tests ... OK
* checking tests ...
  Running ‘doRUnit.R’ [236s/248s]
 [236s/248s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

NOTE: There were 6 notes.
See
  ‘/home/biocbuild/bbs-3.0-bioc/meat/xcms.Rcheck/00check.log’
for details.

xcms.Rcheck/00install.out:

* installing *source* package ‘xcms’ ...
** libs
rm -f massifquant/xcms_massifquant.o massifquant/TrMgr.o massifquant/Tracker.o massifquant/SegProc.o massifquant/DataKeeper.o massifquant/OpOverload.o obiwarp/mat.o obiwarp/vec.o obiwarp/xcms_dynprog.o obiwarp/xcms_lmat.o xcms_obiwarp.o fastMatch.o mzClust_hclust.o mzROI.o util.o xcms.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/xcms_massifquant.cpp -o massifquant/xcms_massifquant.o
massifquant/xcms_massifquant.cpp: In function ‘SEXPREC* massifquant(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
massifquant/xcms_massifquant.cpp:122:6: warning: unused variable ‘scanLength’ [-Wunused-variable]
massifquant/xcms_massifquant.cpp:33:58: warning: unused variable ‘vstcenter’ [-Wunused-variable]
massifquant/xcms_massifquant.cpp:33:93: warning: unused variable ‘vintenmax’ [-Wunused-variable]
massifquant/xcms_massifquant.cpp:76:12: warning: unused variable ‘maxScanNums’ [-Wunused-variable]
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/TrMgr.cpp -o massifquant/TrMgr.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/Tracker.cpp -o massifquant/Tracker.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/SegProc.cpp -o massifquant/SegProc.o
massifquant/SegProc.cpp: In member function ‘void SegProc::collapseSubsets()’:
massifquant/SegProc.cpp:119:13: warning: variable ‘combinedUnions’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/DataKeeper.cpp -o massifquant/DataKeeper.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c massifquant/OpOverload.cpp -o massifquant/OpOverload.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c obiwarp/mat.cpp -o obiwarp/mat.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c obiwarp/vec.cpp -o obiwarp/vec.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c obiwarp/xcms_dynprog.cpp -o obiwarp/xcms_dynprog.o
obiwarp/xcms_dynprog.cpp: In member function ‘void DynProg::find_path(VEC::MatF&, VEC::VecF&, int, float, float, int, float)’:
obiwarp/xcms_dynprog.cpp:1113:9: warning: variable ‘bestscore’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c obiwarp/xcms_lmat.cpp -o obiwarp/xcms_lmat.o
g++ -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c xcms_obiwarp.cpp -o xcms_obiwarp.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c fastMatch.c -o fastMatch.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c mzClust_hclust.c -o mzClust_hclust.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c mzROI.c -o mzROI.o
mzROI.c: In function ‘getMZ’:
mzROI.c:486:17: warning: variable ‘pintensity’ set but not used [-Wunused-but-set-variable]
mzROI.c: In function ‘findmzROI’:
mzROI.c:538:41: warning: variable ‘mzrangeTo’ set but not used [-Wunused-but-set-variable]
mzROI.c:538:29: warning: variable ‘mzrangeFrom’ set but not used [-Wunused-but-set-variable]
gcc -std=gnu99 -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c util.c -o util.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.0-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c xcms.c -o xcms.o
g++ -shared -L/home/biocbuild/bbs-3.0-bioc/R/lib -L/usr/local/lib -o xcms.so massifquant/xcms_massifquant.o massifquant/TrMgr.o massifquant/Tracker.o massifquant/SegProc.o massifquant/DataKeeper.o massifquant/OpOverload.o obiwarp/mat.o obiwarp/vec.o obiwarp/xcms_dynprog.o obiwarp/xcms_lmat.o xcms_obiwarp.o fastMatch.o mzClust_hclust.o mzROI.o util.o xcms.o -L/home/biocbuild/bbs-3.0-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.0-bioc/meat/xcms.Rcheck/xcms/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (xcms)

xcms.Rcheck/xcms-Ex.timings:

nameusersystemelapsed
AutoLockMass-methods0.0040.0000.000
descendZero0.0040.0000.002
findMZ0.0000.0000.001
findPeaks.massifquant-methods24.597 0.11624.854
findneutral0.0000.0000.001
group.mzClust0.0000.0000.001
group.nearest0.0040.0000.001
medianFilter0.0000.0000.001
msn2xcmsRaw0.6760.0080.797
netCdfSource-class0.0040.0000.001
peakTable-methods000
profGenerate0.0040.0000.000
profStep-methods0.0000.0000.001
rampSource-class0.0040.0000.001
rectUnique0.0080.0000.007
stitch-methods0.0000.0000.001
xcmsPapply000
xcmsRaw0.0000.0000.001