Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:34:29 -0400 (Thu, 06 May 2021).
To the developers/maintainers of the CATALYST package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 237/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
CATALYST 1.14.1 (landing page) Helena L. Crowell
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
Package: CATALYST |
Version: 1.14.1 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CATALYST.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CATALYST_1.14.1.tar.gz |
StartedAt: 2021-05-05 23:57:48 -0400 (Wed, 05 May 2021) |
EndedAt: 2021-05-06 00:11:01 -0400 (Thu, 06 May 2021) |
EllapsedTime: 793.4 seconds |
RetCode: 0 |
Status: OK |
CheckDir: CATALYST.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:CATALYST.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings CATALYST_1.14.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.12-bioc/meat/CATALYST.Rcheck’ * using R version 4.0.5 (2021-03-31) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘CATALYST/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘CATALYST’ version ‘1.14.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 ‘CATALYST’ can be installed ... OK * checking installed package size ... OK * 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 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 files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed plotDiffHeatmap 17.540 0.811 18.379 plotPbExprs 16.897 0.785 17.709 plotMultiHeatmap 17.143 0.304 17.470 sce2fcs 14.749 0.488 15.273 plotDR 14.171 0.510 14.791 plotExprHeatmap 12.088 0.495 12.605 plotFreqHeatmap 9.464 0.801 10.277 plotClusterExprs 9.592 0.351 9.954 plotCodes 8.824 0.342 9.182 clrDR 8.318 0.530 8.859 plotAbundances 8.409 0.299 8.720 SCE-accessors 7.840 0.733 8.586 mergeClusters 7.953 0.286 8.250 pbMDS 7.865 0.324 8.225 filterSCE 7.177 0.442 7.636 plotMahal 7.413 0.067 7.488 cluster 6.846 0.367 7.225 compCytof 6.765 0.227 6.999 extractClusters 6.469 0.417 6.898 plotScatter 5.757 0.091 5.856 computeSpillmat 5.612 0.143 5.762 plotExprs 5.564 0.090 5.660 plotYields 5.419 0.108 5.561 plotSpillmat 5.283 0.138 5.429 adaptSpillmat 5.121 0.159 5.287 runDR 5.134 0.062 5.203 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * 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: OK
CATALYST.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL CATALYST ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’ * installing *source* package ‘CATALYST’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 (CATALYST)
CATALYST.Rcheck/tests/testthat.Rout
R version 4.0.5 (2021-03-31) -- "Shake and Throw" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0 (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(CATALYST) 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: parallel Attaching package: 'BiocGenerics' The following objects are masked from 'package:parallel': clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply, parLapply, parLapplyLB, parRapply, parSapply, parSapplyLB 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, 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:base': expand.grid 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 > > test_check("CATALYST") [ FAIL 0 | WARN 1 | SKIP 0 | PASS 741 ] > > proc.time() user system elapsed 203.708 6.831 211.175
CATALYST.Rcheck/CATALYST-Ex.timings
name | user | system | elapsed | |
SCE-accessors | 7.840 | 0.733 | 8.586 | |
adaptSpillmat | 5.121 | 0.159 | 5.287 | |
applyCutoffs | 4.540 | 0.068 | 4.614 | |
assignPrelim | 3.068 | 0.021 | 3.095 | |
clrDR | 8.318 | 0.530 | 8.859 | |
cluster | 6.846 | 0.367 | 7.225 | |
compCytof | 6.765 | 0.227 | 6.999 | |
computeSpillmat | 5.612 | 0.143 | 5.762 | |
data | 0.008 | 0.012 | 0.020 | |
estCutoffs | 4.769 | 0.070 | 4.846 | |
extractClusters | 6.469 | 0.417 | 6.898 | |
filterSCE | 7.177 | 0.442 | 7.636 | |
guessPanel | 0.036 | 0.004 | 0.039 | |
mergeClusters | 7.953 | 0.286 | 8.250 | |
normCytof | 2.818 | 0.040 | 2.863 | |
pbMDS | 7.865 | 0.324 | 8.225 | |
plotAbundances | 8.409 | 0.299 | 8.720 | |
plotClusterExprs | 9.592 | 0.351 | 9.954 | |
plotCodes | 8.824 | 0.342 | 9.182 | |
plotCounts | 1.434 | 0.009 | 1.447 | |
plotDR | 14.171 | 0.510 | 14.791 | |
plotDiffHeatmap | 17.540 | 0.811 | 18.379 | |
plotEvents | 3.075 | 0.023 | 3.102 | |
plotExprHeatmap | 12.088 | 0.495 | 12.605 | |
plotExprs | 5.564 | 0.090 | 5.660 | |
plotFreqHeatmap | 9.464 | 0.801 | 10.277 | |
plotMahal | 7.413 | 0.067 | 7.488 | |
plotMultiHeatmap | 17.143 | 0.304 | 17.470 | |
plotNRS | 1.638 | 0.010 | 1.690 | |
plotPbExprs | 16.897 | 0.785 | 17.709 | |
plotScatter | 5.757 | 0.091 | 5.856 | |
plotSpillmat | 5.283 | 0.138 | 5.429 | |
plotYields | 5.419 | 0.108 | 5.561 | |
prepData | 2.042 | 0.024 | 2.071 | |
runDR | 5.134 | 0.062 | 5.203 | |
sce2fcs | 14.749 | 0.488 | 15.273 | |