| Back to Build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-10-31 08:34 -0400 (Fri, 31 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4428 |
| 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 254/2321 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| BulkSignalR 1.3.0 (landing page) Jean-Philippe Villemin
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
|
To the developers/maintainers of the BulkSignalR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BulkSignalR.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: BulkSignalR |
| Version: 1.3.0 |
| Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:BulkSignalR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings BulkSignalR_1.3.0.tar.gz |
| StartedAt: 2025-10-30 20:13:21 -0400 (Thu, 30 Oct 2025) |
| EndedAt: 2025-10-30 20:24:02 -0400 (Thu, 30 Oct 2025) |
| EllapsedTime: 640.9 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: BulkSignalR.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:BulkSignalR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings BulkSignalR_1.3.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/BulkSignalR.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘BulkSignalR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BulkSignalR’ version ‘1.3.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 26 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
* 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 ‘BulkSignalR’ 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 whether startup messages can be suppressed ... 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 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
simpleHeatmap 6.686 0.710 7.396
cacheClear 3.353 0.205 5.664
* 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
BulkSignalR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL BulkSignalR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’ * installing *source* package ‘BulkSignalR’ ... ** this is package ‘BulkSignalR’ version ‘1.3.0’ ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (BulkSignalR)
BulkSignalR.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 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.
> library(testthat)
> library(BulkSignalR)
Local "resources" are up to date.
> test_check("BulkSignalR")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ]
>
> proc.time()
user system elapsed
13.678 0.724 15.352
BulkSignalR.Rcheck/BulkSignalR-Ex.timings
| name | user | system | elapsed | |
| BSRClusterComp-class | 0.002 | 0.001 | 0.003 | |
| BSRClusterComp | 0.230 | 0.014 | 0.244 | |
| BSRDataModel-class | 0.038 | 0.003 | 0.041 | |
| BSRDataModel | 0.146 | 0.006 | 0.151 | |
| BSRDataModelComp-class | 0.003 | 0.002 | 0.005 | |
| BSRDataModelComp | 0.154 | 0.002 | 0.156 | |
| BSRInference-class | 0.004 | 0.000 | 0.005 | |
| BSRInference | 3.042 | 0.225 | 3.269 | |
| BSRInferenceComp-class | 0.006 | 0.000 | 0.007 | |
| BSRInferenceComp | 1.069 | 0.069 | 1.138 | |
| BSRSignature-class | 0.002 | 0.000 | 0.002 | |
| BSRSignature | 0.027 | 0.001 | 0.028 | |
| BSRSignatureComp-class | 0.003 | 0.001 | 0.003 | |
| BSRSignatureComp | 0.013 | 0.000 | 0.013 | |
| LRinter | 0.001 | 0.001 | 0.002 | |
| LRinterScore | 0.004 | 0.000 | 0.003 | |
| LRinterShort | 0.003 | 0.001 | 0.003 | |
| addClusterComp | 0.199 | 0.002 | 0.200 | |
| alluvialPlot | 0.547 | 0.005 | 0.552 | |
| assignCellTypesToInteractions | 0.626 | 0.003 | 0.629 | |
| bubblePlotPathwaysLR | 0.465 | 0.010 | 0.475 | |
| cacheClear | 3.353 | 0.205 | 5.664 | |
| cacheInfo | 0.097 | 0.018 | 0.115 | |
| cacheVersion | 0.249 | 0.019 | 0.608 | |
| cellTypeFrequency | 0.642 | 0.027 | 0.669 | |
| cellularNetwork | 0.570 | 0.057 | 0.628 | |
| cellularNetworkTable | 0.547 | 0.050 | 0.598 | |
| chordDiagramLR | 1.189 | 0.032 | 1.222 | |
| coerce | 0.001 | 0.000 | 0.001 | |
| colClusterA | 0.000 | 0.000 | 0.001 | |
| colClusterB | 0 | 0 | 0 | |
| comparison | 0 | 0 | 0 | |
| comparisonName | 0.000 | 0.000 | 0.001 | |
| convertToHuman | 0.186 | 0.023 | 3.027 | |
| createResources | 0.284 | 0.026 | 0.914 | |
| differentialStats | 0.001 | 0.000 | 0.001 | |
| findOrthoGenes | 0.134 | 0.022 | 0.410 | |
| generateSpatialPlots | 1.771 | 0.343 | 2.114 | |
| getLRIntracellNetwork | 1.641 | 0.102 | 1.743 | |
| getLRNetwork | 0.030 | 0.015 | 0.045 | |
| getPathwayStats | 0.013 | 0.006 | 0.019 | |
| getResource | 0.270 | 0.020 | 0.289 | |
| inferenceParameters | 0.001 | 0.000 | 0.000 | |
| initialOrganism | 0.002 | 0.000 | 0.002 | |
| initialOrthologs | 0.002 | 0.000 | 0.001 | |
| learnParameters | 2.461 | 0.163 | 2.624 | |
| ligands | 0 | 0 | 0 | |
| logTransformed | 0.001 | 0.000 | 0.001 | |
| maxLigandSpatialCounts | 0.050 | 0.007 | 0.057 | |
| mu | 0 | 0 | 0 | |
| ncounts | 0.001 | 0.000 | 0.001 | |
| normalization | 0.001 | 0.000 | 0.001 | |
| parameters | 0.001 | 0.000 | 0.001 | |
| pathways | 0 | 0 | 0 | |
| receptors | 0.000 | 0.001 | 0.001 | |
| reduceToBestPathway | 0.085 | 0.012 | 0.097 | |
| reduceToLigand | 0.039 | 0.002 | 0.041 | |
| reduceToPathway | 0.097 | 0.008 | 0.104 | |
| reduceToReceptor | 0.013 | 0.002 | 0.015 | |
| relateToGeneSet | 0.075 | 0.001 | 0.076 | |
| removeClusterComp | 0.211 | 0.007 | 0.218 | |
| rescoreInference | 0.031 | 0.001 | 0.032 | |
| resetLRdb | 0.022 | 0.001 | 0.023 | |
| resetNetwork | 0.007 | 0.000 | 0.007 | |
| resetPathways | 0.266 | 0.008 | 0.274 | |
| resetToInitialOrganism | 0.143 | 0.003 | 0.147 | |
| scoreLRGeneSignatures | 1.202 | 0.124 | 1.326 | |
| scoreSignatures | 0.259 | 0.004 | 0.263 | |
| separatedLRPlot | 1.626 | 0.021 | 1.647 | |
| signatureHeatmaps | 0.022 | 0.001 | 0.024 | |
| simpleHeatmap | 6.686 | 0.710 | 7.396 | |
| smoothSpatialCounts | 0.05 | 0.00 | 0.05 | |
| sourceComparisonName | 0 | 0 | 0 | |
| spatialAssociation | 0.049 | 0.004 | 0.053 | |
| spatialAssociationPlot | 3.521 | 0.078 | 3.602 | |
| spatialDiversityPlot | 0.930 | 0.028 | 0.957 | |
| spatialIndexPlot | 1.342 | 0.011 | 1.353 | |
| spatialPlot | 1.096 | 0.004 | 1.101 | |
| summarizedCellularNetwork | 0.553 | 0.005 | 0.558 | |
| tgCorr | 0 | 0 | 0 | |
| tgExpr | 0.000 | 0.001 | 0.000 | |
| tgGenes | 0.000 | 0.000 | 0.001 | |
| tgLogFC | 0 | 0 | 0 | |
| tgPval | 0.000 | 0.001 | 0.000 | |
| updateInference | 0.083 | 0.000 | 0.084 | |