Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2026-04-14 11:36 -0400 (Tue, 14 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 alpha (2026-04-05 r89794) 4924
kjohnson3macOS 13.7.7 Venturaarm644.6.0 alpha (2026-04-08 r89818) 4655
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 2060/2394HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
singleCellTK 2.21.1  (landing page)
Joshua David Campbell
Snapshot Date: 2026-04-13 13:40 -0400 (Mon, 13 Apr 2026)
git_url: https://git.bioconductor.org/packages/singleCellTK
git_branch: devel
git_last_commit: 15d4a13
git_last_commit_date: 2026-01-11 08:42:53 -0400 (Sun, 11 Jan 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
See other builds for singleCellTK in R Universe.


CHECK results for singleCellTK on kjohnson3

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.

raw results


Summary

Package: singleCellTK
Version: 2.21.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.21.1.tar.gz
StartedAt: 2026-04-13 22:14:44 -0400 (Mon, 13 Apr 2026)
EndedAt: 2026-04-13 22:20:50 -0400 (Mon, 13 Apr 2026)
EllapsedTime: 366.1 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: singleCellTK.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### 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.21.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/singleCellTK.Rcheck’
* using R version 4.6.0 alpha (2026-04-08 r89818)
* 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-04-14 02:14:44 UTC
* using option ‘--no-vignettes’
* checking for file ‘singleCellTK/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘singleCellTK’ version ‘2.21.1’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 80 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 ... 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 ... INFO
  installed size is  6.8Mb
  sub-directories of 1Mb or more:
    R         1.0Mb
    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 ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  dedupRowNames.Rd: SingleCellExperiment-class
  detectCellOutlier.Rd: colData
  diffAbundanceFET.Rd: colData
  downSampleCells.Rd: SingleCellExperiment-class
  downSampleDepth.Rd: SingleCellExperiment-class
  featureIndex.Rd: SummarizedExperiment-class,
    SingleCellExperiment-class
  getBiomarker.Rd: SingleCellExperiment-class
  getDEGTopTable.Rd: SingleCellExperiment-class
  getEnrichRResult.Rd: SingleCellExperiment-class
  getFindMarkerTopTable.Rd: SingleCellExperiment-class
  getGenesetNamesFromCollection.Rd: SingleCellExperiment-class
  getPathwayResultNames.Rd: SingleCellExperiment-class
  getSampleSummaryStatsTable.Rd: SingleCellExperiment-class, assay,
    colData
  getSoupX.Rd: SingleCellExperiment-class
  getTSCANResults.Rd: SingleCellExperiment-class
  getTopHVG.Rd: SingleCellExperiment-class
  importAlevin.Rd: DelayedArray, readMM
  importAnnData.Rd: DelayedArray, readMM
  importBUStools.Rd: readMM
  importCellRanger.Rd: readMM, DelayedArray
  importCellRangerV2Sample.Rd: readMM, DelayedArray
  importCellRangerV3Sample.Rd: readMM, DelayedArray
  importDropEst.Rd: DelayedArray, readMM
  importExampleData.Rd: scRNAseq, Matrix, DelayedArray,
    ReprocessedFluidigmData, ReprocessedAllenData, NestorowaHSCData
  importFromFiles.Rd: readMM, DelayedArray, SingleCellExperiment-class
  importGeneSetsFromCollection.Rd: GeneSetCollection-class,
    SingleCellExperiment-class, GeneSetCollection, GSEABase, metadata
  importGeneSetsFromGMT.Rd: GeneSetCollection-class,
    SingleCellExperiment-class, getGmt, GSEABase, metadata
  importGeneSetsFromList.Rd: GeneSetCollection-class,
    SingleCellExperiment-class, GSEABase, metadata
  importGeneSetsFromMSigDB.Rd: SingleCellExperiment-class, msigdbr,
    GeneSetCollection-class, GSEABase, metadata
  importMitoGeneSet.Rd: SingleCellExperiment-class,
    GeneSetCollection-class, GSEABase, metadata
  importMultipleSources.Rd: DelayedArray
  importOptimus.Rd: readMM, DelayedArray
  importSEQC.Rd: readMM, DelayedArray
  importSTARsolo.Rd: readMM, DelayedArray
  iterateSimulations.Rd: SingleCellExperiment-class
  listSampleSummaryStatsTables.Rd: SingleCellExperiment-class, metadata
  plotBarcodeRankDropsResults.Rd: SingleCellExperiment-class
  plotBarcodeRankScatter.Rd: SingleCellExperiment-class
  plotBatchCorrCompare.Rd: SingleCellExperiment-class
  plotBatchVariance.Rd: SingleCellExperiment-class
  plotBcdsResults.Rd: SingleCellExperiment-class
  plotClusterAbundance.Rd: colData
  plotCxdsResults.Rd: SingleCellExperiment-class
  plotDEGHeatmap.Rd: SingleCellExperiment-class
  plotDEGRegression.Rd: SingleCellExperiment-class
  plotDEGViolin.Rd: SingleCellExperiment-class
  plotDEGVolcano.Rd: SingleCellExperiment-class
  plotDecontXResults.Rd: SingleCellExperiment-class
  plotDoubletFinderResults.Rd: SingleCellExperiment-class
  plotEmptyDropsResults.Rd: SingleCellExperiment-class
  plotEmptyDropsScatter.Rd: SingleCellExperiment-class
  plotEnrichR.Rd: SingleCellExperiment-class
  plotFindMarkerHeatmap.Rd: SingleCellExperiment-class
  plotPCA.Rd: SingleCellExperiment-class
  plotPathway.Rd: SingleCellExperiment-class
  plotRunPerCellQCResults.Rd: SingleCellExperiment-class
  plotSCEBarAssayData.Rd: SingleCellExperiment-class
  plotSCEBarColData.Rd: SingleCellExperiment-class
  plotSCEBatchFeatureMean.Rd: SingleCellExperiment-class
  plotSCEDensity.Rd: SingleCellExperiment-class
  plotSCEDensityAssayData.Rd: SingleCellExperiment-class
  plotSCEDensityColData.Rd: SingleCellExperiment-class
  plotSCEDimReduceColData.Rd: SingleCellExperiment-class
  plotSCEDimReduceFeatures.Rd: SingleCellExperiment-class
  plotSCEHeatmap.Rd: SingleCellExperiment-class
  plotSCEScatter.Rd: SingleCellExperiment-class
  plotSCEViolin.Rd: SingleCellExperiment-class
  plotSCEViolinAssayData.Rd: SingleCellExperiment-class
  plotSCEViolinColData.Rd: SingleCellExperiment-class
  plotScDblFinderResults.Rd: SingleCellExperiment-class
  plotScdsHybridResults.Rd: SingleCellExperiment-class
  plotScrubletResults.Rd: SingleCellExperiment-class
  plotSoupXResults.Rd: SingleCellExperiment-class
  plotTSCANClusterDEG.Rd: SingleCellExperiment-class
  plotTSCANClusterPseudo.Rd: SingleCellExperiment-class
  plotTSCANDimReduceFeatures.Rd: SingleCellExperiment-class
  plotTSCANPseudotimeGenes.Rd: SingleCellExperiment-class
  plotTSCANPseudotimeHeatmap.Rd: SingleCellExperiment-class
  plotTSCANResults.Rd: SingleCellExperiment-class
  plotTSNE.Rd: SingleCellExperiment-class
  plotUMAP.Rd: SingleCellExperiment-class
  readSingleCellMatrix.Rd: DelayedArray
  reportCellQC.Rd: SingleCellExperiment-class
  reportClusterAbundance.Rd: colData
  reportDiffAbundanceFET.Rd: colData
  retrieveSCEIndex.Rd: SingleCellExperiment-class
  runBBKNN.Rd: SingleCellExperiment-class
  runBarcodeRankDrops.Rd: SingleCellExperiment-class, colData
  runBcds.Rd: SingleCellExperiment-class, colData
  runCellQC.Rd: colData
  runComBatSeq.Rd: SingleCellExperiment-class
  runCxds.Rd: SingleCellExperiment-class, colData
  runCxdsBcdsHybrid.Rd: colData
  runDEAnalysis.Rd: SingleCellExperiment-class
  runDecontX.Rd: colData
  runDimReduce.Rd: SingleCellExperiment-class
  runDoubletFinder.Rd: SingleCellExperiment-class
  runDropletQC.Rd: colData
  runEmptyDrops.Rd: SingleCellExperiment-class, colData
  runEnrichR.Rd: SingleCellExperiment-class
  runFastMNN.Rd: SingleCellExperiment-class, BiocParallelParam-class
  runFeatureSelection.Rd: SingleCellExperiment-class
  runFindMarker.Rd: SingleCellExperiment-class
  runGSVA.Rd: SingleCellExperiment-class
  runHarmony.Rd: SingleCellExperiment-class
  runKMeans.Rd: SingleCellExperiment-class, colData
  runLimmaBC.Rd: SingleCellExperiment-class, assay
  runMNNCorrect.Rd: SingleCellExperiment-class, assay,
    BiocParallelParam-class
  runModelGeneVar.Rd: SingleCellExperiment-class
  runPerCellQC.Rd: SingleCellExperiment-class, BiocParallelParam,
    colData
  runSCANORAMA.Rd: SingleCellExperiment-class, assay
  runSCMerge.Rd: SingleCellExperiment-class, colData, assay,
    BiocParallelParam-class
  runScDblFinder.Rd: SingleCellExperiment-class, colData
  runScranSNN.Rd: SingleCellExperiment-class, reducedDim, assay,
    altExp, colData, igraph
  runScrublet.Rd: SingleCellExperiment-class, colData
  runSingleR.Rd: SingleCellExperiment-class
  runSoupX.Rd: SingleCellExperiment-class
  runTSCAN.Rd: SingleCellExperiment-class
  runTSCANClusterDEAnalysis.Rd: SingleCellExperiment-class
  runTSCANDEG.Rd: SingleCellExperiment-class
  runTSNE.Rd: SingleCellExperiment-class
  runUMAP.Rd: SingleCellExperiment-class, BiocParallelParam-class
  runVAM.Rd: SingleCellExperiment-class
  runZINBWaVE.Rd: SingleCellExperiment-class, colData,
    BiocParallelParam-class
  sampleSummaryStats.Rd: SingleCellExperiment-class, assay, colData
  scaterPCA.Rd: SingleCellExperiment-class, BiocParallelParam-class
  scaterlogNormCounts.Rd: logNormCounts
  sctkListGeneSetCollections.Rd: GeneSetCollection-class
  sctkPythonInstallConda.Rd: conda_install, reticulate, conda_create
  sctkPythonInstallVirtualEnv.Rd: virtualenv_install, reticulate,
    virtualenv_create
  selectSCTKConda.Rd: reticulate
  selectSCTKVirtualEnvironment.Rd: reticulate
  setRowNames.Rd: SingleCellExperiment-class
  setSCTKDisplayRow.Rd: SingleCellExperiment-class
  singleCellTK.Rd: SingleCellExperiment-class
  subsetSCECols.Rd: SingleCellExperiment-class
  subsetSCERows.Rd: SingleCellExperiment-class, altExp
  summarizeSCE.Rd: SingleCellExperiment-class
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* 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 ... WARNING
Found the following significant warnings:

  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'librarySizeFactors' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in fitTrendVar(fm, fv, ...) : 'fitTrendVar' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in fitTrendVar(fm, fv, ...) : 'fitTrendVar' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'pairwiseWilcox' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'sumCountsAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'summarizeAssayByGroup' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in fitTrendVar(fm, fv, ...) : 'fitTrendVar' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'librarySizeFactors' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'aggregateAcrossCells' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
  Warning in fitTrendVar(fm, fv, ...) : 'fitTrendVar' is deprecated.
  Warning in .local(x, ...) : 'normalizeCounts' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Examples with CPU (user + system) or elapsed time > 5s
                           user system elapsed
plotDoubletFinderResults 15.120  0.110  15.516
runDoubletFinder         13.757  0.122  14.036
plotScDblFinderResults   12.758  0.223  13.130
runScDblFinder            6.952  0.092   7.106
plotBatchCorrCompare      5.073  0.033   5.131
importExampleData         4.278  0.614   5.526
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 OK
* 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.23-bioc/meat/singleCellTK.Rcheck/00check.log’
for details.


Installation output

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.6/Resources/library’
* installing *source* package ‘singleCellTK’ ...
** this is package ‘singleCellTK’ version ‘2.21.1’
** 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)

Tests output

singleCellTK.Rcheck/tests/spelling.Rout


R version 4.6.0 alpha (2026-04-08 r89818)
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.

> if (requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE)
All Done!
> 
> proc.time()
   user  system elapsed 
  0.087   0.028   0.110 

singleCellTK.Rcheck/tests/testthat.Rout


R version 4.6.0 alpha (2026-04-08 r89818)
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)
> 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
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

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%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
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%
[22:20:00] WARNING: src/learner.cc:782: 
Parameters: { "nthreads" } are not used.

[22:20:00] WARNING: src/learner.cc:782: 
Parameters: { "nthreads" } are not used.

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%
Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
[ FAIL 0 | WARN 84 | SKIP 0 | PASS 225 ]

[ FAIL 0 | WARN 84 | SKIP 0 | PASS 225 ]
> 
> proc.time()
   user  system elapsed 
104.145   2.019 113.541 

Example timings

singleCellTK.Rcheck/singleCellTK-Ex.timings

nameusersystemelapsed
MitoGenes0.0010.0010.002
SEG0.0010.0010.001
calcEffectSizes0.0610.0030.064
combineSCE0.2360.0070.243
computeZScore0.0940.0020.096
convertSCEToSeurat1.7350.0971.842
convertSeuratToSCE0.1120.0040.119
dedupRowNames0.0430.0010.045
detectCellOutlier2.1740.0382.228
diffAbundanceFET0.0240.0000.025
discreteColorPalette0.0030.0000.003
distinctColors0.0000.0000.001
downSampleCells0.2080.0130.221
downSampleDepth0.160.010.17
expData-ANY-character-method0.0420.0020.044
expData-set-ANY-character-CharacterOrNullOrMissing-logical-method0.0570.0010.058
expData-set0.0510.0010.053
expData0.0420.0020.044
expDataNames-ANY-method0.0440.0010.046
expDataNames0.0420.0010.044
expDeleteDataTag0.0170.0010.018
expSetDataTag0.0120.0010.012
expTaggedData0.0130.0000.012
exportSCE0.0110.0000.011
exportSCEtoAnnData0.0420.0020.044
exportSCEtoFlatFile0.0410.0010.042
featureIndex0.0170.0010.018
generateSimulatedData0.0250.0010.026
getBiomarker0.0260.0010.027
getDEGTopTable0.2540.0190.274
getDiffAbundanceResults0.0220.0010.022
getEnrichRResult0.1340.0213.337
getFindMarkerTopTable0.4910.0110.502
getMSigDBTable0.0010.0010.002
getPathwayResultNames0.0110.0010.012
getSampleSummaryStatsTable0.0910.0010.092
getSoupX000
getTSCANResults0.3700.0160.386
getTopHVG0.3180.0050.323
importAnnData0.0010.0000.001
importBUStools0.0490.0030.054
importCellRanger0.2220.0140.237
importCellRangerV2Sample0.0410.0010.042
importCellRangerV3Sample0.0960.0050.102
importDropEst0.0660.0010.067
importExampleData4.2780.6145.526
importGeneSetsFromCollection0.7610.0400.808
importGeneSetsFromGMT0.0290.0020.031
importGeneSetsFromList0.0470.0010.048
importGeneSetsFromMSigDB0.3300.0130.345
importMitoGeneSet0.0210.0020.024
importOptimus0.0000.0000.001
importSEQC0.0490.0040.054
importSTARsolo0.0470.0050.051
iterateSimulations0.0860.0030.088
listSampleSummaryStatsTables0.1200.0020.121
mergeSCEColData0.1230.0070.131
mouseBrainSubsetSCE0.0190.0010.019
msigdb_table0.0010.0010.001
plotBarcodeRankDropsResults0.2990.0130.314
plotBarcodeRankScatter0.2790.0040.285
plotBatchCorrCompare5.0730.0335.131
plotBatchVariance0.1530.0020.154
plotBcdsResults3.3240.0573.416
plotBubble0.2910.0090.306
plotClusterAbundance0.4380.0050.447
plotCxdsResults2.9150.0292.980
plotDEGHeatmap0.6990.0100.709
plotDEGRegression1.4090.0281.461
plotDEGViolin1.7050.0221.739
plotDEGVolcano0.3580.0060.371
plotDecontXResults3.2090.0153.244
plotDimRed0.1000.0020.106
plotDoubletFinderResults15.120 0.11015.516
plotEmptyDropsResults2.0570.0152.078
plotEmptyDropsScatter2.0510.0062.062
plotFindMarkerHeatmap1.2660.0091.277
plotMASTThresholdGenes0.4040.0100.416
plotPCA0.1370.0030.141
plotPathway0.2150.0030.220
plotRunPerCellQCResults0.9900.0060.998
plotSCEBarAssayData0.1050.0020.108
plotSCEBarColData0.0780.0010.079
plotSCEBatchFeatureMean0.1240.0020.125
plotSCEDensity0.1110.0020.116
plotSCEDensityAssayData0.1090.0010.111
plotSCEDensityColData0.1060.0020.108
plotSCEDimReduceColData0.2430.0040.248
plotSCEDimReduceFeatures0.1370.0030.140
plotSCEHeatmap0.1370.0020.139
plotSCEScatter0.1220.0030.124
plotSCEViolin0.1350.0020.137
plotSCEViolinAssayData0.1220.0020.124
plotSCEViolinColData0.1290.0030.132
plotScDblFinderResults12.758 0.22313.130
plotScanpyDotPlot0.0120.0010.012
plotScanpyEmbedding0.0150.0010.017
plotScanpyHVG0.0140.0010.017
plotScanpyHeatmap0.0130.0010.014
plotScanpyMarkerGenes0.0140.0010.016
plotScanpyMarkerGenesDotPlot0.0150.0020.018
plotScanpyMarkerGenesHeatmap0.0150.0010.016
plotScanpyMarkerGenesMatrixPlot0.0120.0010.013
plotScanpyMarkerGenesViolin0.0140.0020.015
plotScanpyMatrixPlot0.0140.0010.017
plotScanpyPCA0.0130.0010.014
plotScanpyPCAGeneRanking0.0150.0010.016
plotScanpyPCAVariance0.0140.0010.016
plotScanpyViolin0.0150.0010.017
plotScdsHybridResults4.0410.0924.260
plotScrubletResults0.0110.0010.012
plotSeuratElbow0.0110.0000.012
plotSeuratHVG0.0100.0000.012
plotSeuratJackStraw0.0110.0000.011
plotSeuratReduction0.0110.0000.011
plotSoupXResults0.0000.0000.001
plotTSCANClusterDEG1.5650.0191.600
plotTSCANClusterPseudo0.4560.0080.465
plotTSCANDimReduceFeatures0.4270.0070.437
plotTSCANPseudotimeGenes0.5090.0060.516
plotTSCANPseudotimeHeatmap0.4550.0120.475
plotTSCANResults0.4050.0110.423
plotTSNE0.1420.0030.147
plotTopHVG0.2140.0100.230
plotUMAP3.1040.0443.325
readSingleCellMatrix0.0020.0000.003
reportCellQC0.0300.0010.031
reportDropletQC0.0110.0010.012
reportQCTool0.0350.0020.038
retrieveSCEIndex0.0150.0000.015
runBBKNN000
runBarcodeRankDrops0.0730.0020.075
runBcds0.5650.0370.612
runCellQC0.0330.0020.037
runClusterSummaryMetrics0.1290.0030.141
runComBatSeq0.1620.0070.172
runCxds0.1200.0030.125
runCxdsBcdsHybrid0.6110.0360.647
runDEAnalysis0.1300.0020.132
runDecontX2.9370.0132.982
runDimReduce0.0970.0010.099
runDoubletFinder13.757 0.12214.036
runDropletQC0.0120.0010.013
runEmptyDrops1.9980.0102.019
runEnrichR0.1230.0172.379
runFastMNN0.5500.0150.564
runFeatureSelection0.0820.0030.088
runFindMarker0.4810.0160.504
runGSVA0.3150.0200.337
runHarmony0.0120.0010.013
runKMeans0.0680.0030.072
runLimmaBC0.0260.0010.026
runMNNCorrect0.1410.0020.143
runModelGeneVar0.1050.0020.106
runNormalization0.9810.0111.001
runPerCellQC0.1160.0030.122
runSCANORAMA000
runSCMerge0.0020.0000.002
runScDblFinder6.9520.0927.106
runScanpyFindClusters0.0110.0010.012
runScanpyFindHVG0.0110.0010.012
runScanpyFindMarkers0.0150.0010.017
runScanpyNormalizeData0.0460.0030.053
runScanpyPCA0.0150.0010.018
runScanpyScaleData0.0130.0000.013
runScanpyTSNE0.0110.0010.011
runScanpyUMAP0.0120.0000.011
runScranSNN0.0930.0040.098
runScrublet0.0110.0010.012
runSeuratFindClusters0.0110.0000.011
runSeuratFindHVG0.1750.0050.182
runSeuratHeatmap0.0120.0010.013
runSeuratICA0.0120.0000.012
runSeuratJackStraw0.0110.0010.011
runSeuratNormalizeData0.0110.0000.011
runSeuratPCA0.0110.0000.011
runSeuratSCTransform1.6990.0371.763
runSeuratScaleData0.0130.0010.013
runSeuratUMAP0.0110.0000.012
runSingleR0.0110.0000.013
runSoupX000
runTSCAN0.2600.0160.295
runTSCANClusterDEAnalysis0.2450.0080.258
runTSCANDEG0.2470.0080.263
runTSNE0.2650.0020.269
runUMAP3.0250.0383.108
runVAM0.0950.0010.097
runZINBWaVE0.0020.0000.002
sampleSummaryStats0.0550.0010.056
scaterCPM0.0600.0010.060
scaterPCA0.1410.0020.144
scaterlogNormCounts0.0910.0020.093
sce0.0120.0000.014
sctkListGeneSetCollections0.0370.0010.038
sctkPythonInstallConda0.0000.0000.001
sctkPythonInstallVirtualEnv000
selectSCTKConda000
selectSCTKVirtualEnvironment000
setRowNames0.0320.0000.033
setSCTKDisplayRow0.1480.0030.153
singleCellTK000
subDiffEx0.1410.0060.150
subsetSCECols0.0310.0010.033
subsetSCERows0.0740.0020.075
summarizeSCE0.0300.0020.032
trimCounts0.0800.0020.082