Back to Multiple platform build/check report for BioC 3.15
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2022-10-19 13:23:14 -0400 (Wed, 19 Oct 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 20.04.5 LTS)x86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4386
palomino3Windows Server 2022 Datacenterx644.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" 4138
merida1macOS 10.14.6 Mojavex86_644.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

CHECK results for metabCombiner on merida1


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.

raw results

Package 1119/2140HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
metabCombiner 1.6.0  (landing page)
Hani Habra
Snapshot Date: 2022-10-18 13:55:19 -0400 (Tue, 18 Oct 2022)
git_url: https://git.bioconductor.org/packages/metabCombiner
git_branch: RELEASE_3_15
git_last_commit: af69872
git_last_commit_date: 2022-04-26 12:09:47 -0400 (Tue, 26 Apr 2022)
nebbiolo1Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

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

Command output

##############################################################################
##############################################################################
###
### 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.



Installation output

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)

Tests output

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 

Example timings

metabCombiner.Rcheck/metabCombiner-Ex.timings

nameusersystemelapsed
adductdata0.5160.0120.546
batchCombine000
calcScores5.0970.0725.269
calcScoresParam0.0010.0000.001
combinedTable0.4310.0060.454
datasets0.4480.0070.465
evaluateParams9.4720.0999.588
featdata0.4080.0050.414
fit_gam4.5200.0464.573
fit_loess2.8920.0192.916
fitgamParam0.0000.0000.001
fitloessParam0.0010.0000.000
getAnchors1.1830.0101.194
getCoefficients4.7340.0324.773
getData0.1430.0030.145
getExtra0.1510.0030.154
getModel1.4960.0161.514
getSamples0.6950.0060.702
getStats2.3230.0182.349
iddata0.3930.0070.401
labelRows5.2850.0515.348
labelRowsParam000
metabCombine0.0000.0010.001
metabCombiner0.7250.0090.734
metabData0.3590.0070.366
nonmatched0.4040.0060.411
plot_fit1.3890.0101.402
rtdata0.4170.0070.424
selectAnchors1.8180.0141.838
selectAnchorsParam000
updateTables5.3190.0345.358
write2file5.1390.0295.173