Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:38:12 -0400 (Fri, 20 Oct 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4347 |
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 1964/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
sparrow 1.6.0 (landing page) Steve Lianoglou
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | OK | OK | ||||||||
To the developers/maintainers of the sparrow package: - 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: sparrow |
Version: 1.6.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:sparrow.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings sparrow_1.6.0.tar.gz |
StartedAt: 2023-10-19 02:43:01 -0400 (Thu, 19 Oct 2023) |
EndedAt: 2023-10-19 03:02:58 -0400 (Thu, 19 Oct 2023) |
EllapsedTime: 1196.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: sparrow.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:sparrow.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings sparrow_1.6.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/sparrow.Rcheck’ * using R version 4.3.1 (2023-06-16) * using platform: aarch64-apple-darwin20 (64-bit) * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Monterey 12.6.7 * 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.6.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 ‘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 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 ... 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 8.211 0.381 15.160 seas 6.685 0.263 11.376 geneSetsStats 5.106 0.070 9.252 SparrowResult-utilities 4.676 0.112 8.159 annotateGeneSetMembership 4.685 0.101 8.210 scoreSingleSamples 4.291 0.170 7.614 geneSetSummaryByGenes 3.745 0.061 6.687 logFC 3.439 0.095 6.234 * 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 ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/sparrow.Rcheck/00check.log’ for details.
sparrow.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL sparrow ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/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.3.1 (2023-06-16) -- "Beagle Scouts" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 (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 [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [1] "Calculating ranks..." [1] "Calculating absolute values from ranks..." [1] "Normalizing..." [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1495 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-MultiGSEAResult.R:3:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 1495 ] > > ## 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 371.118 21.887 685.497
sparrow.Rcheck/sparrow-Ex.timings
name | user | system | elapsed | |
GeneSetDb-class | 0.092 | 0.006 | 0.168 | |
SparrowResult-utilities | 4.676 | 0.112 | 8.159 | |
addGeneSetMetadata | 0.070 | 0.003 | 0.121 | |
annotateGeneSetMembership | 4.685 | 0.101 | 8.210 | |
calculateIndividualLogFC | 2.688 | 0.095 | 4.935 | |
collectionMetadata | 0.082 | 0.004 | 0.148 | |
combine-GeneSetDb-GeneSetDb-method | 0.096 | 0.005 | 0.172 | |
combine-SparrowResult-SparrowResult-method | 0.152 | 0.008 | 0.269 | |
conform | 0.481 | 0.017 | 0.879 | |
conversion | 0.678 | 0.019 | 1.246 | |
convertIdentifiers | 0.208 | 0.007 | 0.386 | |
corplot | 0.098 | 0.008 | 0.189 | |
eigenWeightedMean | 2.440 | 0.058 | 4.380 | |
examples | 0.311 | 0.066 | 0.662 | |
failWith | 0.001 | 0.000 | 0.001 | |
featureIdMap | 0.467 | 0.011 | 0.854 | |
featureIds | 0.523 | 0.013 | 0.916 | |
geneSet | 0.093 | 0.003 | 0.172 | |
geneSetCollectionURLfunction | 0.065 | 0.002 | 0.110 | |
geneSetSummaryByGenes | 3.745 | 0.061 | 6.687 | |
geneSets | 0.061 | 0.001 | 0.109 | |
geneSetsStats | 5.106 | 0.070 | 9.252 | |
getKeggCollection | 0 | 0 | 0 | |
getMSigCollection | 0 | 0 | 0 | |
getPantherCollection | 0.000 | 0.001 | 0.000 | |
getReactomeCollection | 0 | 0 | 0 | |
goseq | 8.211 | 0.381 | 15.160 | |
gsdScore | 1.035 | 0.018 | 1.882 | |
gskey | 0.004 | 0.001 | 0.009 | |
hasGeneSet | 0.089 | 0.003 | 0.160 | |
hasGeneSetCollection | 0.062 | 0.001 | 0.112 | |
incidenceMatrix | 1.337 | 0.022 | 2.366 | |
iplot | 1.378 | 0.151 | 2.701 | |
is.active | 0.394 | 0.038 | 0.769 | |
logFC | 3.439 | 0.095 | 6.234 | |
mgheatmap | 0 | 0 | 0 | |
mgheatmap2 | 0 | 0 | 0 | |
msg | 0.000 | 0.000 | 0.001 | |
ora | 0.402 | 0.020 | 0.682 | |
p.matrix | 0.111 | 0.002 | 0.209 | |
randomGeneSetDb | 0.089 | 0.010 | 0.174 | |
renameCollections | 0.090 | 0.002 | 0.157 | |
renameRows | 0.413 | 0.010 | 0.691 | |
results | 0.130 | 0.006 | 0.216 | |
scale_rows | 0.004 | 0.001 | 0.009 | |
scoreSingleSamples | 4.291 | 0.170 | 7.614 | |
seas | 6.685 | 0.263 | 11.376 | |
sparrow_methods | 0.004 | 0.001 | 0.009 | |
species_info | 0.007 | 0.002 | 0.010 | |
subset.GeneSetDb | 0.077 | 0.002 | 0.121 | |
subsetByFeatures | 0.085 | 0.003 | 0.133 | |
validateInputs | 0.140 | 0.013 | 0.236 | |
volcanoPlot | 2.288 | 0.119 | 3.696 | |
volcanoStatsTable | 0.074 | 0.003 | 0.122 | |
zScore | 0.875 | 0.020 | 1.539 | |