Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-08-04 12:05 -0400 (Mon, 04 Aug 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.2 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4796 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.5.1 (2025-06-13 ucrt) -- "Great Square Root" | 4536 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4578 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4519 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4517 |
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 1367/2313 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
MsQuality 1.9.1 (landing page) Thomas Naake
| nebbiolo2 | Linux (Ubuntu 24.04.2 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | TIMEOUT | ||||||||||
To the developers/maintainers of the MsQuality package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MsQuality.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. |
Package: MsQuality |
Version: 1.9.1 |
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:MsQuality.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings MsQuality_1.9.1.tar.gz |
StartedAt: 2025-08-04 00:38:52 -0400 (Mon, 04 Aug 2025) |
EndedAt: 2025-08-04 00:45:16 -0400 (Mon, 04 Aug 2025) |
EllapsedTime: 384.3 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: MsQuality.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:MsQuality.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings MsQuality_1.9.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/MsQuality.Rcheck’ * using R version 4.5.1 (2025-06-13) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 * running under: Ubuntu 24.04.2 LTS * using session charset: UTF-8 * checking for file ‘MsQuality/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘MsQuality’ version ‘1.9.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 ‘MsQuality’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * 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 dependencies in R code ... OK * 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 ... 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘MsQuality-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: transformIntoMzQC > ### Title: Transform the metrics into a list of 'MzQCmzQC' objects > ### Aliases: transformIntoMzQC > > ### ** Examples > > library(msdata) > library(Spectra) Loading required package: S4Vectors Loading required package: stats4 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 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: BiocParallel > > ## define file names containing spectra data for the samples > fls <- dir(system.file("sciex", package = "msdata"), full.names = TRUE) > > ## import the data and add it to the spectra object > spectra <- Spectra(fls, backend = MsBackendMzR()) > > ## define the quality metrics to be calculated > metrics <- c("areaUnderTic", "chromatographyDuration", "msSignal10xChange") > > ## obtain the spectra_metrics object > f <- dataOrigin(spectra) > f_unique <- unique(f) > spectra_metrics <- bplapply(f_unique, function(f_unique_i) { + calculateMetricsFromOneSampleSpectra( + spectra = spectra[f == f_unique_i], metrics = metrics) + }, BPPARAM = bpparam()) Error: BiocParallel errors 2 remote errors, element index: 1, 2 0 unevaluated and other errors first remote error: Error in calculateMetricsFromOneSampleSpectra(spectra = spectra[f == f_unique_i], : could not find function "calculateMetricsFromOneSampleSpectra" Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed calculateMetricsFromSpectra 9.281 2.179 8.230 calculateMetrics 6.126 1.197 5.947 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR See ‘/home/biocbuild/bbs-3.22-bioc/meat/MsQuality.Rcheck/00check.log’ for details.
MsQuality.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL MsQuality ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘MsQuality’ ... ** this is package ‘MsQuality’ version ‘1.9.1’ ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (MsQuality)
MsQuality.Rcheck/tests/testthat.Rout
R version 4.5.1 (2025-06-13) -- "Great Square Root" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-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. > library("testthat") > library("MsQuality") > library("Spectra") Loading required package: S4Vectors Loading required package: stats4 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 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: BiocParallel > library("MsExperiment") Loading required package: ProtGenerics Attaching package: 'ProtGenerics' The following object is masked from 'package:stats': smooth > library("msdata") > library("S4Vectors") > > test_check("MsQuality") trying URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest' Content type 'application/json; charset=utf-8' length 7624 bytes ================================================== downloaded 7624 bytes trying URL 'https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.197/psi-ms.obo' Content type 'application/octet-stream' length 1011047 bytes (987 KB) ================================================== downloaded 987 KB [ FAIL 0 | WARN 0 | SKIP 0 | PASS 866 ] > > proc.time() user system elapsed 107.141 22.883 83.993
MsQuality.Rcheck/MsQuality-Ex.timings
name | user | system | elapsed | |
MsQuality-package | 0 | 0 | 0 | |
areaUnderTic | 0.146 | 0.003 | 0.150 | |
areaUnderTicRtQuantiles | 0.164 | 0.025 | 0.189 | |
calculateMetrics | 6.126 | 1.197 | 5.947 | |
calculateMetricsFromMsExperiment | 3.433 | 1.172 | 3.122 | |
calculateMetricsFromOneSampleSpectra | 3.871 | 0.713 | 2.141 | |
calculateMetricsFromSpectra | 9.281 | 2.179 | 8.230 | |
chromatographyDuration | 1.142 | 0.324 | 0.131 | |
dot-rtOrderSpectra | 0.134 | 0.021 | 0.155 | |
extentIdentifiedPrecursorIntensity | 0.109 | 0.007 | 0.116 | |
meanCharge | 0.106 | 0.013 | 0.119 | |
medianCharge | 0.133 | 0.034 | 0.167 | |
medianPrecursorMz | 0.095 | 0.005 | 0.100 | |
medianTicOfRtRange | 0.104 | 0.007 | 0.111 | |
medianTicRtIqr | 0.105 | 0.013 | 0.117 | |
msSignal10xChange | 0.097 | 0.006 | 0.103 | |
mzAcquisitionRange | 0.097 | 0.002 | 0.098 | |
numberEmptyScans | 0.110 | 0.007 | 0.117 | |
numberSpectra | 0.085 | 0.005 | 0.090 | |
plotMetric | 2.627 | 1.038 | 2.484 | |
plotMetricTibble | 2.602 | 1.270 | 2.186 | |
precursorIntensityMean | 0.125 | 0.024 | 0.148 | |
precursorIntensityQuartiles | 0.125 | 0.005 | 0.129 | |
precursorIntensityRange | 0.104 | 0.012 | 0.116 | |
precursorIntensitySd | 0.098 | 0.010 | 0.108 | |
qualityMetrics | 0.175 | 0.037 | 0.212 | |
ratioCharge1over2 | 0.084 | 0.009 | 0.092 | |
ratioCharge3over2 | 0.104 | 0.018 | 0.123 | |
ratioCharge4over2 | 0.105 | 0.002 | 0.108 | |
rtAcquisitionRange | 0.089 | 0.006 | 0.095 | |
rtIqr | 0.087 | 0.008 | 0.095 | |
rtIqrRate | 0.087 | 0.006 | 0.093 | |
rtOverMsQuarters | 0.084 | 0.011 | 0.095 | |
shinyMsQuality | 0.368 | 0.306 | 1.896 | |
ticQuantileRtFraction | 2.214 | 0.806 | 0.140 | |
ticQuartileToQuartileLogRatio | 0.103 | 0.032 | 0.136 | |