| Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:37:58 -0400 (Fri, 20 Oct 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4347 |
| 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/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| benchdamic 1.6.4 (landing page) Matteo Calgaro
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | OK | OK | ||||||||
|
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. |
| Package: benchdamic |
| Version: 1.6.4 |
| 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.6.4.tar.gz |
| StartedAt: 2023-10-17 04:47:19 -0400 (Tue, 17 Oct 2023) |
| EndedAt: 2023-10-17 05:08:21 -0400 (Tue, 17 Oct 2023) |
| EllapsedTime: 1262.3 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: benchdamic.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### 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.6.4.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/benchdamic.Rcheck’
* using R version 4.3.1 (2023-06-16)
* 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 Monterey 12.6.7
* 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.6.4’
* 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.436 1.629 11.851
plotConcordance 5.892 0.109 11.164
createConcordance 5.657 0.116 7.367
DA_ANCOM 5.233 0.111 6.874
areaCAT 5.112 0.123 6.769
runSplits 4.737 0.080 6.220
plotMD 4.723 0.065 6.168
plotRMSE 3.919 0.048 5.142
* 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
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)
benchdamic.Rcheck/tests/testthat.Rout
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 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)
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
>
> 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 310 ]
>
> proc.time()
user system elapsed
227.591 5.682 384.946
benchdamic.Rcheck/benchdamic-Ex.timings
| name | user | system | elapsed | |
| CAT | 0.007 | 0.000 | 0.009 | |
| DA_ALDEx2 | 6.436 | 1.629 | 11.851 | |
| DA_ANCOM | 5.233 | 0.111 | 6.874 | |
| DA_DESeq2 | 3.554 | 0.051 | 4.692 | |
| DA_MAST | 1.796 | 0.043 | 2.323 | |
| DA_Maaslin2 | 0.323 | 0.063 | 0.513 | |
| DA_NOISeq | 1.398 | 0.015 | 1.797 | |
| DA_Seurat | 0.885 | 0.025 | 1.165 | |
| DA_ZicoSeq | 0.730 | 0.020 | 0.966 | |
| DA_basic | 0.037 | 0.002 | 0.051 | |
| DA_corncob | 1.601 | 0.114 | 2.217 | |
| DA_dearseq | 0.073 | 0.004 | 0.100 | |
| DA_edgeR | 0.402 | 0.012 | 0.528 | |
| DA_limma | 0.092 | 0.005 | 0.124 | |
| DA_linda | 0.039 | 0.004 | 0.054 | |
| DA_metagenomeSeq | 0.370 | 0.015 | 0.484 | |
| RMSE | 0.001 | 0.001 | 0.001 | |
| addKnowledge | 0.219 | 0.012 | 0.292 | |
| areaCAT | 5.112 | 0.123 | 6.769 | |
| checkNormalization | 0.000 | 0.000 | 0.001 | |
| createColors | 0.005 | 0.001 | 0.007 | |
| createConcordance | 5.657 | 0.116 | 7.367 | |
| createEnrichment | 0.295 | 0.009 | 0.385 | |
| createMocks | 0.003 | 0.001 | 0.005 | |
| createPositives | 0.993 | 0.028 | 1.315 | |
| createSplits | 0.131 | 0.006 | 0.175 | |
| createTIEC | 3.028 | 0.062 | 3.972 | |
| enrichmentTest | 0.146 | 0.005 | 0.194 | |
| extractDA | 0.218 | 0.005 | 0.285 | |
| extractStatistics | 0.216 | 0.007 | 0.281 | |
| fitDM | 0.036 | 0.003 | 0.049 | |
| fitHURDLE | 1.056 | 0.015 | 1.405 | |
| fitModels | 3.073 | 0.066 | 4.025 | |
| fitNB | 0.056 | 0.001 | 0.071 | |
| fitZIG | 0.066 | 0.002 | 0.089 | |
| fitZINB | 0.565 | 0.010 | 0.735 | |
| getDA | 0.091 | 0.013 | 0.129 | |
| getPositives | 0.092 | 0.004 | 0.124 | |
| getStatistics | 0.079 | 0.007 | 0.112 | |
| get_counts_metadata | 0.234 | 0.006 | 0.309 | |
| iterative_ordering | 0.012 | 0.002 | 0.019 | |
| meanDifferences | 0.003 | 0.000 | 0.004 | |
| norm_CSS | 0.090 | 0.003 | 0.121 | |
| norm_DESeq2 | 0.567 | 0.008 | 0.799 | |
| norm_TSS | 0.035 | 0.002 | 0.040 | |
| norm_edgeR | 0.043 | 0.002 | 0.060 | |
| plotConcordance | 5.892 | 0.109 | 11.164 | |
| plotContingency | 1.519 | 0.025 | 2.525 | |
| plotEnrichment | 1.479 | 0.020 | 3.084 | |
| plotFDR | 2.692 | 0.044 | 4.929 | |
| plotFPR | 2.933 | 0.049 | 4.680 | |
| plotKS | 2.724 | 0.047 | 3.696 | |
| plotLogP | 2.930 | 0.051 | 3.791 | |
| plotMD | 4.723 | 0.065 | 6.168 | |
| plotMutualFindings | 1.501 | 0.023 | 1.957 | |
| plotPositives | 0.930 | 0.015 | 1.220 | |
| plotQQ | 2.759 | 0.053 | 3.639 | |
| plotRMSE | 3.919 | 0.048 | 5.142 | |
| prepareObserved | 0.002 | 0.001 | 0.003 | |
| runDA | 0.737 | 0.010 | 0.971 | |
| runMocks | 0.872 | 0.020 | 1.148 | |
| runNormalizations | 0.628 | 0.007 | 0.817 | |
| runSplits | 4.737 | 0.080 | 6.220 | |
| setNormalizations | 0.001 | 0.000 | 0.001 | |
| set_ALDEx2 | 0.008 | 0.001 | 0.011 | |
| set_ANCOM | 0.010 | 0.002 | 0.014 | |
| set_DESeq2 | 0.010 | 0.000 | 0.013 | |
| set_MAST | 0.005 | 0.000 | 0.005 | |
| set_Maaslin2 | 0.005 | 0.001 | 0.007 | |
| set_NOISeq | 0.004 | 0.001 | 0.007 | |
| set_Seurat | 0.007 | 0.001 | 0.011 | |
| set_ZicoSeq | 0.009 | 0.001 | 0.013 | |
| set_basic | 0.002 | 0.000 | 0.003 | |
| set_corncob | 0.005 | 0.000 | 0.007 | |
| set_dearseq | 0.002 | 0.000 | 0.004 | |
| set_edgeR | 0.015 | 0.000 | 0.019 | |
| set_limma | 0.010 | 0.000 | 0.013 | |
| set_linda | 0.007 | 0.000 | 0.008 | |
| set_metagenomeSeq | 0.007 | 0.000 | 0.011 | |
| weights_ZINB | 0.505 | 0.006 | 0.658 | |