Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-04-02 19:34 -0400 (Wed, 02 Apr 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4764 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.3 (2025-02-28 ucrt) -- "Trophy Case" | 4495 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4522 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4449 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4426 |
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 1977/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
singleCellTK 2.16.1 (landing page) Joshua David Campbell
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the singleCellTK package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/singleCellTK.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: singleCellTK |
Version: 2.16.1 |
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.16.1.tar.gz |
StartedAt: 2025-04-02 09:05:59 -0400 (Wed, 02 Apr 2025) |
EndedAt: 2025-04-02 09:17:33 -0400 (Wed, 02 Apr 2025) |
EllapsedTime: 693.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: singleCellTK.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### 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.16.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/singleCellTK.Rcheck’ * using R version 4.4.3 (2025-02-28) * 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 ‘singleCellTK/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘singleCellTK’ version ‘2.16.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 ‘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 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 whether 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 ... WARNING Missing link or links in Rd file 'importGeneSetsFromMSigDB.Rd': ‘[msigdbr]{msigdbr_show_species}’ See section 'Cross-references' in the 'Writing R Extensions' manual. * 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: importGeneSetsFromMSigDB > ### Title: Imports gene sets from MSigDB > ### Aliases: importGeneSetsFromMSigDB > > ### ** Examples > > data(scExample) > sce <- importGeneSetsFromMSigDB(inSCE = sce, + categoryIDs = "H", + species = "Homo sapiens", + mapping = "gene_symbol", + by = "feature_name") Warning: The `category` argument of `msigdbr()` is deprecated as of msigdbr 10.0.0. ℹ Please use the `collection` argument instead. ℹ The deprecated feature was likely used in the singleCellTK package. Please report the issue at <https://github.com/compbiomed/singleCellTK/issues>. Warning: The `subcategory` argument of `msigdbr()` is deprecated as of msigdbr 10.0.0. ℹ Please use the `subcollection` argument instead. ℹ The deprecated feature was likely used in the singleCellTK package. Please report the issue at <https://github.com/compbiomed/singleCellTK/issues>. Error in (function (cond) : error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': subcategory is not a character vector Calls: importGeneSetsFromMSigDB -> as.data.frame -> <Anonymous> -> <Anonymous> 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: .Internal(C_tryCatchHelper(addr, 1L, cond)))(structure(list(message = "subcategory is not a character vector", call = NULL), class = c("assertError", "simpleError", "error", "condition")))`: error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': subcategory is not a character vector Backtrace: ▆ 1. ├─singleCellTK::importGeneSetsFromMSigDB(...) at test-misc.R:58:3 2. │ ├─BiocGenerics::as.data.frame(...) 3. │ └─msigdbr::msigdbr(species = species, category = category, subcategory = subcat) 4. │ └─assertthat::assert_that(...) 5. │ └─base::stop(assertError(attr(res, "msg"))) 6. └─base (local) `<fn>`(`<assrtErr>`) [ FAIL 2 | WARN 14 | SKIP 0 | PASS 222 ] 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: 2 ERRORs, 1 WARNING, 1 NOTE See ‘/Users/biocbuild/bbs-3.20-bioc/meat/singleCellTK.Rcheck/00check.log’ for details.
singleCellTK.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL singleCellTK ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘singleCellTK’ ... ** using staged installation ** R ** data ** exec ** 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 (singleCellTK)
singleCellTK.Rcheck/tests/spelling.Rout
R version 4.4.3 (2025-02-28) -- "Trophy Case" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 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. > if (requireNamespace('spelling', quietly = TRUE)) + spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE) NULL > > proc.time() user system elapsed 0.207 0.064 0.261
singleCellTK.Rcheck/tests/testthat.Rout.fail
R version 4.4.3 (2025-02-28) -- "Trophy Case" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 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) > library(singleCellTK) 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 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, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, setdiff, table, tapply, union, 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: GenomeInfoDb 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 Loading required package: SingleCellExperiment Loading required package: DelayedArray Loading required package: Matrix Attaching package: 'Matrix' The following object is masked from 'package:S4Vectors': expand Loading required package: S4Arrays Loading required package: abind Attaching package: 'S4Arrays' The following object is masked from 'package:abind': abind The following object is masked from 'package:base': rowsum Loading required package: SparseArray Attaching package: 'DelayedArray' The following objects are masked from 'package:base': apply, scale, sweep Attaching package: 'singleCellTK' The following object is masked from 'package:BiocGenerics': plotPCA > > test_check("singleCellTK") Found 2 batches Using null model in ComBat-seq. Adjusting for 0 covariate(s) or covariate level(s) Estimating dispersions Fitting the GLM model Shrinkage off - using GLM estimates for parameters Adjusting the data Found 2 batches Using null model in ComBat-seq. Adjusting for 1 covariate(s) or covariate level(s) Estimating dispersions Fitting the GLM model Shrinkage off - using GLM estimates for parameters Adjusting the data Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% Calculating gene variances 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating feature variances of standardized and clipped values 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% Calculating gene variances 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating feature variances of standardized and clipped values 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Uploading data to Enrichr... Done. Querying HDSigDB_Human_2021... Done. Parsing results... Done. Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene variances 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating feature variances of standardized and clipped values 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene means 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene variance to mean ratios 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene means 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene variance to mean ratios 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Error in fitdistr(mahalanobis.sq.null[nonzero.values], "gamma", lower = 0.01) : optimization failed Error in fitdistr(mahalanobis.sq.null[nonzero.values], "gamma", lower = 0.01) : optimization failed Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating gene variances 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating feature variances of standardized and clipped values 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% Calculating gene variances 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Calculating feature variances of standardized and clipped values 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% Modularity Optimizer version 1.3.0 by Ludo Waltman and Nees Jan van Eck Number of nodes: 390 Number of edges: 9849 Running Louvain algorithm... 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| Maximum modularity in 10 random starts: 0.8351 Number of communities: 7 Elapsed time: 0 seconds Using method 'umap' 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% | | | 0% | |======================================================================| 100% Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| [ FAIL 2 | WARN 14 | SKIP 0 | PASS 222 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-misc.R:43:3'): Testing runVAM ────────────────────────────────── Error in `(function (cond) .Internal(C_tryCatchHelper(addr, 1L, cond)))(structure(list(message = "subcategory is not a character vector", call = NULL), class = c("assertError", "simpleError", "error", "condition")))`: error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': subcategory is not a character vector Backtrace: ▆ 1. ├─singleCellTK::importGeneSetsFromMSigDB(...) at test-misc.R:43:3 2. │ ├─BiocGenerics::as.data.frame(...) 3. │ └─msigdbr::msigdbr(species = species, category = category, subcategory = subcat) 4. │ └─assertthat::assert_that(...) 5. │ └─base::stop(assertError(attr(res, "msg"))) 6. └─base (local) `<fn>`(`<assrtErr>`) ── Error ('test-misc.R:58:3'): Testing runGSVA ───────────────────────────────── Error in `(function (cond) .Internal(C_tryCatchHelper(addr, 1L, cond)))(structure(list(message = "subcategory is not a character vector", call = NULL), class = c("assertError", "simpleError", "error", "condition")))`: error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': subcategory is not a character vector Backtrace: ▆ 1. ├─singleCellTK::importGeneSetsFromMSigDB(...) at test-misc.R:58:3 2. │ ├─BiocGenerics::as.data.frame(...) 3. │ └─msigdbr::msigdbr(species = species, category = category, subcategory = subcat) 4. │ └─assertthat::assert_that(...) 5. │ └─base::stop(assertError(attr(res, "msg"))) 6. └─base (local) `<fn>`(`<assrtErr>`) [ FAIL 2 | WARN 14 | SKIP 0 | PASS 222 ] Error: Test failures Execution halted
singleCellTK.Rcheck/singleCellTK-Ex.timings
name | user | system | elapsed | |
MitoGenes | 0.002 | 0.003 | 0.006 | |
SEG | 0.004 | 0.003 | 0.007 | |
calcEffectSizes | 0.182 | 0.008 | 0.190 | |
combineSCE | 0.868 | 0.045 | 0.928 | |
computeZScore | 0.304 | 0.009 | 0.315 | |
convertSCEToSeurat | 4.913 | 0.185 | 5.133 | |
convertSeuratToSCE | 0.342 | 0.010 | 0.354 | |
dedupRowNames | 0.080 | 0.004 | 0.084 | |
detectCellOutlier | 6.526 | 0.118 | 6.722 | |
diffAbundanceFET | 0.078 | 0.003 | 0.081 | |
discreteColorPalette | 0.009 | 0.001 | 0.013 | |
distinctColors | 0.002 | 0.001 | 0.004 | |
downSampleCells | 0.704 | 0.061 | 0.790 | |
downSampleDepth | 0.496 | 0.032 | 0.534 | |
expData-ANY-character-method | 0.136 | 0.005 | 0.143 | |
expData-set-ANY-character-CharacterOrNullOrMissing-logical-method | 0.185 | 0.006 | 0.190 | |
expData-set | 0.169 | 0.006 | 0.176 | |
expData | 0.155 | 0.007 | 0.170 | |
expDataNames-ANY-method | 0.137 | 0.009 | 0.146 | |
expDataNames | 0.146 | 0.014 | 0.160 | |
expDeleteDataTag | 0.048 | 0.004 | 0.052 | |
expSetDataTag | 0.036 | 0.003 | 0.039 | |
expTaggedData | 0.037 | 0.003 | 0.040 | |
exportSCE | 0.040 | 0.005 | 0.046 | |
exportSCEtoAnnData | 0.153 | 0.011 | 0.163 | |
exportSCEtoFlatFile | 0.125 | 0.008 | 0.134 | |
featureIndex | 0.049 | 0.005 | 0.054 | |
generateSimulatedData | 0.071 | 0.007 | 0.078 | |
getBiomarker | 0.078 | 0.006 | 0.084 | |
getDEGTopTable | 0.761 | 0.031 | 0.792 | |
getDiffAbundanceResults | 0.068 | 0.003 | 0.071 | |
getEnrichRResult | 0.351 | 0.054 | 5.383 | |
getFindMarkerTopTable | 1.466 | 0.069 | 1.544 | |
getMSigDBTable | 0.006 | 0.004 | 0.009 | |
getPathwayResultNames | 0.038 | 0.005 | 0.045 | |
getSampleSummaryStatsTable | 0.260 | 0.011 | 0.272 | |
getSoupX | 0 | 0 | 0 | |
getTSCANResults | 1.246 | 0.048 | 1.318 | |
getTopHVG | 1.044 | 0.019 | 1.071 | |
importAnnData | 0.002 | 0.000 | 0.002 | |
importBUStools | 0.157 | 0.004 | 0.163 | |
importCellRanger | 1.001 | 0.041 | 1.052 | |
importCellRangerV2Sample | 0.148 | 0.003 | 0.152 | |
importCellRangerV3Sample | 0.305 | 0.018 | 0.327 | |
importDropEst | 0.299 | 0.006 | 0.306 | |
importExampleData | 20.381 | 1.322 | 24.016 | |
importGeneSetsFromCollection | 2.233 | 0.083 | 2.334 | |
importGeneSetsFromGMT | 0.080 | 0.007 | 0.087 | |
importGeneSetsFromList | 0.137 | 0.007 | 0.167 | |