| Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-10-16 11:41 -0400 (Thu, 16 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4833 |
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.1 RC (2025-06-05 r88288) -- "Great Square Root" | 4614 |
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4555 |
| kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4586 |
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
| Package 1372/2341 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| MSnbase 2.34.1 (landing page) Laurent Gatto
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | TIMEOUT | ||||||||||
|
To the developers/maintainers of the MSnbase package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MSnbase.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
| Package: MSnbase |
| Version: 2.34.1 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:MSnbase.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings MSnbase_2.34.1.tar.gz |
| StartedAt: 2025-10-14 11:39:17 -0000 (Tue, 14 Oct 2025) |
| EndedAt: 2025-10-14 12:19:17 -0000 (Tue, 14 Oct 2025) |
| EllapsedTime: 2400.5 seconds |
| RetCode: None |
| Status: TIMEOUT |
| CheckDir: MSnbase.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:MSnbase.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings MSnbase_2.34.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/MSnbase.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MSnbase/DESCRIPTION’ ... OK
* this is package ‘MSnbase’ version ‘2.34.1’
* package encoding: UTF-8
* 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 ‘MSnbase’ can be installed ... OK
* used C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
* used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
* checking installed package size ... INFO
installed size is 7.0Mb
sub-directories of 1Mb or more:
R 2.5Mb
data 1.9Mb
libs 1.2Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Authors@R field gives more than one person with maintainer role:
Laurent Gatto <laurent.gatto@uclouvain.be> [aut, cre] (ORCID: <https://orcid.org/0000-0002-1520-2268>)
Johannes Rainer <Johannes.Rainer@eurac.edu> [aut, cre] (ORCID: <https://orcid.org/0000-0002-6977-7147>)
Sebastian Gibb <mail@sebastiangibb.de> [aut, cre] (ORCID: <https://orcid.org/0000-0001-7406-4443>)
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code 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 loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
':::' calls which should be '::':
‘S4Vectors:::makeClassinfoRowForCompactPrinting’
‘S4Vectors:::makePrettyMatrixForCompactPrinting’
See the note in ?`:::` about the use of this operator.
Unexported objects imported by ':::' calls:
‘Biobase:::.showAnnotatedDataFrame’ ‘MALDIquant:::.estimateNoise’
‘MALDIquant:::.localMaxima’ ‘MALDIquant:::.movingAverage’
‘MALDIquant:::.savitzkyGolay’ ‘mzR:::.hasChromatograms’
‘mzR:::.hasSpectra’
See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Non-topic package-anchored link(s) in Rd file 'impute.Rd':
‘[MsCoreUtils:imputation]{MsCoreUtils::impute_matrix()}’
See section 'Cross-references' in the 'Writing R Extensions' manual.
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
Chromatogram-class.Rd: closest
FeaturesOfInterest-class.Rd: Versioned-class
MIAPE-class.Rd: MIAME-class, MIAxE-class, Versioned-class
MSnExp-class.Rd: AnnotatedDataFrame-class, phenoData, eSet-class,
featureData, experimentData, protocolData, Versions-class,
VersionedBiobase-class, Versioned-class, isolationWindow
MSnProcess-class.Rd: Versioned-class
MSnSet-class.Rd: eSet-class, ExpressionSet-class,
AnnotatedDataFrame-class, AssayData-class, exprs, assayData,
phenoData, featureData, experimentData, protocolData,
Versions-class, VersionedBiobase-class, Versioned-class, impute,
meanSdPlot, ma.plot, mva.pairs
MSnSetList-class.Rd: AnnotatedDataFrame-class
MSpectra.Rd: mcols, DataFrame, SimpleList
OnDiskMSnExp-class.Rd: AnnotatedDataFrame-class, phenoData,
featureData, experimentData, eSet-class, protocolData,
Versions-class, VersionedBiobase-class, Versioned-class
ProcessingStep-class.Rd: Versioned-class
ReporterIons-class.Rd: Versioned-class
Spectrum-class.Rd: Versioned-class
Spectrum1-class.Rd: Versioned-class
Spectrum2-class.Rd: Versioned-class
combineFeatures.Rd: impute
combineSpectra.Rd: bpparam
extractSpectraData.Rd: DataFrame
normToReference.Rd: exprs
normalise-methods.Rd: vsn2
pSet-class.Rd: eSet-class, AnnotatedDataFrame-class, phenoData,
featureData, experimentData, protocolData, Versions-class,
VersionedBiobase-class, Versioned-class
plotMzDelta-methods.Rd: geom_histogram
readMSData.Rd: AnnotatedDataFrame-class
readMSnSet.Rd: readExpressionSet, read.AnnotatedDataFrame, read.MIAME
readMgfData.Rd: AnnotatedDataFrame-class
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
chromatogram-MSnExp-method 17.184 0.674 17.980
OnDiskMSnExp-class 11.185 0.648 12.317
estimateMzResolution 7.232 0.191 7.484
MSnSet-class 6.870 0.132 7.019
averageMSnSet 6.682 0.260 7.313
aggvar 5.799 0.155 6.110
combineSpectra 5.745 0.148 6.003
plot-methods 5.780 0.028 5.818
MzTab-class 0.794 0.096 8.303
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
MSnbase.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD INSTALL MSnbase
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘MSnbase’ ...
** this is package ‘MSnbase’ version ‘2.34.1’
** using staged installation
** libs
using C compiler: ‘aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0’
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c Spectrum1_class.c -o Spectrum1_class.o
Spectrum1_class.c:8:13: warning: ‘_new_Spectrum1’ defined but not used [-Wunused-function]
8 | static SEXP _new_Spectrum1(SEXP msLevel, SEXP peaksCount, SEXP rt,
| ^~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c Spectrum2_class.c -o Spectrum2_class.o
Spectrum2_class.c:9:13: warning: ‘_new_Spectrum2’ defined but not used [-Wunused-function]
9 | static SEXP _new_Spectrum2(SEXP msLevel, SEXP peaksCount, SEXP rt,
| ^~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c imp_neighbour_avg.cpp -o imp_neighbour_avg.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R/include" -DNDEBUG -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c utils.c -o utils.o
utils.c: In function ‘compar_double_dd_for_stable_asc_order’:
utils.c:92:15: warning: unused variable ‘ret’ [-Wunused-variable]
92 | int i1, i2, ret;
| ^~~
utils.c: In function ‘compar_double_dd_for_stable_desc_order’:
utils.c:107:15: warning: unused variable ‘ret’ [-Wunused-variable]
107 | int i1, i2, ret;
| ^~~
utils.c: In function ‘compar_double_asc_order’:
utils.c:123:18: warning: unused variable ‘ret’ [-Wunused-variable]
123 | double d1, d2, ret;
| ^~~
utils.c: In function ‘compar_double_desc_order’:
utils.c:133:18: warning: unused variable ‘ret’ [-Wunused-variable]
133 | double d1, d2, ret;
| ^~~
utils.c: At top level:
utils.c:131:12: warning: ‘compar_double_desc_order’ defined but not used [-Wunused-function]
131 | static int compar_double_desc_order(const void *p1, const void *p2)
| ^~~~~~~~~~~~~~~~~~~~~~~~
utils.c:121:12: warning: ‘compar_double_asc_order’ defined but not used [-Wunused-function]
121 | static int compar_double_asc_order(const void *p1, const void *p2)
| ^~~~~~~~~~~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o MSnbase.so RcppExports.o Spectrum1_class.o Spectrum2_class.o imp_neighbour_avg.o utils.o -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-devel_2025-02-19/site-library/00LOCK-MSnbase/00new/MSnbase/libs
** R
** data
*** moving datasets to lazyload DB
Creating a new generic function for ‘trimws’ in package ‘MSnbase’
in method for ‘coerce’ with signature ‘"IBSpectra","MSnSet"’: no definition for class “IBSpectra”
in method for ‘plotMzDelta’ with signature ‘"mzRramp"’: no definition for class “mzRramp”
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘trimws’ in package ‘MSnbase’
in method for ‘coerce’ with signature ‘"IBSpectra","MSnSet"’: no definition for class “IBSpectra”
in method for ‘plotMzDelta’ with signature ‘"mzRramp"’: no definition for class “mzRramp”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (MSnbase)
MSnbase.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> # setting R_TESTS to empty string because of
> # https://github.com/hadley/testthat/issues/144
> # revert this when that issue in R is fixed.
> Sys.setenv("R_TESTS" = "")
> library("testthat")
> library("MSnbase")
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: mzR
Loading required package: Rcpp
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following object is masked from 'package:utils':
findMatches
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: ProtGenerics
Attaching package: 'ProtGenerics'
The following object is masked from 'package:stats':
smooth
This is MSnbase version 2.34.1
Visit https://lgatto.github.io/MSnbase/ to get started.
Consider switching to the 'R for Mass Spectrometry'
packages - see https://RforMassSpectrometry.org for details.
Attaching package: 'MSnbase'
The following object is masked from 'package:base':
trimws
> setMSnbaseVerbose(FALSE)
> ## register(SerialParam()) ## see issue 205
>
> ## Erwinia
> f <- msdata::proteomics(full.names = TRUE,
+ pattern = "TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01.mzML.gz")
> tmt_erwinia_in_mem_ms1 <- readMSData(f, msLevel = 1)
> tmt_erwinia_in_mem_ms2 <- readMSData(f, msLevel = 2)
> tmt_erwinia_on_disk <- readMSData(f, mode = "onDisk")
> tmt_erwinia_on_disk_ms1 <- readMSData(f, msLevel = 1, mode = "onDisk")
> tmt_erwinia_on_disk_ms2 <- readMSData(f, msLevel = 2, mode = "onDisk")
> ## subset by rt
> tmt_im_ms1_sub <- filterRt(tmt_erwinia_in_mem_ms1, c(1200, 1250))
> tmt_im_ms2_sub <- filterRt(tmt_erwinia_in_mem_ms2, c(1200, 1250))
> tmt_od_sub <- filterRt(tmt_erwinia_on_disk, c(1200, 1250))
> tmt_od_ms1_sub <- filterRt(tmt_erwinia_on_disk_ms1, c(1200, 1250))
> tmt_od_ms2_sub <- filterRt(tmt_erwinia_on_disk_ms2, c(1200, 1250))
>
> ## microtofq
> f <- c(system.file("microtofq/MM14.mzML", package = "msdata"),
+ system.file("microtofq/MM8.mzML", package = "msdata"))
> microtofq_in_mem_ms1 <- readMSData(f, msLevel = 1)
> microtofq_on_disk_ms1 <- readMSData(f, msLevel = 1, mode = "onDisk")
> microtofq_on_disk <- readMSData(f, mode = "onDisk")
>
> ## extdata mzML
> f <- dir(system.file(package = "MSnbase", dir = "extdata"),
+ full.name = TRUE, pattern = "mzXML$")
> extdata_mzXML_in_mem_ms2 <- readMSData(f, verbose = FALSE, centroided. = FALSE)
> extdata_mzXML_on_disk <- readMSData(f, centroided. = FALSE, mode = "onDisk")
> extdata_mzXML_on_disk_ms2 <- readMSData(f, msLevel = 2, centroided. = FALSE, mode = "onDisk")
>
> sf <- dir(system.file("sciex", package = "msdata"), full.names = TRUE)
> sciex <- readMSData(sf, mode = "onDisk")
>
> test_check("MSnbase")
Experiment data
Experimenter name: Laurent Gatto
Laboratory: Cambridge Centre for Proteomics (CCP)
Contact information: Laurent Gatto
Contact email: lg390@cam.ac.uk
Title: Example 'MSnExp' data set
URL:
PMIDs:
No abstract available.
Instrument :
Model: test (1)
Manufacturer:
Customisations:
Use 'msInfo(object)' for more MIAPE-MS information.
Experiment data
Experimenter name: Laurent Gatto
Laboratory: Cambridge Centre for Proteomics (CCP)
Contact information: Laurent Gatto
Contact email: lg390@cam.ac.uk
Title: Example 'MSnExp' data set
URL:
PMIDs:
No abstract available.
notes:
Note1:
First note
MIAPE-MS information:
1. General features:
Date stamp:
Contact: Laurent Gatto
Name: Laurent Gatto
Laboratory: Cambridge Centre for Proteomics (CCP)
Instument model: test
Manufacturer:
Customisations:
Software:
Version:
Switching:
Param file:
2. Ion source
Source:
Source details:
3. Post-source componentry
Analyzer:
Analyzer details:
Collision gas:
Pressure: bars
Energy:
Detector type:
Sensitivity:
Object of class "MSmap"
Map [75, 401]
[1] Retention time: 30:01 - 34:58
[2] M/Z: 521 - 523 (res 0.005)
Object of class "MSmap"
Map [401, 75]
[1] M/Z: 521 - 523 (res 0.005)
[2] Retention time: 30:01 - 34:58
Object of class "MzTab".
Description: mzTab example file for reporting a summary report of
quantification data quantified on the protein level
Mode: Complete
Type: Quantification
Available data: Proteins PSMs
Object of class "MzTab".
Description:
Mode:
Type:
Available data: SmallMolecules
Object of class "MzTab".
Description:
Mode:
Type:
Available data: SmallMolecules
Instance of class 'MSnSetList' containig 3 objects.
MSnbase.Rcheck/MSnbase-Ex.timings
| name | user | system | elapsed | |
| Chromatogram-class | 0.111 | 0.000 | 0.112 | |
| FeatComp-class | 0.248 | 0.052 | 0.309 | |
| FeaturesOfInterest-class | 0.073 | 0.004 | 0.076 | |
| MChromatograms-class | 0.201 | 0.024 | 0.225 | |
| MSmap-class | 0.000 | 0.000 | 0.001 | |
| MSnExp-class | 1.274 | 0.051 | 1.330 | |
| MSnProcess-class | 0.001 | 0.000 | 0.001 | |
| MSnSet-class | 6.870 | 0.132 | 7.019 | |
| MSnSetList-class | 1.345 | 0.076 | 1.427 | |
| MSpectra | 0.102 | 0.000 | 0.102 | |
| MzTab-class | 0.794 | 0.096 | 8.303 | |
| OnDiskMSnExp-class | 11.185 | 0.648 | 12.317 | |
| ProcessingStep-class | 0.002 | 0.000 | 0.003 | |
| ReporterIons-class | 0.013 | 0.000 | 0.014 | |
| TMT6 | 0.008 | 0.000 | 0.008 | |
| addIdentificationData-methods | 1.317 | 0.072 | 1.392 | |
| aggvar | 5.799 | 0.155 | 6.110 | |
| averageMSnSet | 6.682 | 0.260 | 7.313 | |
| bin-methods | 0.398 | 0.004 | 0.403 | |
| calculateFragments-methods | 1.863 | 0.247 | 2.114 | |
| chromatogram-MSnExp-method | 17.184 | 0.674 | 17.980 | |
| clean-methods | 0.171 | 0.000 | 0.172 | |
| combineFeatures | 1.412 | 0.052 | 1.468 | |
| combineSpectra | 5.745 | 0.148 | 6.003 | |
| combineSpectraMovingWindow | 3.773 | 0.043 | 3.826 | |
| commonFeatureNames | 0.370 | 0.012 | 0.383 | |
| compareSpectra-methods | 0.227 | 0.008 | 0.236 | |
| consensusSpectrum | 0.039 | 0.000 | 0.040 | |
| estimateMzResolution | 7.232 | 0.191 | 7.484 | |
| estimateMzScattering | 2.066 | 0.016 | 2.087 | |
| estimateNoise-method | 0.013 | 0.000 | 0.013 | |
| extractPrecSpectra-methods | 1.557 | 0.000 | 1.559 | |
| extractSpectraData | 2.814 | 0.076 | 3.080 | |
| fData-utils | 0.392 | 0.007 | 0.402 | |
| factorsAsStrings | 0.013 | 0.000 | 0.013 | |
| featureCV | 0.024 | 0.000 | 0.024 | |
| fillUp | 0.004 | 0.001 | 0.003 | |
| formatRt | 0.001 | 0.000 | 0.000 | |
| getVariableName | 0.004 | 0.000 | 0.003 | |
| hasSpectraOrChromatograms | 0.385 | 0.008 | 0.404 | |
| iPQF | 0.342 | 0.003 | 0.347 | |
| iTRAQ4 | 0.012 | 0.000 | 0.012 | |
| imageNA2 | 4.129 | 0.047 | 4.183 | |
| impute | 1.823 | 0.012 | 1.837 | |
| isCentroidedFromFile | 2.767 | 0.068 | 2.837 | |
| itraqdata | 0.048 | 0.008 | 0.056 | |
| listOf | 0.001 | 0.000 | 0.001 | |
| makeCamelCase | 0 | 0 | 0 | |
| makeNaData | 0.451 | 0.000 | 0.454 | |
| meanMzInts | 0.049 | 0.000 | 0.050 | |
| missing-data | 3.748 | 0.060 | 3.815 | |
| mzRident2dfr | 0.036 | 0.000 | 0.036 | |
| nFeatures | 0.476 | 0.000 | 0.477 | |
| nQuants | 0.145 | 0.000 | 0.146 | |
| naplot | 0.065 | 0.004 | 0.069 | |
| normToReference | 0.220 | 0.000 | 0.221 | |
| normalise-methods | 0.016 | 0.000 | 0.016 | |
| npcv | 0.005 | 0.000 | 0.005 | |
| pSet-class | 0.001 | 0.000 | 0.000 | |
| pickPeaks-method | 0.409 | 0.000 | 0.410 | |
| plot-methods | 5.780 | 0.028 | 5.818 | |
| plot2d-methods | 0.996 | 0.000 | 0.998 | |
| plotDensity-methods | 1.204 | 0.000 | 1.206 | |
| plotMzDelta-methods | 1.107 | 0.008 | 1.116 | |
| plotNA-methods | 0.943 | 0.008 | 0.953 | |
| plotSpectrumSpectrum-methods | 1.974 | 0.000 | 1.977 | |
| precSelection | 0.009 | 0.000 | 0.009 | |
| purityCorrect-methods | 0.022 | 0.000 | 0.023 | |
| quantify-methods | 3.914 | 0.120 | 4.040 | |
| readMSData | 3.035 | 0.004 | 3.043 | |
| readMSnSet | 0.095 | 0.000 | 0.103 | |
| readMgfData | 1.917 | 0.016 | 1.936 | |
| readMzIdData | 0.672 | 0.108 | 0.806 | |
| readMzTabData | 1.059 | 0.007 | 1.184 | |
| readMzTabData_v0.9 | 0.191 | 0.004 | 0.589 | |
| readSRMData | 2.931 | 0.084 | 3.021 | |
| reduce-data.frame-method | 0.018 | 0.000 | 0.017 | |
| removeNoId-methods | 1.676 | 0.000 | 1.679 | |
| removePeaks-methods | 0.725 | 0.004 | 0.731 | |
| removeReporters-methods | 1.121 | 0.000 | 1.124 | |
| selectFeatureData | 1.716 | 0.196 | 1.915 | |
| smooth-methods | 0.296 | 0.008 | 0.305 | |
| trimMz-methods | 0.202 | 0.008 | 0.211 | |
| writeMgfData-methods | 1.875 | 0.075 | 1.956 | |