Back to Multiple platform build/check report for BioC 3.15 |
|
This page was generated on 2022-10-19 13:23:14 -0400 (Wed, 19 Oct 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4386 |
palomino3 | Windows Server 2022 Datacenter | x64 | 4.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" | 4138 |
merida1 | macOS 10.14.6 Mojave | x86_64 | 4.2.1 (2022-06-23) -- "Funny-Looking Kid" | 4205 |
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 |
To the developers/maintainers of the metabCombiner package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/metabCombiner.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 1119/2140 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
metabCombiner 1.6.0 (landing page) Hani Habra
| nebbiolo1 | Linux (Ubuntu 20.04.5 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: metabCombiner |
Version: 1.6.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metabCombiner.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metabCombiner_1.6.0.tar.gz |
StartedAt: 2022-10-19 04:24:08 -0400 (Wed, 19 Oct 2022) |
EndedAt: 2022-10-19 04:28:28 -0400 (Wed, 19 Oct 2022) |
EllapsedTime: 260.2 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: metabCombiner.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metabCombiner.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metabCombiner_1.6.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.15-bioc/meat/metabCombiner.Rcheck’ * using R version 4.2.1 (2022-06-23) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘metabCombiner/DESCRIPTION’ ... OK * this is package ‘metabCombiner’ version ‘1.6.0’ * 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 ‘metabCombiner’ 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 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 ... 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 ... WARNING Codoc mismatches from documentation object 'labelRowsParam': labelRowsParam Code: function(useID = FALSE, maxRankX = 3, maxRankY = 3, minScore = 0.5, delta = 0.1, method = "score", maxRTerr = 10, resolveConflicts = FALSE, rtOrder = TRUE, remove = FALSE, balanced = TRUE, brackets_ignore = c("(", "[", "{")) Docs: function(maxRankX = 3, maxRankY = 3, minScore = 0.5, delta = 0.1, method = "score", maxRTerr = 10, resolveConflicts = FALSE, rtOrder = TRUE, remove = FALSE, balanced = TRUE, useID = FALSE, brackets_ignore = c("(", "[", "{")) Mismatches in argument names (first 3): Position: 1 Code: useID Docs: maxRankX Position: 2 Code: maxRankX Docs: maxRankY Position: 3 Code: maxRankY Docs: minScore reduceTableParam Code: function(useID = FALSE, maxRankX = 2, maxRankY = 2, minScore = 0.5, maxRTerr = 10, delta = 0.1, rtOrder = TRUE, brackets_ignore = c("(", "[", "{")) Docs: function(maxRankX = 2, maxRankY = 2, minScore = 0.5, maxRTerr = 10, delta = 0.1, rtOrder = TRUE, useID = FALSE, brackets_ignore = c("(", "[", "{")) Mismatches in argument names (first 3): Position: 1 Code: useID Docs: maxRankX Position: 2 Code: maxRankX Docs: maxRankY Position: 3 Code: maxRankY Docs: minScore * 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 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 evaluateParams 9.472 0.099 9.588 updateTables 5.319 0.034 5.358 labelRows 5.285 0.051 5.348 calcScores 5.097 0.072 5.269 write2file 5.139 0.029 5.173 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ 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 Status: 1 WARNING, 1 NOTE See ‘/Users/biocbuild/bbs-3.15-bioc/meat/metabCombiner.Rcheck/00check.log’ for details.
metabCombiner.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL metabCombiner ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’ * installing *source* package ‘metabCombiner’ ... ** using staged installation ** libs clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c binByMZ.c -o binByMZ.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c findDuplicates.c -o findDuplicates.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c labelRows.c -o labelRows.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c metabCombiner_init.c -o metabCombiner_init.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c resolveRows.c -o resolveRows.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c selectAnchors.c -o selectAnchors.o clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c write2file.c -o write2file.o clang -mmacosx-version-min=10.13 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o metabCombiner.so binByMZ.o findDuplicates.o labelRows.o metabCombiner_init.o resolveRows.o selectAnchors.o write2file.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.2/Resources/library/00LOCK-metabCombiner/00new/metabCombiner/libs ** R ** data ** demo ** 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 ** 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 (metabCombiner)
metabCombiner.Rcheck/tests/testthat.Rout
R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (64-bit) 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(metabCombiner) Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > test_check("metabCombiner") [ FAIL 0 | WARN 8 | SKIP 0 | PASS 33 ] [ FAIL 0 | WARN 8 | SKIP 0 | PASS 33 ] > > proc.time() user system elapsed 29.938 0.723 30.684
metabCombiner.Rcheck/metabCombiner-Ex.timings
name | user | system | elapsed | |
adductdata | 0.516 | 0.012 | 0.546 | |
batchCombine | 0 | 0 | 0 | |
calcScores | 5.097 | 0.072 | 5.269 | |
calcScoresParam | 0.001 | 0.000 | 0.001 | |
combinedTable | 0.431 | 0.006 | 0.454 | |
datasets | 0.448 | 0.007 | 0.465 | |
evaluateParams | 9.472 | 0.099 | 9.588 | |
featdata | 0.408 | 0.005 | 0.414 | |
fit_gam | 4.520 | 0.046 | 4.573 | |
fit_loess | 2.892 | 0.019 | 2.916 | |
fitgamParam | 0.000 | 0.000 | 0.001 | |
fitloessParam | 0.001 | 0.000 | 0.000 | |
getAnchors | 1.183 | 0.010 | 1.194 | |
getCoefficients | 4.734 | 0.032 | 4.773 | |
getData | 0.143 | 0.003 | 0.145 | |
getExtra | 0.151 | 0.003 | 0.154 | |
getModel | 1.496 | 0.016 | 1.514 | |
getSamples | 0.695 | 0.006 | 0.702 | |
getStats | 2.323 | 0.018 | 2.349 | |
iddata | 0.393 | 0.007 | 0.401 | |
labelRows | 5.285 | 0.051 | 5.348 | |
labelRowsParam | 0 | 0 | 0 | |
metabCombine | 0.000 | 0.001 | 0.001 | |
metabCombiner | 0.725 | 0.009 | 0.734 | |
metabData | 0.359 | 0.007 | 0.366 | |
nonmatched | 0.404 | 0.006 | 0.411 | |
plot_fit | 1.389 | 0.010 | 1.402 | |
rtdata | 0.417 | 0.007 | 0.424 | |
selectAnchors | 1.818 | 0.014 | 1.838 | |
selectAnchorsParam | 0 | 0 | 0 | |
updateTables | 5.319 | 0.034 | 5.358 | |
write2file | 5.139 | 0.029 | 5.173 | |