Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-12-02 11:35:59 -0500 (Sat, 02 Dec 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" | 4685 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.2 (2023-10-31 ucrt) -- "Eye Holes" | 4420 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.3.2 Patched (2023-11-01 r85457) -- "Eye Holes" | 4439 |
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 1971/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
singleCellTK 2.12.0 (landing page) Yichen Wang
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
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.12.0 |
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:singleCellTK.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings singleCellTK_2.12.0.tar.gz |
StartedAt: 2023-12-02 01:46:51 -0500 (Sat, 02 Dec 2023) |
EndedAt: 2023-12-02 01:55:34 -0500 (Sat, 02 Dec 2023) |
EllapsedTime: 523.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: singleCellTK.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:singleCellTK.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings singleCellTK_2.12.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/singleCellTK.Rcheck’ * using R version 4.3.2 Patched (2023-11-13 r85521) * using platform: x86_64-pc-linux-gnu (64-bit) * R was compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 * running under: Ubuntu 22.04.3 LTS * using session charset: UTF-8 * checking for file ‘singleCellTK/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘singleCellTK’ version ‘2.12.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 ‘singleCellTK’ can be installed ... OK * checking installed package size ... NOTE installed size is 6.9Mb sub-directories of 1Mb or more: extdata 1.6Mb shiny 3.0Mb * 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 loading without being on the library search path ... 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: convertSeuratToSCE > ### Title: convertSeuratToSCE Converts the input seurat object to a sce > ### object > ### Aliases: convertSeuratToSCE > > ### ** Examples > > data(scExample, package = "singleCellTK") > seurat <- convertSCEToSeurat(sce) > sce <- convertSeuratToSCE(seurat) Error in normarg_assays(assays, as.null.if.no.assay = TRUE) : no slot of name "counts" for this object of class "Assay5" Calls: convertSeuratToSCE ... SingleCellExperiment -> SummarizedExperiment -> normarg_assays 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: 2. └─singleCellTK:::.updateAssaySCE(...) 3. └─methods::slot(...) ── Error ('test-trajectory.R:7:1'): (code run outside of `test_that()`) ──────── Error in `methods::slot(Seurat::GetAssay(seuratObject, seuratAssaySlot), seuratDataSlot)`: no slot of name "data" for this object of class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runNormalization(...) at test-trajectory.R:7:1 2. └─singleCellTK::runSeuratNormalizeData(...) 3. └─singleCellTK:::.updateAssaySCE(...) 4. └─methods::slot(...) [ FAIL 5 | WARN 25 | SKIP 0 | PASS 146 ] 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 ... ‘singleCellTK.Rmd’ using ‘UTF-8’... OK NONE * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE See ‘/home/biocbuild/bbs-3.18-bioc/meat/singleCellTK.Rcheck/00check.log’ for details.
singleCellTK.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL singleCellTK ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-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.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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.176 0.025 0.190
singleCellTK.Rcheck/tests/testthat.Rout.fail
R version 4.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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, setdiff, sort, 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% [----|----|----|----|----|----|----|----|----|----| **************************************************| 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% [----|----|----|----|----|----|----|----|----|----| **************************************************| Estimating GSVA scores for 34 gene sets. Estimating ECDFs with Gaussian kernels | | | 0% | |== | 3% | |==== | 6% | |====== | 9% | |======== | 12% | |========== | 15% | |============ | 18% | |============== | 21% | |================ | 24% | |=================== | 26% | |===================== | 29% | |======================= | 32% | |========================= | 35% | |=========================== | 38% | |============================= | 41% | |=============================== | 44% | |================================= | 47% | |=================================== | 50% | |===================================== | 53% | |======================================= | 56% | |========================================= | 59% | |=========================================== | 62% | |============================================= | 65% | |=============================================== | 68% | |================================================= | 71% | |=================================================== | 74% | |====================================================== | 76% | |======================================================== | 79% | |========================================================== | 82% | |============================================================ | 85% | |============================================================== | 88% | |================================================================ | 91% | |================================================================== | 94% | |==================================================================== | 97% | |======================================================================| 100% Estimating GSVA scores for 2 gene sets. Estimating ECDFs with Gaussian kernels | | | 0% | |=================================== | 50% | |======================================================================| 100% 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% [----|----|----|----|----|----|----|----|----|----| **************************************************| Performing log-normalization 0% 10 20 30 40 50 60 70 80 90 100% [----|----|----|----|----|----|----|----|----|----| **************************************************| [ FAIL 5 | WARN 25 | SKIP 0 | PASS 146 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-computeHeatmap.R:8:3'): Testing computeHeatmap.R ─────────────── Error in `methods::slot(Seurat::GetAssay(seuratObject, seuratAssaySlot), seuratDataSlot)`: no slot of name "data" for this object of class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runSeuratNormalizeData(sce) at test-computeHeatmap.R:8:3 2. └─singleCellTK:::.updateAssaySCE(...) 3. └─methods::slot(...) ── Error ('test-dimensionReduction.R:8:1'): (code run outside of `test_that()`) ── Error in `(function (cl, name, valueClass) { ClassDef <- getClass(cl) slotClass <- ClassDef@slots[[name]] if (is.null(slotClass)) stop(gettextf("%s is not a slot in class %s", sQuote(name), dQuote(cl)), domain = NA) if (.identC(slotClass, valueClass)) return(TRUE) ok <- possibleExtends(valueClass, slotClass, ClassDef2 = getClassDef(slotClass, where = .classEnv(ClassDef))) if (isFALSE(ok)) stop(gettextf("assignment of an object of class %s is not valid for @%s in an object of class %s; is(value, \"%s\") is not TRUE", dQuote(valueClass), sQuote(name), dQuote(cl), slotClass), domain = NA) TRUE })(structure("Assay5", package = "SeuratObject"), "counts", structure("dgCMatrix", package = "Matrix"))`: 'counts' is not a slot in class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runFeatureSelection(sce, useAssay = "counts") at test-dimensionReduction.R:8:1 2. ├─base::do.call("runSeuratFindHVG", args = params) 3. └─singleCellTK::runSeuratFindHVG(...) 4. └─singleCellTK:::.addSeuratToMetaDataSCE(inSCE, seuratObject) 5. └─methods (local) `<fn>`(`<chr>`, "counts", `<chr>`) ── Error ('test-featureSelection.R:5:1'): (code run outside of `test_that()`) ── Error in `methods::slot(Seurat::GetAssay(seuratObject, seuratAssaySlot), seuratDataSlot)`: no slot of name "data" for this object of class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runSeuratNormalizeData(sce) at test-featureSelection.R:5:1 2. └─singleCellTK:::.updateAssaySCE(...) 3. └─methods::slot(...) ── Error ('test-seuratFunctions.R:9:3'): Testing standard seurat workflow ────── Error in `methods::slot(Seurat::GetAssay(seuratObject, seuratAssaySlot), seuratDataSlot)`: no slot of name "data" for this object of class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runSeuratNormalizeData(sce) at test-seuratFunctions.R:9:3 2. └─singleCellTK:::.updateAssaySCE(...) 3. └─methods::slot(...) ── Error ('test-trajectory.R:7:1'): (code run outside of `test_that()`) ──────── Error in `methods::slot(Seurat::GetAssay(seuratObject, seuratAssaySlot), seuratDataSlot)`: no slot of name "data" for this object of class "Assay5" Backtrace: ▆ 1. └─singleCellTK::runNormalization(...) at test-trajectory.R:7:1 2. └─singleCellTK::runSeuratNormalizeData(...) 3. └─singleCellTK:::.updateAssaySCE(...) 4. └─methods::slot(...) [ FAIL 5 | WARN 25 | SKIP 0 | PASS 146 ] Error: Test failures Execution halted
singleCellTK.Rcheck/singleCellTK-Ex.timings
name | user | system | elapsed | |
MitoGenes | 0.002 | 0.000 | 0.003 | |
SEG | 0.002 | 0.000 | 0.002 | |
calcEffectSizes | 0.337 | 0.000 | 0.337 | |
combineSCE | 2.357 | 0.172 | 2.529 | |
computeZScore | 0.272 | 0.016 | 0.288 | |
convertSCEToSeurat | 4.463 | 0.340 | 4.804 | |