| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-03-21 11:34 -0400 (Sat, 21 Mar 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" | 4866 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" | 4545 |
| 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 386/2368 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| clusterExperiment 2.31.2 (landing page) Elizabeth Purdom
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | ERROR | ERROR | |||||||||
| See other builds for clusterExperiment in R Universe. | ||||||||||||||
|
To the developers/maintainers of the clusterExperiment package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/clusterExperiment.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: clusterExperiment |
| Version: 2.31.2 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:clusterExperiment.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings clusterExperiment_2.31.2.tar.gz |
| StartedAt: 2026-03-20 21:59:49 -0400 (Fri, 20 Mar 2026) |
| EndedAt: 2026-03-20 22:04:46 -0400 (Fri, 20 Mar 2026) |
| EllapsedTime: 296.5 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: clusterExperiment.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:clusterExperiment.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings clusterExperiment_2.31.2.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/clusterExperiment.Rcheck’
* using R Under development (unstable) (2026-03-20 r89666)
* using platform: aarch64-apple-darwin23
* R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
* running under: macOS Tahoe 26.3.1
* using session charset: UTF-8
* current time: 2026-03-21 01:59:50 UTC
* using option ‘--no-vignettes’
* checking for file ‘clusterExperiment/DESCRIPTION’ ... OK
* this is package ‘clusterExperiment’ version ‘2.31.2’
* 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 ... NOTE
Found the following hidden files and directories:
.BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘clusterExperiment’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
* used SDK: ‘MacOSX26.2.sdk’
* checking C++ specification ... NOTE
Obsolete C++11 standard request will be ignored
* checking installed package size ... INFO
installed size is 5.5Mb
sub-directories of 1Mb or more:
R 1.4Mb
data 3.5Mb
* 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 ... NOTE
Foreign function calls to a different package:
.C(ape::node_depth, ...)
.C(ape::node_depth_edgelength, ...)
.C(ape::node_height, ...)
.C(ape::node_height_clado, ...)
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... OK
* 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 ... WARNING
Output for data("rsecFluidigm", package = "clusterExperiment"):
Search path was changed
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... INFO
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat_a-c.R’
Running ‘testthat_d-i.R’
ERROR
Running the tests in ‘tests/testthat_d-i.R’ failed.
Last 13 lines of output:
[ FAIL 2 | WARN 2 | SKIP 2 | PASS 390 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On Mac (2): 'test-getBestFeatures.R:181:2', 'test-heatmaps.R:66:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-dimReduce.R:115:2'): reduce and filter work with hdf5 ────────
Expected `dr3 <- makeReducedDims(hdfObj, reducedDims = "PCA", maxDims = nDim)` to produce messages.
── Failure ('test-dimReduce.R:119:2'): reduce and filter work with hdf5 ────────
Expected `dr3 <- makeReducedDims(assay(hdfObj), reducedDims = "PCA", maxDims = nDim)` to produce messages.
[ FAIL 2 | WARN 2 | SKIP 2 | PASS 390 ]
Error:
! Test failures.
Execution halted
* 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 ERROR, 1 WARNING, 3 NOTEs
See
‘/Users/biocbuild/bbs-3.23-bioc/meat/clusterExperiment.Rcheck/00check.log’
for details.
clusterExperiment.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL clusterExperiment ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’ * installing *source* package ‘clusterExperiment’ ... ** this is package ‘clusterExperiment’ version ‘2.31.2’ ** using staged installation ** libs specified C++11 using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’ using SDK: ‘MacOSX26.2.sdk’ clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c search_pairs.cpp -o search_pairs.o clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c subsampleLoop.cpp -o subsampleLoop.o clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o clusterExperiment.so RcppExports.o search_pairs.o subsampleLoop.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-clusterExperiment/00new/clusterExperiment/libs ** R ** data ** byte-compile and prepare package for lazy loading Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors' Also defined by ‘RNeXML’ Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors' Also defined by ‘RNeXML’ Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors' Also defined by ‘RNeXML’ Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors' Also defined by ‘RNeXML’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (clusterExperiment)
clusterExperiment.Rcheck/tests/testthat_a-c.Rout
R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin23
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> test_check("clusterExperiment",filter = "^[A-Ca-c]")
Loading required package: clusterExperiment
Loading required package: SingleCellExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats
Attaching package: 'MatrixGenerics'
The following objects are masked from 'package:matrixStats':
colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
colWeightedMeans, colWeightedMedians, colWeightedSds,
colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
rowWeightedSds, rowWeightedVars
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:utils':
findMatches
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors'
Also defined by 'RNeXML'
[ FAIL 0 | WARN 0 | SKIP 3 | PASS 750 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On Mac (3): 'test-clusterMany.R:255:2', 'test-clusterMany.R:311:2',
'test-clusterSingle.R:389:2'
[ FAIL 0 | WARN 0 | SKIP 3 | PASS 750 ]
>
> proc.time()
user system elapsed
57.709 2.190 62.495
clusterExperiment.Rcheck/tests/testthat_d-i.Rout.fail
R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin23
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(testthat)
> test_check("clusterExperiment",filter = "^[D-Id-i]")
Loading required package: clusterExperiment
Loading required package: SingleCellExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats
Attaching package: 'MatrixGenerics'
The following objects are masked from 'package:matrixStats':
colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
colWeightedMeans, colWeightedMedians, colWeightedSds,
colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
rowWeightedSds, rowWeightedVars
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:utils':
findMatches
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Found more than one class "Annotated" in cache; using the first, from namespace 'S4Vectors'
Also defined by 'RNeXML'
Saving _problems/test-dimReduce-115.R
Saving _problems/test-dimReduce-119.R
[ FAIL 2 | WARN 2 | SKIP 2 | PASS 390 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On Mac (2): 'test-getBestFeatures.R:181:2', 'test-heatmaps.R:66:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-dimReduce.R:115:2'): reduce and filter work with hdf5 ────────
Expected `dr3 <- makeReducedDims(hdfObj, reducedDims = "PCA", maxDims = nDim)` to produce messages.
── Failure ('test-dimReduce.R:119:2'): reduce and filter work with hdf5 ────────
Expected `dr3 <- makeReducedDims(assay(hdfObj), reducedDims = "PCA", maxDims = nDim)` to produce messages.
[ FAIL 2 | WARN 2 | SKIP 2 | PASS 390 ]
Error:
! Test failures.
Execution halted
clusterExperiment.Rcheck/clusterExperiment-Ex.timings
| name | user | system | elapsed | |
| ClusterExperiment-class | 0.099 | 0.004 | 0.106 | |
| ClusterExperiment-methods | 0.493 | 0.025 | 0.531 | |
| ClusterFunction-class | 0.007 | 0.001 | 0.008 | |
| addClusterings | 0.238 | 0.007 | 0.251 | |
| assignUnassigned | 0 | 0 | 0 | |
| builtInClusteringFunctions | 0 | 0 | 0 | |
| clusterContrasts | 0.000 | 0.000 | 0.001 | |
| clusterDendrogram | 0.575 | 0.009 | 0.597 | |
| clusterMany | 0 | 0 | 0 | |
| clusterSingle | 0.083 | 0.002 | 0.085 | |
| fluidigmData | 0 | 0 | 0 | |
| getBestFeatures | 1.253 | 0.054 | 1.343 | |
| getClusterIndex | 0.105 | 0.005 | 0.110 | |
| getClusterManyParams | 0 | 0 | 0 | |
| mainClustering | 0.661 | 0.022 | 0.700 | |
| makeConsensus | 0.000 | 0.001 | 0.001 | |
| makeDendrogram | 0.702 | 0.015 | 0.747 | |
| mergeClusters | 1.325 | 0.040 | 1.405 | |
| numericalAsCharacter | 0.000 | 0.001 | 0.001 | |
| plotBarplot | 0 | 0 | 0 | |
| plotClusters | 0.000 | 0.000 | 0.001 | |
| plotClustersTable | 1.092 | 0.026 | 1.146 | |
| plotClustersWorkflow | 0 | 0 | 0 | |
| plotContrastHeatmap | 0.918 | 0.027 | 0.972 | |
| plotDendrogram | 0.824 | 0.010 | 0.844 | |
| plotFeatureBoxplot | 0.819 | 0.018 | 0.876 | |
| plotFeatureScatter | 0.680 | 0.014 | 0.707 | |
| plotHeatmap | 0 | 0 | 0 | |
| plotReducedDims | 1.034 | 0.027 | 1.113 | |
| plottingFunctions | 0.289 | 0.009 | 0.308 | |
| reduceFunctions | 0.164 | 0.004 | 0.170 | |
| renameClusters | 0.078 | 0.002 | 0.080 | |
| rsecFluidigm | 0.001 | 0.000 | 0.000 | |
| seqCluster | 0.000 | 0.000 | 0.001 | |
| simData | 0.000 | 0.001 | 0.000 | |
| subsampleClustering | 0 | 0 | 0 | |
| subset | 0.161 | 0.003 | 0.164 | |
| transformData | 0.036 | 0.001 | 0.036 | |
| workflowClusters | 0.001 | 0.000 | 0.000 | |