############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:singleCellTK.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings singleCellTK_2.12.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/singleCellTK.Rcheck’ * using R version 4.3.3 (2024-02-29) * using platform: aarch64-apple-darwin20 (64-bit) * 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.6.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘singleCellTK/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘singleCellTK’ version ‘2.12.2’ * 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 ‘singleCellTK’ can be installed ... OK * checking installed package size ... NOTE installed size is 6.8Mb sub-directories of 1Mb or more: extdata 1.5Mb shiny 2.9Mb * 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 R 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 startup messages can be suppressed ... 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 ... 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 ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘singleCellTK-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plotScDblFinderResults > ### Title: Plots for runScDblFinder outputs. > ### Aliases: plotScDblFinderResults > > ### ** Examples > > data(scExample, package="singleCellTK") > sce <- subsetSCECols(sce, colData = "type != 'EmptyDroplet'") > sce <- runQuickUMAP(sce) Thu Apr 18 04:22:39 2024 ... Computing Scater UMAP for sample 'pbmc_4k'. Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ > sce <- runScDblFinder(sce) Thu Apr 18 04:22:46 2024 ... Running 'scDblFinder' Error: BiocParallel errors 1 remote errors, element index: 1 0 unevaluated and other errors first remote error: Error in value[[3L]](cond): An error occured while processing sample '1': Error in (function (A, nv = 5, nu = nv, maxit = 1000, work = nv + 7, reorth = TRUE, : function 'as_cholmod_sparse' not provided by package 'Matrix' Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘spelling.R’ Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 8. ├─BiocSingular::runPCA(...) 9. └─BiocSingular::runPCA(...) 10. └─BiocSingular (local) .local(x, ...) 11. ├─BiocSingular::runSVD(...) 12. └─BiocSingular::runSVD(...) 13. ├─BiocSingular::runSVD(...) 14. └─BiocSingular::runSVD(...) 15. ├─base::do.call(...) 16. └─BiocSingular (local) ``(...) 17. ├─base::do.call(...) 18. └─irlba (local) ``(...) [ FAIL 8 | WARN 18 | SKIP 0 | PASS 156 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE See ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/singleCellTK.Rcheck/00check.log’ for details.