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

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4866
lconwaymacOS 12.7.6 Montereyx86_64R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" 4614
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4571
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/2328HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CatsCradle 1.5.1  (landing page)
Michael Shapiro
Snapshot Date: 2025-11-27 13:40 -0500 (Thu, 27 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-27 20:38:05 -0500 (Thu, 27 Nov 2025)
EndedAt: 2025-11-27 20:48:22 -0500 (Thu, 27 Nov 2025)
EllapsedTime: 616.9 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                50.155  0.602  51.011
computeNBHDVsCTObject               20.466  0.189  20.780
randomiseNodeIndices                16.484  0.420  17.023
getObjectSubsetClusteringPValue     14.216  0.768  15.096
transposeObject                     12.313  0.116  12.509
aggregateGeneExpression             11.241  0.330  11.661
computeGraphEmbedding               10.575  0.120  10.764
predictAnnotation                    9.496  0.560  10.132
predictAnnotationAllGenes            8.760  0.455   9.281
predictGeneAnnotationImpl            7.588  0.409   8.061
medianComplementPValue               6.682  0.071   6.775
getObjectSubsetClusteringStatistics  6.544  0.142   6.722
runGeometricClusteringTrials         6.545  0.126   6.724
tagRowAndColNames                    6.506  0.063   6.604
symmetriseNN                         6.366  0.168   6.578
getNearbyGenes                       6.408  0.073   6.530
geneSetsVsGeneClustersPValueMatrix   6.341  0.075   6.468
combinatorialSpheres                 6.288  0.085   6.399
symmetryCheckNN                      6.303  0.067   6.396
getAverageExpressionDF               6.230  0.112   6.391
meanGeneClusterOnCellUMAP            6.174  0.131   6.337
meanZPerClusterOnUMAP                6.244  0.054   6.322
desymmetriseNN                       6.171  0.117   6.330
getAverageExpressionMatrix           6.106  0.079   6.240
getGeneClusterAveragesPerCell        6.061  0.099   6.210
meanZPerCluster                      6.094  0.055   6.168
getGeneNeighbors                     5.905  0.076   6.025
getClusterOrder                      5.887  0.084   6.027
getNearestNeighbourLists             5.806  0.080   5.924
* 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.241 0.33011.661
annotateGeneAsVector50.155 0.60251.011
annotateGenesByGeneSet1.8620.2872.159
cellTypesPerCellTypeGraphFromCellMatrix0.1950.0090.204
collapseExtendedNBHDs2.6330.0752.722
combinatorialSpheres6.2880.0856.399
computeCellTypesPerCellTypeMatrix0.1150.0080.125
computeEdgeGraph0.1390.0070.147
computeEdgeObject1.0220.0491.077
computeGraphEmbedding10.575 0.12010.764
computeNBHDByCTMatrix0.1100.0060.116
computeNBHDVsCTObject20.466 0.18920.780
computeNeighbourEnrichment0.1320.0060.139
computeNeighboursDelaunay0.0940.0040.100
computeNeighboursEuclidean0.7210.0600.787
cullEdges0.5960.0170.616
desymmetriseNN6.1710.1176.330
directedHausdorfDistance0.0000.0000.001
edgeCutoffsByClustering0.4550.0170.476
edgeCutoffsByPercentile0.3270.0090.339
edgeCutoffsByWatershed0.3880.0060.396
edgeCutoffsByZScore0.3960.0230.425
edgeLengthPlot0.3750.0060.385
edgeLengthsAndCellTypePairs0.3940.0150.411
exampleObjects0.0000.0000.001
geneSetsVsGeneClustersPValueMatrix6.3410.0756.468
getAverageExpressionDF6.2300.1126.391
getAverageExpressionMatrix6.1060.0796.240
getClusterOrder5.8870.0846.027
getExtendedNBHDs0.8540.0190.877
getFeatureZScores0.2490.0150.266
getGeneClusterAveragesPerCell6.0610.0996.210
getGeneNeighbors5.9050.0766.025
getLigandReceptorNetwork0.0230.0040.027
getLigandReceptorPairsInPanel0.1020.0070.110
getNearbyGenes6.4080.0736.530
getNearestNeighbourLists5.8060.0805.924
getObjectSubsetClusteringPValue14.216 0.76815.096
getObjectSubsetClusteringStatistics6.5440.1426.722
make.getExample0.1010.0070.109
makeLRInteractionHeatmap0.2620.0150.281
makeSummedLRInteractionHeatmap0.2430.0080.253
meanGeneClusterOnCellUMAP6.1740.1316.337
meanZPerCluster6.0940.0556.168
meanZPerClusterOnUMAP6.2440.0546.322
medianComplementDistance0.0000.0000.001
medianComplementPValue6.6820.0716.775
nbhdsAsEdgesToNbhdsAsList0.9100.0941.010
neighbourhoodDiameter0.9790.1331.120
performLigandReceptorAnalysis1.4551.1352.615
performLigandReceptorAnalysisPermutation1.3240.9992.341
plotLRDotplot1.8720.0411.922
predictAnnotation 9.496 0.56010.132
predictAnnotationAllGenes8.7600.4559.281
predictGeneAnnotationImpl7.5880.4098.061
randomiseNodeIndices16.484 0.42017.023
runGeometricClusteringTrials6.5450.1266.724
runMoransI1.3340.0971.449
sankeyFromMatrix0.0050.0010.006
symmetriseNN6.3660.1686.578
symmetryCheckNN6.3030.0676.396
tagRowAndColNames6.5060.0636.604
transposeObject12.313 0.11612.509