Back to Mac ARM64 build report for BioC 3.18
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-03-28 11:32:16 -0400 (Thu, 28 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4376
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 153/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
benchdamic 1.8.2  (landing page)
Matteo Calgaro
Snapshot Date: 2024-03-26 09:00:03 -0400 (Tue, 26 Mar 2024)
git_url: https://git.bioconductor.org/packages/benchdamic
git_branch: RELEASE_3_18
git_last_commit: c22b193
git_last_commit_date: 2024-03-06 05:03:42 -0400 (Wed, 06 Mar 2024)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for benchdamic on kjohnson1


To the developers/maintainers of the benchdamic package:
- 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.

raw results


Summary

Package: benchdamic
Version: 1.8.2
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings benchdamic_1.8.2.tar.gz
StartedAt: 2024-03-27 06:24:35 -0400 (Wed, 27 Mar 2024)
EndedAt: 2024-03-27 06:39:36 -0400 (Wed, 27 Mar 2024)
EllapsedTime: 900.5 seconds
RetCode: 0
Status:   OK  
CheckDir: benchdamic.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings benchdamic_1.8.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/benchdamic.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘benchdamic/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘benchdamic’ version ‘1.8.2’
* 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 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
DA_ALDEx2 6.393  0.845   7.387
areaCAT   5.508  0.150   5.854
* 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: OK


Installation output

benchdamic.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL benchdamic
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/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)

Tests output

benchdamic.Rcheck/tests/testthat.Rout


R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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 1 | PASS 310 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_DA_paired.R:3:1'

[ FAIL 0 | WARN 0 | SKIP 1 | PASS 310 ]
> 
> proc.time()
   user  system elapsed 
180.705   3.964 237.190 

Example timings

benchdamic.Rcheck/benchdamic-Ex.timings

nameusersystemelapsed
CAT0.0070.0010.009
DA_ALDEx26.3930.8457.387
DA_ANCOM3.8580.1324.147
DA_DESeq23.0770.0323.181
DA_MAST1.4790.0361.538
DA_Maaslin20.2890.0390.365
DA_NOISeq2.0530.0392.121
DA_Seurat3.5900.0563.684
DA_ZicoSeq0.6690.0200.715
DA_basic0.0380.0030.045
DA_dearseq0.0800.0060.096
DA_edgeR0.3130.0160.340
DA_limma0.0950.0060.107
DA_linda0.0360.0040.043
DA_metagenomeSeq0.2810.0160.312
DA_mixMC0.4610.0370.548
RMSE0.0000.0000.001
addKnowledge0.2020.0090.222
areaCAT5.5080.1505.854
checkNormalization000
createColors0.0070.0010.008
createConcordance4.5450.1574.751
createEnrichment0.2490.0080.262
createMocks0.0020.0010.004
createPositives0.8010.0220.831
createSplits0.0310.0030.035
createTIEC2.6130.0632.721
enrichmentTest0.1150.0060.122
extractDA0.1680.0060.179
extractStatistics0.1700.0070.177
fitDM0.0300.0020.033
fitHURDLE0.7690.0090.786
fitModels2.4800.0502.554
fitNB0.0410.0000.041
fitZIG0.0550.0010.056
fitZINB0.4140.0050.435
getDA0.0830.0080.092
getPositives0.0790.0050.085
getStatistics0.0670.0060.073
get_counts_metadata0.1920.0030.196
iterative_ordering0.0120.0020.014
meanDifferences0.0020.0000.002
norm_CSS0.0660.0010.067
norm_DESeq20.5350.0040.554
norm_TSS0.0300.0010.031
norm_edgeR0.0350.0010.035
plotConcordance4.6480.0664.758
plotContingency1.0880.0201.117
plotEnrichment1.0040.0121.025
plotFDR2.1480.0332.197
plotFPR2.2320.0312.277
plotKS2.0650.0332.159
plotLogP1.5340.0341.826
plotMD3.3890.0313.521
plotMutualFindings1.0660.0141.101
plotPositives0.6770.0080.696
plotQQ2.1280.0292.216
plotRMSE2.8540.0272.956
prepareObserved0.0010.0000.002
runDA0.5660.0050.578
runMocks0.6620.0130.676
runNormalizations0.4510.0030.457
runSplits3.1630.0653.359
setNormalizations000
set_ALDEx20.0070.0000.007
set_ANCOM0.0090.0010.012
set_DESeq20.0070.0000.008
set_MAST0.0030.0000.005
set_Maaslin20.0050.0010.009
set_NOISeq0.0050.0010.008
set_Seurat0.0060.0010.007
set_ZicoSeq0.0070.0000.007
set_basic0.0020.0000.002
set_dearseq0.0020.0000.002
set_edgeR0.0120.0000.012
set_limma0.0090.0000.009
set_linda0.0060.0010.006
set_metagenomeSeq0.0050.0000.005
set_mixMC0.0020.0000.003
weights_ZINB0.4070.0030.469