Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K [L] M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.2: CHECK report for LOLA on oaxaca

This page was generated on 2015-10-27 17:42:41 -0400 (Tue, 27 Oct 2015).

Package 572/1104HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
LOLA 1.0.0
Nathan Sheffield
Snapshot Date: 2015-10-26 19:24:07 -0400 (Mon, 26 Oct 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/LOLA
Last Changed Rev: 109589 / Revision: 109947
Last Changed Date: 2015-10-13 15:36:05 -0400 (Tue, 13 Oct 2015)
linux1.bioconductor.org Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  ERROR 
windows1.bioconductor.org Windows Server 2012 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  ERROR  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  ERROR  OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ ERROR ] OK 

Summary

Package: LOLA
Version: 1.0.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings LOLA_1.0.0.tar.gz
StartedAt: 2015-10-27 05:06:02 -0400 (Tue, 27 Oct 2015)
EndedAt: 2015-10-27 05:09:58 -0400 (Tue, 27 Oct 2015)
EllapsedTime: 235.9 seconds
RetCode: 1
Status:  ERROR 
CheckDir: LOLA.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings LOLA_1.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.2-bioc/meat/LOLA.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘LOLA/DESCRIPTION’ ... OK
* this is package ‘LOLA’ version ‘1.0.0’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: ‘simpleCache’
* 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 ‘LOLA’ can be installed ... [9s/9s] 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 loading without being on the library search path ... 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [11s/11s] OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [6s/6s]
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  7: expectation(identical(as.vector(x), FALSE), "isn't false", "is false")
  8: structure(list(passed = passed, error = FALSE, skipped = FALSE, failure_msg = failure_msg, 
         success_msg = success_msg, srcref = srcref), class = "expectation")
  9: identical(as.vector(x), FALSE)
  10: as.vector(x)
  11: "*" %in% as.character(strand(rb))
  
  testthat results ================================================================
  OK: 29 SKIPPED: 0 FAILED: 1
  1. Error: readBed 
  
  Error: testthat unit tests failed
  Execution halted
* 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, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.2-bioc/meat/LOLA.Rcheck/00check.log’
for details.

LOLA.Rcheck/tests/testthat.Rout.fail:


R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.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(LOLA)
> 
> test_check("LOLA")
There were 15 warnings (use warnings() to see them)
1. Error: readBed --------------------------------------------------------------
error in evaluating the argument 'table' in selecting a method for function '%in%': could not find function "strand"

1: withCallingHandlers(eval(code, new_test_environment), error = capture_calls, message = function(c) invokeRestart("muffleMessage"))
2: eval(code, new_test_environment)
3: eval(expr, envir, enclos)
4: expect_false("*" %in% as.character(strand(rb))) at test_all.R:143
5: expect_that(object, is_false(), info, label)
6: condition(object)
7: expectation(identical(as.vector(x), FALSE), "isn't false", "is false")
8: structure(list(passed = passed, error = FALSE, skipped = FALSE, failure_msg = failure_msg, 
       success_msg = success_msg, srcref = srcref), class = "expectation")
9: identical(as.vector(x), FALSE)
10: as.vector(x)
11: "*" %in% as.character(strand(rb))

testthat results ================================================================
OK: 29 SKIPPED: 0 FAILED: 1
1. Error: readBed 

Error: testthat unit tests failed
Execution halted

LOLA.Rcheck/00install.out:

* installing *source* package ‘LOLA’ ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (LOLA)

LOLA.Rcheck/LOLA-Ex.timings:

nameusersystemelapsed
buildRestrictedUniverse0.3670.0020.369
checkUniverseAppropriateness0.1060.0020.108
extractEnrichmentOverlaps1.6100.0491.678
getRegionSet1.3070.0401.348
listRegionSets0.0310.0100.041
loadRegionDB0.2330.0150.248
mergeRegionDBs0.3720.0160.388
readBed0.0060.0000.007
readCollection0.1370.0030.140
readCollectionAnnotation0.0040.0000.004
readCollectionFiles0.010.000.01
readRegionGRL0.2310.0150.246
readRegionSetAnnotation0.0260.0100.037
redefineUserSets1.2630.0351.301
runLOLA1.1430.0261.169
setSharedDataDir0.0010.0000.001
splitFileIntoCollection0.0070.0010.007
userSets000
writeCombinedEnrichment1.2650.0331.298