Back to Multiple platform build/check report for BioC 3.23:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-11-21 11:38 -0500 (Fri, 21 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4829
lconwaymacOS 12.7.6 Montereyx86_64R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" 4602
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4566
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 284/2327HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CatsCradle 1.5.1  (landing page)
Michael Shapiro
Snapshot Date: 2025-11-20 13:40 -0500 (Thu, 20 Nov 2025)
git_url: https://git.bioconductor.org/packages/CatsCradle
git_branch: devel
git_last_commit: 032f58b
git_last_commit_date: 2025-11-04 07:21:19 -0500 (Tue, 04 Nov 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.6 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for CatsCradle on lconway

To the developers/maintainers of the CatsCradle package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/CatsCradle.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.

raw results


Summary

Package: CatsCradle
Version: 1.5.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:CatsCradle.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings CatsCradle_1.5.1.tar.gz
StartedAt: 2025-11-20 19:57:05 -0500 (Thu, 20 Nov 2025)
EndedAt: 2025-11-20 20:07:26 -0500 (Thu, 20 Nov 2025)
EllapsedTime: 621.0 seconds
RetCode: 0
Status:   OK  
CheckDir: CatsCradle.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/CatsCradle.Rcheck’
* using R Under development (unstable) (2025-10-21 r88958)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CatsCradle/DESCRIPTION’ ... OK
* this is package ‘CatsCradle’ version ‘1.5.1’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 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 ‘CatsCradle’ 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 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 ... NOTE
edgeLengthPlot: no visible binding for global variable ‘cellTypePair’
edgeLengthPlot: no visible binding for global variable ‘cutoff’
make.getExample : getExample: no visible binding for global variable
  ‘seuratGenes’
make.getExample : getExample: no visible binding for global variable
  ‘seuratCells’
make.getExample : getExample: no visible binding for global variable
  ‘xeniumCells’
make.getExample : getExample: no visible binding for global variable
  ‘moransI’
make.getExample : getExample: no visible binding for global variable
  ‘moransILigandReceptor’
make.getExample : getExample: no visible binding for global variable
  ‘humanLRN’
make.getExample : getExample: no visible binding for global variable
  ‘mouseLRN’
meanGeneClusterOnCellUMAP: no visible binding for global variable
  ‘UMAP_1’
meanGeneClusterOnCellUMAP: no visible binding for global variable
  ‘UMAP_2’
plotLRDotplot: no visible binding for global variable ‘sender’
plotLRDotplot: no visible binding for global variable ‘negLog10PValue’
plotLRDotplot: no visible binding for global variable ‘receiver’
Undefined global functions or variables:
  UMAP_1 UMAP_2 cellTypePair cutoff humanLRN moransI
  moransILigandReceptor mouseLRN negLog10PValue receiver sender
  seuratCells seuratGenes xeniumCells
* 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
annotateGeneAsVector                49.928  0.636  50.853
computeNBHDVsCTObject               20.743  0.197  21.062
randomiseNodeIndices                16.424  0.374  16.912
getObjectSubsetClusteringPValue     14.470  0.765  15.375
transposeObject                     12.522  0.142  12.741
aggregateGeneExpression             11.481  0.321  11.901
computeGraphEmbedding               10.535  0.105  10.693
predictAnnotation                   10.054  0.558  10.668
predictAnnotationAllGenes            8.731  0.420   9.189
predictGeneAnnotationImpl            7.826  0.413   8.292
runGeometricClusteringTrials         6.847  0.119   7.014
medianComplementPValue               6.753  0.072   6.855
combinatorialSpheres                 6.689  0.092   6.813
tagRowAndColNames                    6.572  0.079   6.705
getNearbyGenes                       6.561  0.078   6.701
geneSetsVsGeneClustersPValueMatrix   6.549  0.074   6.665
getObjectSubsetClusteringStatistics  6.336  0.159   6.536
symmetriseNN                         6.326  0.169   6.558
getAverageExpressionDF               6.394  0.100   6.537
getAverageExpressionMatrix           6.330  0.079   6.465
symmetryCheckNN                      6.316  0.076   6.437
meanGeneClusterOnCellUMAP            6.099  0.132   6.265
getGeneClusterAveragesPerCell        6.099  0.091   6.247
meanZPerClusterOnUMAP                6.108  0.065   6.204
getGeneNeighbors                     6.073  0.082   6.207
getNearestNeighbourLists             5.989  0.092   6.139
desymmetriseNN                       5.901  0.111   6.055
meanZPerCluster                      5.905  0.072   6.010
getClusterOrder                      5.767  0.075   5.885
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/CatsCradle.Rcheck/00check.log’
for details.


Installation output

CatsCradle.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library’
* installing *source* package ‘CatsCradle’ ...
** this is package ‘CatsCradle’ version ‘1.5.1’
** using staged installation
** R
** data
** 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 (CatsCradle)

Tests output


Example timings

CatsCradle.Rcheck/CatsCradle-Ex.timings

nameusersystemelapsed
aggregateGeneExpression11.481 0.32111.901
annotateGeneAsVector49.928 0.63650.853
annotateGenesByGeneSet1.8440.3252.176
cellTypesPerCellTypeGraphFromCellMatrix0.2070.0110.219
collapseExtendedNBHDs2.6490.0732.735
combinatorialSpheres6.6890.0926.813
computeCellTypesPerCellTypeMatrix0.1230.0060.131
computeEdgeGraph0.1420.0080.151
computeEdgeObject1.0700.0521.127
computeGraphEmbedding10.535 0.10510.693
computeNBHDByCTMatrix0.1120.0050.118
computeNBHDVsCTObject20.743 0.19721.062
computeNeighbourEnrichment0.1390.0060.145
computeNeighboursDelaunay0.0890.0050.094
computeNeighboursEuclidean0.6650.0620.736
cullEdges0.5950.0200.620
desymmetriseNN5.9010.1116.055
directedHausdorfDistance0.0010.0000.001
edgeCutoffsByClustering0.4270.0160.448
edgeCutoffsByPercentile0.3090.0050.316
edgeCutoffsByWatershed0.3430.0050.350
edgeCutoffsByZScore0.3750.0230.401
edgeLengthPlot0.3650.0060.372
edgeLengthsAndCellTypePairs0.3790.0160.399
exampleObjects0.0000.0000.001
geneSetsVsGeneClustersPValueMatrix6.5490.0746.665
getAverageExpressionDF6.3940.1006.537
getAverageExpressionMatrix6.3300.0796.465
getClusterOrder5.7670.0755.885
getExtendedNBHDs0.9180.0240.948
getFeatureZScores0.2760.0130.292
getGeneClusterAveragesPerCell6.0990.0916.247
getGeneNeighbors6.0730.0826.207
getLigandReceptorNetwork0.0260.0030.030
getLigandReceptorPairsInPanel0.1070.0070.115
getNearbyGenes6.5610.0786.701
getNearestNeighbourLists5.9890.0926.139
getObjectSubsetClusteringPValue14.470 0.76515.375
getObjectSubsetClusteringStatistics6.3360.1596.536
make.getExample0.0840.0050.090
makeLRInteractionHeatmap0.2330.0120.248
makeSummedLRInteractionHeatmap0.1950.0100.206
meanGeneClusterOnCellUMAP6.0990.1326.265
meanZPerCluster5.9050.0726.010
meanZPerClusterOnUMAP6.1080.0656.204
medianComplementDistance0.0010.0000.001
medianComplementPValue6.7530.0726.855
nbhdsAsEdgesToNbhdsAsList0.9800.0751.061
neighbourhoodDiameter0.9840.1371.129
performLigandReceptorAnalysis1.4771.1722.679
performLigandReceptorAnalysisPermutation1.4161.1692.653
plotLRDotplot1.9950.0442.052
predictAnnotation10.054 0.55810.668
predictAnnotationAllGenes8.7310.4209.189
predictGeneAnnotationImpl7.8260.4138.292
randomiseNodeIndices16.424 0.37416.912
runGeometricClusteringTrials6.8470.1197.014
runMoransI1.2410.0831.333
sankeyFromMatrix0.0030.0010.004
symmetriseNN6.3260.1696.558
symmetryCheckNN6.3160.0766.437
tagRowAndColNames6.5720.0796.705
transposeObject12.522 0.14212.741