Back to Build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-05-31 05:44:30 -0000 (Wed, 31 May 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kunpeng1 | Linux (Ubuntu 22.04.1 LTS) | aarch64 | 4.3.0 (2023-04-21) -- "Already Tomorrow" | 4219 |
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 benchdamic package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/benchdamic.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details. |
Package 150/2197 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
benchdamic 1.7.0 (landing page) Matteo Calgaro
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) / aarch64 | OK | OK | TIMEOUT | |||||||||
Package: benchdamic |
Version: 1.7.0 |
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings benchdamic_1.7.0.tar.gz |
StartedAt: 2023-05-30 01:22:31 -0000 (Tue, 30 May 2023) |
EndedAt: 2023-05-30 02:02:31 -0000 (Tue, 30 May 2023) |
EllapsedTime: 2400.8 seconds |
RetCode: None |
Status: TIMEOUT |
CheckDir: benchdamic.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings benchdamic_1.7.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/benchdamic.Rcheck’ * using R version 4.3.0 (2023-04-21) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 * running under: Ubuntu 22.04.2 LTS * using session charset: UTF-8 * checking for file ‘benchdamic/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘benchdamic’ version ‘1.7.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 ‘benchdamic’ 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 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed plotConcordance 6.413 0.076 6.489 createConcordance 6.317 0.128 6.445 areaCAT 5.567 0.104 5.670 DA_DESeq2 5.160 0.380 5.540 plotMD 5.163 0.120 5.283 runSplits 4.923 0.087 5.012 * 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 ... ‘intro.Rmd’ using ‘UTF-8’... OK NONE * checking re-building of vignette outputs ...
benchdamic.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.0/bin/R CMD INSTALL benchdamic ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.0/site-library’ * installing *source* package ‘benchdamic’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 (benchdamic)
benchdamic.Rcheck/tests/testthat.Rout
R version 4.3.0 (2023-04-21) -- "Already Tomorrow" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: aarch64-unknown-linux-gnu (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(benchdamic) > > test_check("benchdamic") |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| [ FAIL 0 | WARN 0 | SKIP 0 | PASS 292 ] > > proc.time() user system elapsed 92.298 2.301 115.363
benchdamic.Rcheck/benchdamic-Ex.timings
name | user | system | elapsed | |
CAT | 0.006 | 0.000 | 0.006 | |
DA_ALDEx2 | 3.798 | 0.276 | 4.075 | |
DA_ANCOM | 2.083 | 0.120 | 2.203 | |
DA_DESeq2 | 5.16 | 0.38 | 5.54 | |
DA_MAST | 1.893 | 0.052 | 1.943 | |
DA_NOISeq | 1.716 | 0.128 | 1.845 | |
DA_Seurat | 0.844 | 0.024 | 0.868 | |
DA_basic | 0.044 | 0.000 | 0.045 | |
DA_corncob | 1.691 | 0.080 | 1.795 | |
DA_dearseq | 0.073 | 0.000 | 0.074 | |
DA_edgeR | 0.230 | 0.000 | 0.229 | |
DA_limma | 0.093 | 0.000 | 0.093 | |
DA_metagenomeSeq | 0.354 | 0.004 | 0.358 | |
RMSE | 0.001 | 0.000 | 0.001 | |
addKnowledge | 0.200 | 0.016 | 0.215 | |
areaCAT | 5.567 | 0.104 | 5.670 | |
checkNormalization | 0.001 | 0.000 | 0.000 | |
createColors | 0.003 | 0.004 | 0.006 | |
createConcordance | 6.317 | 0.128 | 6.445 | |
createEnrichment | 0.334 | 0.000 | 0.335 | |
createMocks | 0.000 | 0.004 | 0.004 | |
createPositives | 1.091 | 0.015 | 1.107 | |
createSplits | 0.041 | 0.000 | 0.041 | |
createTIEC | 3.416 | 0.076 | 3.492 | |
enrichmentTest | 0.160 | 0.012 | 0.173 | |
extractDA | 0.249 | 0.016 | 0.265 | |
extractStatistics | 0.253 | 0.008 | 0.262 | |
fitDM | 0.045 | 0.000 | 0.045 | |
fitHURDLE | 0.933 | 0.032 | 0.965 | |
fitModels | 3.575 | 0.136 | 3.713 | |
fitNB | 0.06 | 0.00 | 0.06 | |
fitZIG | 0.071 | 0.004 | 0.075 | |
fitZINB | 0.590 | 0.008 | 0.600 | |
getDA | 0.107 | 0.000 | 0.107 | |
getPositives | 0.107 | 0.000 | 0.106 | |
getStatistics | 0.091 | 0.002 | 0.094 | |
get_counts_metadata | 0.234 | 0.001 | 0.234 | |
iterative_ordering | 0.013 | 0.000 | 0.013 | |
meanDifferences | 0.002 | 0.000 | 0.002 | |
norm_CSS | 0.089 | 0.000 | 0.089 | |
norm_DESeq2 | 0.610 | 0.004 | 0.614 | |
norm_TSS | 0.045 | 0.000 | 0.044 | |
norm_edgeR | 0.05 | 0.00 | 0.05 | |
plotConcordance | 6.413 | 0.076 | 6.489 | |
plotContingency | 1.615 | 0.032 | 1.647 | |
plotEnrichment | 1.639 | 0.056 | 1.696 | |
plotFDR | 3.072 | 0.056 | 3.128 | |
plotFPR | 2.947 | 0.032 | 2.979 | |
plotKS | 2.962 | 0.028 | 2.990 | |
plotLogP | 3.112 | 0.028 | 3.140 | |
plotMD | 5.163 | 0.120 | 5.283 | |
plotMutualFindings | 1.623 | 0.028 | 1.652 | |
plotPositives | 1.047 | 0.020 | 1.067 | |
plotQQ | 3.072 | 0.039 | 3.113 | |
plotRMSE | 4.296 | 0.056 | 4.353 | |
prepareObserved | 0.002 | 0.001 | 0.001 | |
runDA | 0.674 | 0.000 | 0.675 | |
runMocks | 1.039 | 0.004 | 1.042 | |
runNormalizations | 0.635 | 0.000 | 0.635 | |
runSplits | 4.923 | 0.087 | 5.012 | |
setNormalizations | 0.001 | 0.000 | 0.000 | |
set_ALDEx2 | 0.009 | 0.000 | 0.008 | |
set_ANCOM | 0.01 | 0.00 | 0.01 | |
set_DESeq2 | 0.010 | 0.000 | 0.011 | |
set_MAST | 0.004 | 0.000 | 0.005 | |
set_NOISeq | 0.004 | 0.000 | 0.005 | |
set_Seurat | 0.008 | 0.000 | 0.008 | |
set_basic | 0.003 | 0.000 | 0.002 | |
set_corncob | 0.006 | 0.000 | 0.005 | |
set_dearseq | 0.003 | 0.000 | 0.003 | |
set_edgeR | 0.017 | 0.000 | 0.018 | |
set_limma | 0.012 | 0.000 | 0.011 | |
set_metagenomeSeq | 0.007 | 0.000 | 0.007 | |
weights_ZINB | 0.598 | 0.004 | 0.602 | |