| 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 |
This page was generated on 2016-04-23 10:15:03 -0700 (Sat, 23 Apr 2016).
| Package 608/1103 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | |||||
| MEAL 1.0.4 Carlos Ruiz
| zin1 | Linux (Ubuntu 14.04.2 LTS) / x86_64 | NotNeeded | OK | [ ERROR ] | ||||||
| moscato1 | Windows Server 2008 R2 Standard (64-bit) / x64 | NotNeeded | OK | ERROR | OK | ||||||
| oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | NotNeeded | OK | ERROR | OK |
| Package: MEAL |
| Version: 1.0.4 |
| Command: /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings MEAL_1.0.4.tar.gz |
| StartedAt: 2016-04-23 02:34:19 -0700 (Sat, 23 Apr 2016) |
| EndedAt: 2016-04-23 02:41:15 -0700 (Sat, 23 Apr 2016) |
| EllapsedTime: 416.3 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: MEAL.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings MEAL_1.0.4.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.2-bioc/meat/MEAL.Rcheck’
* using R version 3.2.4 Revised (2016-03-16 r70336)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MEAL/DESCRIPTION’ ... OK
* this is package ‘MEAL’ version ‘1.0.4’
* 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 ‘MEAL’ can be installed ... [29s/29s] 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 ... NOTE
Unexported object imported by a ':::' call: ‘S4Vectors:::selectSome’
See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
plotVolcano,AnalysisResults: no visible binding for global variable
‘adj.p’
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [84s/85s] OK
Examples with CPU or elapsed time > 5s
user system elapsed
DAPipeline 15.518 0.319 15.850
add.methy-methods 9.110 0.168 9.280
plotRegion-methods 7.219 0.020 7.258
plotRDA-methods 6.898 0.024 6.925
DARegionAnalysis 5.388 0.028 5.422
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’ [47s/47s]
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
[cpgCollapseAnnotation] Defining blocks.
[cpgCollapse] Collapsing data
coercing object of mode numeric to SnpMatrix
'nperm' >= set of all permutations: complete enumeration.
Set of permutations < 'minperm'. Generating entire set.
Error in eval(expr, envir, enclos) : could not find function "add_methy"
Calls: test_check ... with_reporter -> force -> source_file -> eval -> eval
In addition: Warning message:
In matrix(runif(6, max = 15), 4) :
data length [6] is not a sub-multiple or multiple of the number of rows [4]
testthat results ================================================================
OK: 216 SKIPPED: 0 FAILED: 0
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, 2 NOTEs
See
‘/home/biocbuild/bbs-3.2-bioc/meat/MEAL.Rcheck/00check.log’
for details.
testthat.Rout.fail:
R version 3.2.4 Revised (2016-03-16 r70336) -- "Very Secure Dishes"
Copyright (C) 2016 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(testthat)
> library(MEAL)
Loading required package: Biobase
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, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, as.vector, cbind, colnames, do.call, duplicated,
eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply,
lengths, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
tapply, union, unique, unlist, unsplit
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
>
> test_check("MEAL")
[cpgCollapse] Creating annotation.
[cpgCollapseAnnotation] Clustering islands and clusters of probes.
[cpgCollapseAnnotation] Computing new annotation.
[cpgCollapseAnnotation] Defining blocks.
[cpgCollapse] Collapsing data
coercing object of mode numeric to SnpMatrix
'nperm' >= set of all permutations: complete enumeration.
Set of permutations < 'minperm'. Generating entire set.
Error in eval(expr, envir, enclos) : could not find function "add_methy"
Calls: test_check ... with_reporter -> force -> source_file -> eval -> eval
In addition: Warning message:
In matrix(runif(6, max = 15), 4) :
data length [6] is not a sub-multiple or multiple of the number of rows [4]
testthat results ================================================================
OK: 216 SKIPPED: 0 FAILED: 0
Execution halted
MEAL.Rcheck/00install.out:
* installing *source* package ‘MEAL’ ... ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded * DONE (MEAL)
MEAL.Rcheck/MEAL-Ex.timings:
| name | user | system | elapsed | |
| AnalysisRegionResults-class | 0.002 | 0.000 | 0.003 | |
| AnalysisResults-class | 0.002 | 0.000 | 0.002 | |
| DAPipeline | 15.518 | 0.319 | 15.850 | |
| DAProbe | 0.612 | 0.024 | 0.637 | |
| DARegion | 2.001 | 0.048 | 2.050 | |
| DARegionAnalysis | 5.388 | 0.028 | 5.422 | |
| MethylationSet-class | 0.001 | 0.000 | 0.001 | |
| RDAset | 1.308 | 0.004 | 1.316 | |
| add.genexp-methods | 0.057 | 0.000 | 0.057 | |
| add.methy-methods | 9.110 | 0.168 | 9.280 | |
| add.set-methods | 0.041 | 0.000 | 0.041 | |
| calculateRelevantSNPs | 0.000 | 0.000 | 0.001 | |
| checkProbes-methods | 1.266 | 0.008 | 1.276 | |
| checkSamples-methods | 1.269 | 0.012 | 1.281 | |
| chrNumToChar | 0.001 | 0.000 | 0.000 | |
| createRanges | 0.015 | 0.000 | 0.016 | |
| explainedVariance | 0.023 | 0.000 | 0.022 | |
| exportResults-methods | 1.624 | 0.024 | 1.648 | |
| filterSet-methods | 1.027 | 0.000 | 1.027 | |
| getGeneVals-methods | 2.692 | 0.024 | 2.744 | |
| getMs-methods | 1.056 | 0.000 | 1.055 | |
| normalSNP | 0.001 | 0.000 | 0.000 | |
| plotBestFeatures | 1.568 | 0.044 | 1.614 | |
| plotEWAS-methods | 2.991 | 0.028 | 3.023 | |
| plotFeature | 1.444 | 0.000 | 1.445 | |
| plotQQ-methods | 1.713 | 0.004 | 1.718 | |
| plotRDA-methods | 6.898 | 0.024 | 6.925 | |
| plotRegion-methods | 7.219 | 0.020 | 7.258 | |
| plotVolcano-methods | 2.085 | 0.016 | 2.107 | |
| prepareMethylationSet | 1.726 | 0.016 | 1.743 | |
| preparePhenotype | 0.004 | 0.000 | 0.005 | |