Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-03-17 11:41 -0400 (Mon, 17 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" | 4545 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4576 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" | 4528 |
kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4459 |
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 280/2313 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
CatsCradle 1.1.1 (landing page) Michael Shapiro
| palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | ![]() | |||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | WARNINGS | ||||||||||
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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: CatsCradle |
Version: 1.1.1 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:CatsCradle.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings CatsCradle_1.1.1.tar.gz |
StartedAt: 2025-03-17 04:37:30 -0000 (Mon, 17 Mar 2025) |
EndedAt: 2025-03-17 04:48:14 -0000 (Mon, 17 Mar 2025) |
EllapsedTime: 643.4 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: CatsCradle.Rcheck |
Warnings: 2 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:CatsCradle.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings CatsCradle_1.1.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/CatsCradle.Rcheck’ * using R Under development (unstable) (2025-02-19 r87757) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: openEuler 24.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘CatsCradle/DESCRIPTION’ ... OK * this is package ‘CatsCradle’ version ‘1.1.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 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 ... 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’ Undefined global functions or variables: UMAP_1 UMAP_2 cellTypePair cutoff humanLRN moransI moransILigandReceptor mouseLRN 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 ... WARNING Codoc mismatches from Rd file 'aggregateGeneExpression.Rd': aggregateGeneExpression Code: function(f, neighbourhoods, self = FALSE, verbose = TRUE, returnType = "Seurat") Docs: function(f, neighbourhoods, verbose = TRUE, returnType = "Seurat") Argument names in code not in docs: self Mismatches in argument names: Position: 3 Code: self Docs: verbose Position: 4 Code: verbose Docs: returnType Codoc mismatches from Rd file 'nbhdsAsEdgesToNbhdsAsList.Rd': nbhdsAsEdgesToNbhdsAsList Code: function(cells, neighbourhoods, self = FALSE) Docs: function(cells, neighbourhoods) Argument names in code not in docs: self * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'getFeatureZScores.Rd' ‘features’ Documented arguments not in \usage in Rd file 'getFeatureZScores.Rd': ‘featurs’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * 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 computeNBHDVsCTObject 22.238 0.100 22.385 randomiseNodeIndices 21.544 0.056 21.656 getObjectSubsetClusteringPValue 18.630 0.104 18.778 aggregateGeneExpression 14.733 0.204 14.959 computeGraphEmbedding 11.443 0.107 11.576 transposeObject 11.355 0.020 11.405 predictAnnotation 10.941 0.052 11.019 predictAnnotationAllGenes 8.971 0.028 9.023 predictGeneAnnotationImpl 7.625 0.012 7.658 runGeometricClusteringTrials 6.437 0.004 6.457 medianComplementPValue 6.398 0.008 6.421 combinatorialSpheres 6.236 0.052 6.305 geneSetsVsGeneClustersPValueMatrix 6.147 0.098 6.262 getObjectSubsetClusteringStatistics 6.215 0.004 6.234 getNearbyGenes 6.214 0.004 6.233 tagRowAndColNames 6.107 0.000 6.124 getAverageExpressionMatrix 6.078 0.012 6.109 getAverageExpressionDF 6.048 0.004 6.069 edgeCutoffsByZScore 5.975 0.008 5.998 meanZPerClusterOnUMAP 5.897 0.040 5.953 meanZPerCluster 5.846 0.003 5.866 desymmetriseNN 5.726 0.072 5.814 meanGeneClusterOnCellUMAP 5.793 0.000 5.808 getGeneClusterAveragesPerCell 5.715 0.048 5.780 getGeneNeighbors 5.753 0.004 5.776 getNearestNeighbourLists 5.717 0.004 5.736 symmetryCheckNN 5.647 0.008 5.668 symmetriseNN 5.627 0.004 5.646 getClusterOrder 5.612 0.004 5.630 cullEdges 5.502 0.004 5.519 edgeCutoffsByWatershed 5.013 0.020 5.044 * 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: 2 WARNINGs, 1 NOTE See ‘/home/biocbuild/bbs-3.21-bioc/meat/CatsCradle.Rcheck/00check.log’ for details.
CatsCradle.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL CatsCradle ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’ * installing *source* package ‘CatsCradle’ ... ** this is package ‘CatsCradle’ version ‘1.1.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)
CatsCradle.Rcheck/CatsCradle-Ex.timings
name | user | system | elapsed | |
aggregateGeneExpression | 14.733 | 0.204 | 14.959 | |
annotateGeneAsVector | 2.801 | 0.059 | 2.881 | |
annotateGenesByGeneSet | 1.920 | 0.052 | 1.977 | |
cellTypesPerCellTypeGraphFromCellMatrix | 0.483 | 0.004 | 0.488 | |
collapseExtendedNBHDs | 3.888 | 0.000 | 3.869 | |
combinatorialSpheres | 6.236 | 0.052 | 6.305 | |
computeCellTypesPerCellTypeMatrix | 0.355 | 0.004 | 0.360 | |
computeEdgeGraph | 0.433 | 0.000 | 0.425 | |
computeEdgeObject | 1.376 | 0.024 | 1.402 | |
computeGraphEmbedding | 11.443 | 0.107 | 11.576 | |
computeNBHDByCTMatrix | 0.414 | 0.004 | 0.419 | |
computeNBHDVsCTObject | 22.238 | 0.100 | 22.385 | |
computeNeighbourEnrichment | 1.166 | 0.024 | 1.193 | |
computeNeighboursDelaunay | 0.416 | 0.000 | 0.417 | |
computeNeighboursEuclidean | 1.623 | 0.016 | 1.570 | |
cullEdges | 5.502 | 0.004 | 5.519 | |
desymmetriseNN | 5.726 | 0.072 | 5.814 | |
directedHausdorfDistance | 0.001 | 0.000 | 0.001 | |
edgeCutoffsByClustering | 4.891 | 0.016 | 4.920 | |
edgeCutoffsByPercentile | 4.757 | 0.016 | 4.783 | |
edgeCutoffsByWatershed | 5.013 | 0.020 | 5.044 | |
edgeCutoffsByZScore | 5.975 | 0.008 | 5.998 | |
edgeLengthPlot | 4.935 | 0.012 | 4.960 | |
edgeLengthsAndCellTypePairs | 4.909 | 0.000 | 4.920 | |
exampleObjects | 0 | 0 | 0 | |
geneSetsVsGeneClustersPValueMatrix | 6.147 | 0.098 | 6.262 | |
getAverageExpressionDF | 6.048 | 0.004 | 6.069 | |
getAverageExpressionMatrix | 6.078 | 0.012 | 6.109 | |
getClusterOrder | 5.612 | 0.004 | 5.630 | |
getExtendedNBHDs | 1.605 | 0.024 | 1.506 | |
getFeatureZScores | 0.295 | 0.000 | 0.296 | |
getGeneClusterAveragesPerCell | 5.715 | 0.048 | 5.780 | |
getGeneNeighbors | 5.753 | 0.004 | 5.776 | |
getLigandReceptorNetwork | 0.021 | 0.000 | 0.022 | |
getLigandReceptorPairsInPanel | 0.510 | 0.000 | 0.512 | |
getNearbyGenes | 6.214 | 0.004 | 6.233 | |
getNearestNeighbourLists | 5.717 | 0.004 | 5.736 | |
getObjectSubsetClusteringPValue | 18.630 | 0.104 | 18.778 | |
getObjectSubsetClusteringStatistics | 6.215 | 0.004 | 6.234 | |
make.getExample | 0.439 | 0.004 | 0.445 | |
makeLRInteractionHeatmap | 0.652 | 0.008 | 0.661 | |
makeSummedLRInteractionHeatmap | 0.537 | 0.000 | 0.538 | |
meanGeneClusterOnCellUMAP | 5.793 | 0.000 | 5.808 | |
meanZPerCluster | 5.846 | 0.003 | 5.866 | |
meanZPerClusterOnUMAP | 5.897 | 0.040 | 5.953 | |
medianComplementDistance | 0 | 0 | 0 | |
medianComplementPValue | 6.398 | 0.008 | 6.421 | |
nbhdsAsEdgesToNbhdsAsList | 1.604 | 0.008 | 1.616 | |
neighbourhoodDiameter | 1.653 | 0.004 | 1.661 | |
performLigandReceptorAnalysis | 3.726 | 0.127 | 3.864 | |
predictAnnotation | 10.941 | 0.052 | 11.019 | |
predictAnnotationAllGenes | 8.971 | 0.028 | 9.023 | |
predictGeneAnnotationImpl | 7.625 | 0.012 | 7.658 | |
randomiseNodeIndices | 21.544 | 0.056 | 21.656 | |
runGeometricClusteringTrials | 6.437 | 0.004 | 6.457 | |
runMoransI | 2.650 | 0.000 | 2.656 | |
sankeyFromMatrix | 0.004 | 0.000 | 0.005 | |
symmetriseNN | 5.627 | 0.004 | 5.646 | |
symmetryCheckNN | 5.647 | 0.008 | 5.668 | |
tagRowAndColNames | 6.107 | 0.000 | 6.124 | |
transposeObject | 11.355 | 0.020 | 11.405 | |