Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-01-09 12:07 -0500 (Thu, 09 Jan 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" | 4744 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4487 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4515 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4467 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4358 |
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.0 (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 | ERROR | skipped | ||||||||||
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.0 |
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.0.tar.gz |
StartedAt: 2025-01-03 00:37:00 -0500 (Fri, 03 Jan 2025) |
EndedAt: 2025-01-03 00:53:31 -0500 (Fri, 03 Jan 2025) |
EllapsedTime: 990.3 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: CatsCradle.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### 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.0.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: x86_64-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 Monterey 12.7.6 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘CatsCradle/DESCRIPTION’ ... OK * this is package ‘CatsCradle’ version ‘1.0.0’ * 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 ... OK * 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 randomiseNodeIndices 31.774 0.377 33.068 computeNBHDVsCTObject 26.373 0.276 27.434 getObjectSubsetClusteringPValue 22.143 0.918 24.054 aggregateGeneExpression 20.193 0.590 21.339 predictAnnotation 13.929 0.688 14.979 computeGraphEmbedding 14.130 0.155 14.597 predictAnnotationAllGenes 12.113 0.498 12.881 transposeObject 12.425 0.119 12.865 cullEdges 9.659 0.539 10.836 predictGeneAnnotationImpl 9.564 0.353 10.152 edgeCutoffsByPercentile 8.770 0.586 9.731 edgeLengthPlot 8.825 0.491 9.578 edgeCutoffsByClustering 8.753 0.513 9.695 edgeCutoffsByWatershed 8.711 0.517 9.479 edgeCutoffsByZScore 8.634 0.501 9.333 edgeLengthsAndCellTypePairs 8.578 0.352 9.119 collapseExtendedNBHDs 8.134 0.100 8.377 performLigandReceptorAnalysis 5.956 2.219 8.435 geneSetsVsGeneClustersPValueMatrix 7.886 0.186 8.218 combinatorialSpheres 7.837 0.112 8.129 medianComplementPValue 7.735 0.099 8.492 runGeometricClusteringTrials 7.655 0.164 8.067 getObjectSubsetClusteringStatistics 7.456 0.120 7.783 getNearbyGenes 7.496 0.077 7.783 getAverageExpressionMatrix 7.450 0.110 7.803 getAverageExpressionDF 7.392 0.070 7.714 desymmetriseNN 7.062 0.107 7.440 annotateGeneAsVector 6.863 0.258 7.387 tagRowAndColNames 6.939 0.063 7.286 getGeneNeighbors 6.672 0.082 6.987 getGeneClusterAveragesPerCell 6.539 0.085 6.755 getClusterOrder 6.549 0.073 6.754 meanZPerClusterOnUMAP 6.528 0.068 7.109 meanZPerCluster 6.386 0.058 6.637 meanGeneClusterOnCellUMAP 6.360 0.079 6.795 getNearestNeighbourLists 6.225 0.068 6.812 symmetryCheckNN 6.168 0.079 6.599 symmetriseNN 6.150 0.087 6.512 * 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 WARNING, 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-x86_64/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 | 20.193 | 0.590 | 21.339 | |
annotateGeneAsVector | 6.863 | 0.258 | 7.387 | |
annotateGenesByGeneSet | 3.821 | 0.277 | 4.175 | |
cellTypesPerCellTypeGraphFromCellMatrix | 1.321 | 0.038 | 1.389 | |
collapseExtendedNBHDs | 8.134 | 0.100 | 8.377 | |
combinatorialSpheres | 7.837 | 0.112 | 8.129 | |
computeCellTypesPerCellTypeMatrix | 1.005 | 0.014 | 1.036 | |
computeEdgeGraph | 1.063 | 0.020 | 1.039 | |
computeEdgeObject | 2.956 | 0.072 | 2.945 | |
computeGraphEmbedding | 14.130 | 0.155 | 14.597 | |
computeNBHDByCTMatrix | 1.112 | 0.047 | 1.204 | |
computeNBHDVsCTObject | 26.373 | 0.276 | 27.434 | |
computeNeighbourEnrichment | 3.315 | 0.059 | 3.535 | |
computeNeighboursDelaunay | 1.013 | 0.014 | 1.073 | |
computeNeighboursEuclidean | 3.663 | 0.101 | 3.863 | |
cullEdges | 9.659 | 0.539 | 10.836 | |
desymmetriseNN | 7.062 | 0.107 | 7.440 | |
directedHausdorfDistance | 0.001 | 0.001 | 0.003 | |
edgeCutoffsByClustering | 8.753 | 0.513 | 9.695 | |
edgeCutoffsByPercentile | 8.770 | 0.586 | 9.731 | |
edgeCutoffsByWatershed | 8.711 | 0.517 | 9.479 | |
edgeCutoffsByZScore | 8.634 | 0.501 | 9.333 | |
edgeLengthPlot | 8.825 | 0.491 | 9.578 | |
edgeLengthsAndCellTypePairs | 8.578 | 0.352 | 9.119 | |
exampleObjects | 0.000 | 0.000 | 0.001 | |
geneSetsVsGeneClustersPValueMatrix | 7.886 | 0.186 | 8.218 | |
getAverageExpressionDF | 7.392 | 0.070 | 7.714 | |
getAverageExpressionMatrix | 7.450 | 0.110 | 7.803 | |
getClusterOrder | 6.549 | 0.073 | 6.754 | |
getExtendedNBHDs | 2.423 | 0.080 | 2.365 | |
getFeatureZScores | 0.500 | 0.026 | 0.535 | |
getGeneClusterAveragesPerCell | 6.539 | 0.085 | 6.755 | |
getGeneNeighbors | 6.672 | 0.082 | 6.987 | |
getLigandReceptorNetwork | 0.044 | 0.010 | 0.087 | |
getLigandReceptorPairsInPanel | 0.687 | 0.019 | 0.774 | |
getNearbyGenes | 7.496 | 0.077 | 7.783 | |
getNearestNeighbourLists | 6.225 | 0.068 | 6.812 | |
getObjectSubsetClusteringPValue | 22.143 | 0.918 | 24.054 | |
getObjectSubsetClusteringStatistics | 7.456 | 0.120 | 7.783 | |
make.getExample | 0.914 | 0.016 | 0.973 | |
makeLRInteractionHeatmap | 1.136 | 0.029 | 1.188 | |
makeSummedLRInteractionHeatmap | 0.830 | 0.020 | 0.902 | |
meanGeneClusterOnCellUMAP | 6.360 | 0.079 | 6.795 | |
meanZPerCluster | 6.386 | 0.058 | 6.637 | |
meanZPerClusterOnUMAP | 6.528 | 0.068 | 7.109 | |
medianComplementDistance | 0.001 | 0.000 | 0.001 | |
medianComplementPValue | 7.735 | 0.099 | 8.492 | |
nbhdsAsEdgesToNbhdsAsList | 2.796 | 0.156 | 3.136 | |
neighbourhoodDiameter | 2.778 | 0.169 | 3.063 | |
performLigandReceptorAnalysis | 5.956 | 2.219 | 8.435 | |
predictAnnotation | 13.929 | 0.688 | 14.979 | |
predictAnnotationAllGenes | 12.113 | 0.498 | 12.881 | |
predictGeneAnnotationImpl | 9.564 | 0.353 | 10.152 | |
randomiseNodeIndices | 31.774 | 0.377 | 33.068 | |
runGeometricClusteringTrials | 7.655 | 0.164 | 8.067 | |
runMoransI | 3.340 | 0.117 | 3.547 | |
sankeyFromMatrix | 0.008 | 0.002 | 0.011 | |
symmetriseNN | 6.150 | 0.087 | 6.512 | |
symmetryCheckNN | 6.168 | 0.079 | 6.599 | |
tagRowAndColNames | 6.939 | 0.063 | 7.286 | |
transposeObject | 12.425 | 0.119 | 12.865 | |