Back to Multiple platform build/check report for BioC 3.9
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

CHECK report for GSEABenchmarkeR on merida2

This page was generated on 2019-04-09 13:36:42 -0400 (Tue, 09 Apr 2019).

Package 715/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GSEABenchmarkeR 1.3.2
Ludwig Geistlinger
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/GSEABenchmarkeR
Branch: master
Last Commit: 0466902
Last Changed Date: 2019-04-06 17:28:31 -0400 (Sat, 06 Apr 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ ERROR ] OK 

Summary

Package: GSEABenchmarkeR
Version: 1.3.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:GSEABenchmarkeR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings GSEABenchmarkeR_1.3.2.tar.gz
StartedAt: 2019-04-09 01:24:15 -0400 (Tue, 09 Apr 2019)
EndedAt: 2019-04-09 01:28:21 -0400 (Tue, 09 Apr 2019)
EllapsedTime: 246.1 seconds
RetCode: 1
Status:  ERROR 
CheckDir: GSEABenchmarkeR.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:GSEABenchmarkeR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings GSEABenchmarkeR_1.3.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.9-bioc/meat/GSEABenchmarkeR.Rcheck’
* using R Under development (unstable) (2018-11-27 r75683)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘GSEABenchmarkeR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GSEABenchmarkeR’ version ‘1.3.2’
* 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 ‘GSEABenchmarkeR’ 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 files in ‘vignettes’ ... OK
* checking examples ...sh: line 1: 86355 Illegal instruction: 4  LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/Library/Frameworks/R.framework/Resources/bin/R' --vanilla --encoding=UTF-8 > 'GSEABenchmarkeR-Ex.Rout' 2>&1 < GSEABenchmarkeR-Ex.R
 ERROR
Running examples in ‘GSEABenchmarkeR-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: runEA
> ### Title: Application of enrichment methods to multiple datasets
> ### Aliases: runEA
> 
> ### ** Examples
> 
> 
>     # loading three datasets from the GEO2KEGG compendium
>     geo2kegg <- loadEData("geo2kegg", nr.datasets=3)
Loading GEO2KEGG data compendium ...
> 
>     # only considering the first 1000 probes for demonstration
>     geo2kegg <- lapply(geo2kegg, function(d) d[1:1000,]) 
> 
>     # preprocessing and DE analysis for two of the datasets
>     geo2kegg <- maPreproc(geo2kegg[2:3])
Summarizing probe level expression ...
>     geo2kegg <- runDE(geo2kegg)
> 
>     # getting a subset of human KEGG gene sets
>     gs.file <- system.file("extdata/hsa_kegg_gs.gmt", package="EnrichmentBrowser")
>     kegg.gs <- EnrichmentBrowser::getGenesets(gs.file)
> 
>     # applying two methods to two datasets 
>     res <- runEA(geo2kegg, methods=c("ora", "camera"), gs=kegg.gs, perm=0)
* 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 ERROR
See
  ‘/Users/biocbuild/bbs-3.9-bioc/meat/GSEABenchmarkeR.Rcheck/00check.log’
for details.


Installation output

GSEABenchmarkeR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL GSEABenchmarkeR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘GSEABenchmarkeR’ ...
** R
** 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
* DONE (GSEABenchmarkeR)

Tests output


Example timings

GSEABenchmarkeR.Rcheck/GSEABenchmarkeR-Ex.timings

nameusersystemelapsed
bpPlot0.0160.0010.017
cacheResource2.2310.1512.399
evalNrSigSets1.7670.0351.812
evalRelevance0.4460.0140.462
evalTypeIError14.067 7.04017.239
loadEData34.108 7.68851.622
maPreproc1.8360.1862.753
readDataId2diseaseCodeMap0.0040.0140.019
readResults1.2210.7430.429
runDE1.5260.5841.670