Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-03-06 12:10 -0500 (Thu, 06 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4769 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4504 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4527 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4480 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4416 |
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/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
CatsCradle 1.0.1 (landing page) Michael Shapiro
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | ![]() | ||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
taishan | 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. |
Package: CatsCradle |
Version: 1.0.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.0.1.tar.gz |
StartedAt: 2025-03-04 13:34:03 -0500 (Tue, 04 Mar 2025) |
EndedAt: 2025-03-04 13:44:44 -0500 (Tue, 04 Mar 2025) |
EllapsedTime: 641.1 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: CatsCradle.Rcheck |
Warnings: 2 |
############################################################################## ############################################################################## ### ### 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.0.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/CatsCradle.Rcheck’ * using R version 4.4.2 (2024-10-31) * using platform: aarch64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘CatsCradle/DESCRIPTION’ ... OK * this is package ‘CatsCradle’ version ‘1.0.1’ * 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 ‘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’ 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 27.727 0.202 28.113 randomiseNodeIndices 21.023 0.318 21.530 getObjectSubsetClusteringPValue 18.722 0.960 19.815 aggregateGeneExpression 14.893 0.379 15.292 computeGraphEmbedding 13.938 0.118 14.337 transposeObject 12.610 0.119 12.828 predictAnnotation 10.402 0.667 11.175 predictAnnotationAllGenes 9.318 0.369 9.747 predictGeneAnnotationImpl 8.315 0.402 8.791 runGeometricClusteringTrials 7.105 0.116 7.343 getObjectSubsetClusteringStatistics 7.001 0.108 7.143 combinatorialSpheres 6.958 0.142 7.104 medianComplementPValue 6.964 0.084 7.105 getNearbyGenes 6.881 0.080 7.003 geneSetsVsGeneClustersPValueMatrix 6.780 0.156 7.024 tagRowAndColNames 6.673 0.063 6.791 getAverageExpressionMatrix 6.594 0.080 6.751 annotateGeneAsVector 6.485 0.174 6.666 symmetriseNN 6.532 0.102 6.712 getGeneClusterAveragesPerCell 6.465 0.083 6.617 desymmetriseNN 6.440 0.081 6.566 symmetryCheckNN 6.439 0.076 6.589 meanGeneClusterOnCellUMAP 6.410 0.065 6.500 meanZPerClusterOnUMAP 6.407 0.061 6.521 getClusterOrder 6.367 0.093 6.510 getNearestNeighbourLists 6.395 0.056 6.504 meanZPerCluster 6.384 0.055 6.462 getAverageExpressionDF 6.246 0.055 6.369 getGeneNeighbors 6.152 0.075 6.285 * 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 ‘/Users/biocbuild/bbs-3.20-bioc/meat/CatsCradle.Rcheck/00check.log’ for details.
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.4-arm64/Resources/library’ * installing *source* package ‘CatsCradle’ ... ** 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.893 | 0.379 | 15.292 | |
annotateGeneAsVector | 6.485 | 0.174 | 6.666 | |
annotateGenesByGeneSet | 2.109 | 0.271 | 2.385 | |
cellTypesPerCellTypeGraphFromCellMatrix | 0.787 | 0.033 | 0.823 | |
collapseExtendedNBHDs | 2.956 | 0.046 | 3.003 | |
combinatorialSpheres | 6.958 | 0.142 | 7.104 | |
computeCellTypesPerCellTypeMatrix | 0.723 | 0.013 | 0.738 | |
computeEdgeGraph | 0.869 | 0.027 | 0.896 | |
computeEdgeObject | 1.514 | 0.050 | 1.641 | |
computeGraphEmbedding | 13.938 | 0.118 | 14.337 | |
computeNBHDByCTMatrix | 0.829 | 0.035 | 0.870 | |
computeNBHDVsCTObject | 27.727 | 0.202 | 28.113 | |
computeNeighbourEnrichment | 2.699 | 0.069 | 2.794 | |
computeNeighboursDelaunay | 0.738 | 0.014 | 0.758 | |
computeNeighboursEuclidean | 2.013 | 0.092 | 2.125 | |
cullEdges | 4.120 | 0.565 | 4.715 | |
desymmetriseNN | 6.440 | 0.081 | 6.566 | |
directedHausdorfDistance | 0.001 | 0.000 | 0.001 | |
edgeCutoffsByClustering | 3.559 | 0.501 | 4.108 | |
edgeCutoffsByPercentile | 3.730 | 0.629 | 4.407 | |
edgeCutoffsByWatershed | 3.758 | 0.586 | 4.384 | |
edgeCutoffsByZScore | 3.628 | 0.524 | 4.188 | |
edgeLengthPlot | 3.449 | 0.470 | 4.018 | |
edgeLengthsAndCellTypePairs | 3.467 | 0.441 | 3.972 | |
exampleObjects | 0.000 | 0.001 | 0.001 | |
geneSetsVsGeneClustersPValueMatrix | 6.780 | 0.156 | 7.024 | |
getAverageExpressionDF | 6.246 | 0.055 | 6.369 | |
getAverageExpressionMatrix | 6.594 | 0.080 | 6.751 | |
getClusterOrder | 6.367 | 0.093 | 6.510 | |
getExtendedNBHDs | 1.974 | 0.121 | 2.150 | |
getFeatureZScores | 0.323 | 0.011 | 0.337 | |
getGeneClusterAveragesPerCell | 6.465 | 0.083 | 6.617 | |
getGeneNeighbors | 6.152 | 0.075 | 6.285 | |
getLigandReceptorNetwork | 0.028 | 0.002 | 0.032 | |
getLigandReceptorPairsInPanel | 0.593 | 0.021 | 0.623 | |
getNearbyGenes | 6.881 | 0.080 | 7.003 | |
getNearestNeighbourLists | 6.395 | 0.056 | 6.504 | |
getObjectSubsetClusteringPValue | 18.722 | 0.960 | 19.815 | |
getObjectSubsetClusteringStatistics | 7.001 | 0.108 | 7.143 | |
make.getExample | 0.780 | 0.016 | 0.800 | |
makeLRInteractionHeatmap | 0.850 | 0.031 | 0.891 | |
makeSummedLRInteractionHeatmap | 0.697 | 0.030 | 0.734 | |
meanGeneClusterOnCellUMAP | 6.410 | 0.065 | 6.500 | |
meanZPerCluster | 6.384 | 0.055 | 6.462 | |
meanZPerClusterOnUMAP | 6.407 | 0.061 | 6.521 | |
medianComplementDistance | 0.000 | 0.000 | 0.001 | |
medianComplementPValue | 6.964 | 0.084 | 7.105 | |
nbhdsAsEdgesToNbhdsAsList | 1.776 | 0.206 | 2.000 | |
neighbourhoodDiameter | 1.811 | 0.201 | 2.023 | |
performLigandReceptorAnalysis | 3.511 | 0.859 | 4.405 | |
predictAnnotation | 10.402 | 0.667 | 11.175 | |
predictAnnotationAllGenes | 9.318 | 0.369 | 9.747 | |
predictGeneAnnotationImpl | 8.315 | 0.402 | 8.791 | |
randomiseNodeIndices | 21.023 | 0.318 | 21.530 | |
runGeometricClusteringTrials | 7.105 | 0.116 | 7.343 | |
runMoransI | 1.963 | 0.139 | 2.113 | |
sankeyFromMatrix | 0.004 | 0.000 | 0.005 | |
symmetriseNN | 6.532 | 0.102 | 6.712 | |
symmetryCheckNN | 6.439 | 0.076 | 6.589 | |
tagRowAndColNames | 6.673 | 0.063 | 6.791 | |
transposeObject | 12.610 | 0.119 | 12.828 | |