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

This page was generated on 2024-04-18 11:32:06 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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-04-16 09:00:03 -0400 (Tue, 16 Apr 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-04-17 06:42:35 -0400 (Wed, 17 Apr 2024)
EndedAt: 2024-04-17 06:57:33 -0400 (Wed, 17 Apr 2024)
EllapsedTime: 898.3 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.304  0.691   7.107
areaCAT   5.933  0.091   6.129
* 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 
177.828   3.596 234.236 

Example timings

benchdamic.Rcheck/benchdamic-Ex.timings

nameusersystemelapsed
CAT0.0070.0000.008
DA_ALDEx26.3040.6917.107
DA_ANCOM3.8270.0383.932
DA_DESeq23.0350.0303.123
DA_MAST1.4680.0321.540
DA_Maaslin20.2960.0410.375
DA_NOISeq2.0430.0162.103
DA_Seurat3.6050.0453.716
DA_ZicoSeq0.6580.0190.687
DA_basic0.0240.0020.025
DA_dearseq0.0730.0070.081
DA_edgeR0.3020.0160.325
DA_limma0.0900.0040.096
DA_linda0.0360.0030.040
DA_metagenomeSeq0.2850.0150.305
DA_mixMC0.4730.0330.532
RMSE0.0010.0010.001
addKnowledge0.2030.0060.211
areaCAT5.9330.0916.129
checkNormalization0.0010.0000.000
createColors0.0070.0000.007
createConcordance4.5440.1014.722
createEnrichment0.2480.0070.258
createMocks0.0030.0020.004
createPositives0.8240.0180.850
createSplits0.0300.0030.034
createTIEC2.6120.0472.713
enrichmentTest0.1150.0040.121
extractDA0.1670.0040.172
extractStatistics0.1650.0050.171
fitDM0.0310.0010.034
fitHURDLE0.7990.0070.817
fitModels2.4780.0482.550
fitNB0.0430.0000.045
fitZIG0.0510.0000.052
fitZINB0.4130.0040.425
getDA0.0780.0090.088
getPositives0.0780.0040.083
getStatistics0.0710.0060.079
get_counts_metadata0.1790.0030.183
iterative_ordering0.0110.0020.013
meanDifferences0.0030.0010.003
norm_CSS0.0650.0010.067
norm_DESeq20.5170.0050.524
norm_TSS0.0310.0000.033
norm_edgeR0.0360.0010.037
plotConcordance4.6650.0714.773
plotContingency1.0850.0171.115
plotEnrichment0.9990.0121.026
plotFDR2.1640.0332.232
plotFPR2.2750.0322.342
plotKS1.9750.0332.073
plotLogP1.9170.0452.126
plotMD3.5260.0443.742
plotMutualFindings1.0720.0171.131
plotPositives0.7050.0110.749
plotQQ2.1020.0342.199
plotRMSE2.8430.0262.908
prepareObserved0.0020.0000.002
runDA0.5720.0040.589
runMocks0.7070.0150.735
runNormalizations0.4890.0030.504
runSplits3.6270.0643.745
setNormalizations0.0000.0000.001
set_ALDEx20.0060.0000.006
set_ANCOM0.0080.0010.010
set_DESeq20.0080.0010.009
set_MAST0.0030.0000.004
set_Maaslin20.0040.0000.004
set_NOISeq0.0040.0010.006
set_Seurat0.0080.0010.009
set_ZicoSeq0.0070.0000.007
set_basic0.0020.0000.003
set_dearseq0.0020.0010.003
set_edgeR0.0110.0000.012
set_limma0.0070.0000.008
set_linda0.0050.0010.006
set_metagenomeSeq0.0050.0000.005
set_mixMC0.0030.0000.002
weights_ZINB0.3990.0030.406