| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-04-11 11:36 -0400 (Sat, 11 Apr 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 alpha (2026-04-05 r89794) | 4919 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.6.0 alpha (2026-04-08 r89818) | 4631 |
| 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 972/2390 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| hammers 0.99.9 (landing page) Andrei-Florian Stoica
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| See other builds for hammers in R Universe. | ||||||||||||||
|
To the developers/maintainers of the hammers package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/hammers.git to reflect on this report. See Troubleshooting Build Report for more information. - 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: hammers |
| Version: 0.99.9 |
| Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:hammers.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings hammers_0.99.9.tar.gz |
| StartedAt: 2026-04-11 00:36:58 -0400 (Sat, 11 Apr 2026) |
| EndedAt: 2026-04-11 00:43:32 -0400 (Sat, 11 Apr 2026) |
| EllapsedTime: 394.5 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: hammers.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:hammers.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings hammers_0.99.9.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/hammers.Rcheck’
* using R version 4.6.0 alpha (2026-04-05 r89794)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-04-11 04:36:59 UTC
* checking for file ‘hammers/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘hammers’ version ‘0.99.9’
* 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 ‘hammers’ 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 code 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 files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: OK
hammers.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL hammers ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’ * installing *source* package ‘hammers’ ... ** this is package ‘hammers’ version ‘0.99.9’ ** using staged installation ** R ** 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 (hammers)
hammers.Rcheck/tests/testthat.Rout
R version 4.6.0 alpha (2026-04-05 r89794)
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
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.
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(hammers)
>
> test_check("hammers")
Removed features found in less than 50 cells.
50 rare features removed.
Computing cosine distance matrix...
Computing silhouette for identity class: Cell_Cycle...
message
dev.new(): using pdf(file="Rplots1.pdf")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 33 ]
>
> proc.time()
user system elapsed
15.429 1.014 16.432
hammers.Rcheck/hammers-Ex.timings
| name | user | system | elapsed | |
| addCategory | 0.001 | 0.002 | 0.002 | |
| addMetadataCategory | 0.103 | 0.022 | 0.126 | |
| addNormSilhouette | 0.064 | 0.004 | 0.068 | |
| centerOfMass | 0.001 | 0.000 | 0.000 | |
| checkGenes | 0.014 | 0.003 | 0.017 | |
| colCenters | 0.200 | 0.002 | 0.203 | |
| colsDimPlot | 0.734 | 0.001 | 0.735 | |
| computeSilhouette | 0.195 | 0.000 | 0.195 | |
| devPlot | 0.352 | 0.024 | 0.376 | |
| distributionPlot | 0.120 | 0.003 | 0.122 | |
| findRareGenes | 0.021 | 0.004 | 0.025 | |
| geneCellSets | 0.105 | 0.018 | 0.122 | |
| geneCenters | 0.132 | 0.006 | 0.138 | |
| genePresence | 0.017 | 0.001 | 0.019 | |
| genesDimPlot | 1.863 | 0.042 | 1.907 | |
| joinCharCombs | 0.001 | 0.001 | 0.002 | |
| keyvalMap | 0.000 | 0.000 | 0.001 | |
| mtCorrectDF | 0.002 | 0.000 | 0.003 | |
| normalizeSilhouette | 0.018 | 0.000 | 0.018 | |
| pointsDimPlot | 0.541 | 0.008 | 0.551 | |
| prepAlluvial | 0.001 | 0.001 | 0.002 | |
| pvalRiverPlot | 0.423 | 0.042 | 0.467 | |
| removeRareGenes | 0.150 | 0.008 | 0.158 | |
| repAnalysis | 0.058 | 0.003 | 0.060 | |
| safeMessage | 0.001 | 0.000 | 0.000 | |
| safeMinmax | 0.000 | 0.001 | 0.000 | |