Back to Multiple platform build/check report for BioC 3.14 |
|
This page was generated on 2022-04-13 12:05:59 -0400 (Wed, 13 Apr 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4324 |
tokay2 | Windows Server 2012 R2 Standard | x64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4077 |
machv2 | macOS 10.14.6 Mojave | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4137 |
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 |
To the developers/maintainers of the sparrow package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to [email protected]:packages/sparrow.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 1839/2083 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
sparrow 1.0.3 (landing page) Steve Lianoglou
| nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
Package: sparrow |
Version: 1.0.3 |
Command: /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD check --install=check:sparrow.install-out.txt --library=/home/biocbuild/bbs-3.14-bioc/R/library --no-vignettes --timings sparrow_1.0.3.tar.gz |
StartedAt: 2022-04-12 09:28:23 -0400 (Tue, 12 Apr 2022) |
EndedAt: 2022-04-12 09:37:22 -0400 (Tue, 12 Apr 2022) |
EllapsedTime: 539.6 seconds |
RetCode: 0 |
Status: OK |
CheckDir: sparrow.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD check --install=check:sparrow.install-out.txt --library=/home/biocbuild/bbs-3.14-bioc/R/library --no-vignettes --timings sparrow_1.0.3.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.14-bioc/meat/sparrow.Rcheck’ * using R version 4.1.3 (2022-03-10) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘sparrow/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘sparrow’ version ‘1.0.3’ * 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 ‘sparrow’ 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 ... NOTE geneSetsStats: no visible binding for global variable ‘direction’ Undefined global functions or variables: direction * 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 line endings in Makefiles ... OK * checking for GNU extensions in Makefiles ... OK * checking include directives in Makefiles ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed goseq 7.567 0.228 6.885 seas 5.493 0.144 4.718 geneSetsStats 5.512 0.108 3.916 SparrowResult-utilities 5.313 0.180 4.596 annotateGeneSetMembership 5.073 0.152 4.370 * 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: 1 NOTE See ‘/home/biocbuild/bbs-3.14-bioc/meat/sparrow.Rcheck/00check.log’ for details.
sparrow.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD INSTALL sparrow ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.14-bioc/R/library’ * installing *source* package ‘sparrow’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (sparrow)
sparrow.Rcheck/tests/testthat.Rout
R version 4.1.3 (2022-03-10) -- "One Push-Up" Copyright (C) 2022 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("sparrow") > library("testthat") > library("data.table") > library("dplyr") Attaching package: 'dplyr' The following objects are masked from 'package:data.table': between, first, last The following object is masked from 'package:testthat': matches The following object is masked from 'package:sparrow': combine The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > > test_check("sparrow") Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1479 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • empty test (1) [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1479 ] > > ## Remove temporary files that were generated > test.dir <- system.file('tests', package = "sparrow") > pdfs <- dir(test.dir, "\\.pdf$", full.names=TRUE) > if (length(pdfs)) { + unlink(pdfs) + } > > > proc.time() user system elapsed 354.692 20.233 319.319
sparrow.Rcheck/sparrow-Ex.timings
name | user | system | elapsed | |
GeneSetDb-class | 0.092 | 0.004 | 0.070 | |
SparrowResult-utilities | 5.313 | 0.180 | 4.596 | |
addGeneSetMetadata | 0.084 | 0.000 | 0.060 | |
annotateGeneSetMembership | 5.073 | 0.152 | 4.370 | |
calculateIndividualLogFC | 1.721 | 0.060 | 1.781 | |
collectionMetadata | 0.096 | 0.004 | 0.073 | |
combine-GeneSetDb-GeneSetDb-method | 0.174 | 0.000 | 0.125 | |
combine-SparrowResult-SparrowResult-method | 0.120 | 0.008 | 0.124 | |
conform | 0.435 | 0.020 | 0.428 | |
conversion | 0.664 | 0.004 | 0.554 | |
convertIdentifiers | 0.242 | 0.000 | 0.147 | |
corplot | 0.087 | 0.000 | 0.087 | |
eigenWeightedMean | 1.744 | 0.060 | 1.754 | |
examples | 0.272 | 0.012 | 0.284 | |
failWith | 0 | 0 | 0 | |
featureIdMap | 0.398 | 0.004 | 0.376 | |
featureIds | 0.438 | 0.000 | 0.400 | |
geneSet | 0.105 | 0.000 | 0.071 | |
geneSetCollectionURLfunction | 0.076 | 0.000 | 0.052 | |
geneSetSummaryByGenes | 4.764 | 0.146 | 3.939 | |
geneSets | 0.074 | 0.000 | 0.048 | |
geneSetsStats | 5.512 | 0.108 | 3.916 | |
getKeggCollection | 0 | 0 | 0 | |
getMSigCollection | 0 | 0 | 0 | |
getPantherCollection | 0 | 0 | 0 | |
getReactomeCollection | 0 | 0 | 0 | |
goseq | 7.567 | 0.228 | 6.885 | |
gsdScore | 0.883 | 0.004 | 0.839 | |
gskey | 0.002 | 0.000 | 0.002 | |
hasGeneSet | 0.074 | 0.000 | 0.051 | |
hasGeneSetCollection | 0.068 | 0.000 | 0.048 | |
incidenceMatrix | 1.983 | 0.036 | 1.995 | |
iplot | 0.949 | 0.032 | 0.928 | |
is.active | 0.346 | 0.008 | 0.330 | |
logFC | 3.787 | 0.052 | 2.962 | |
mgheatmap | 0 | 0 | 0 | |
mgheatmap2 | 0 | 0 | 0 | |
msg | 0.001 | 0.000 | 0.000 | |
ora | 0.254 | 0.008 | 0.252 | |
p.matrix | 0.078 | 0.004 | 0.082 | |
randomGeneSetDb | 0.158 | 0.004 | 0.159 | |
renameCollections | 0.107 | 0.000 | 0.069 | |
renameRows | 0.327 | 0.012 | 0.333 | |
results | 0.101 | 0.000 | 0.101 | |
scale_rows | 0.003 | 0.000 | 0.003 | |
scoreSingleSamples | 4.751 | 0.108 | 4.756 | |
seas | 5.493 | 0.144 | 4.718 | |
sparrow_methods | 0.003 | 0.000 | 0.002 | |
species_info | 0.004 | 0.000 | 0.005 | |
subset.GeneSetDb | 0.087 | 0.004 | 0.064 | |
subsetByFeatures | 0.124 | 0.004 | 0.078 | |
validateInputs | 0.162 | 0.012 | 0.147 | |
volcanoPlot | 1.686 | 0.040 | 1.725 | |
volcanoStatsTable | 0.059 | 0.004 | 0.063 | |
zScore | 0.887 | 0.032 | 0.868 | |