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.3: CHECK report for MEAL on morelia

This page was generated on 2016-04-21 13:27:07 -0700 (Thu, 21 Apr 2016).

Package 675/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
MEAL 1.1.6
Carlos Ruiz
Snapshot Date: 2016-04-20 17:20:35 -0700 (Wed, 20 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MEAL
Last Changed Rev: 116583 / Revision: 116626
Last Changed Date: 2016-04-20 02:01:21 -0700 (Wed, 20 Apr 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK YES, new version is higher than in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  TIMEOUT  skipped  skipped 
morelia Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ OK ] OK YES, new version is higher than in internal repository

Summary

Package: MEAL
Version: 1.1.6
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings MEAL_1.1.6.tar.gz
StartedAt: 2016-04-21 04:40:08 -0700 (Thu, 21 Apr 2016)
EndedAt: 2016-04-21 04:51:21 -0700 (Thu, 21 Apr 2016)
EllapsedTime: 673.4 seconds
RetCode: 0
Status:  OK 
CheckDir: MEAL.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-bioc/meat/MEAL.Rcheck’
* using R version 3.3.0 beta (2016-04-06 r70435)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MEAL/DESCRIPTION’ ... OK
* this is package ‘MEAL’ version ‘1.1.6’
* 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 ... [30s/32s] 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 ... NOTE
DAPipeline: no visible global function definition for 'model.matrix'
DAProbe: no visible global function definition for 'contrasts'
DAProbe: no visible global function definition for 'qt'
DARegionAnalysis: no visible global function definition for
  'model.matrix'
DARegionAnalysis: no visible global function definition for 'prcomp'
SNPsforCPG: no visible global function definition for 'formula'
correlationMethExprs: no visible global function definition for
  'p.adjust'
createModel: no visible global function definition for 'model.matrix'
createModel: no visible global function definition for 'formula'
explainedVariance: no visible global function definition for 'lm'
explainedVariance: no visible global function definition for 'formula'
explainedVariance : <anonymous>: no visible global function definition
  for 'lm'
explainedVariance : <anonymous>: no visible global function definition
  for 'formula'
multiCorrMethExprs: no visible global function definition for 'prcomp'
plotFeature: no visible binding for global variable 'lm'
plotRDAMulti: no visible global function definition for 'plot'
plotRDAMulti: no visible global function definition for 'points'
plotRDAMulti: no visible global function definition for 'text'
plotRDAMulti: no visible global function definition for 'legend'
qqplotBand: no visible binding for global variable 'qbeta'
qqplotBand: no visible binding for global variable 'lm'
residualsCorr: no visible global function definition for 'lm'
exportResults,AnalysisResults: no visible global function definition
  for 'write.csv2'
plotRDA,AnalysisRegionResults: no visible global function definition
  for 'plot'
plotRDA,AnalysisRegionResults: no visible global function definition
  for 'text'
plotRDA,AnalysisRegionResults: no visible global function definition
  for 'points'
plotRDA,AnalysisRegionResults: no visible global function definition
  for 'legend'
topRDAhits,AnalysisRegionResults : <anonymous> : <anonymous>: no
  visible global function definition for 'cor.test'
topRDAhits,AnalysisRegionResults : <anonymous>: no visible global
  function definition for 'p.adjust'
Undefined global functions or variables:
  contrasts cor.test formula legend lm model.matrix p.adjust plot
  points prcomp qbeta qt text write.csv2
Consider adding
  importFrom("graphics", "legend", "plot", "points", "text")
  importFrom("stats", "contrasts", "cor.test", "formula", "lm",
             "model.matrix", "p.adjust", "prcomp", "qbeta", "qt")
  importFrom("utils", "write.csv2")
to your NAMESPACE file.
* 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 ... [281s/285s] OK
Examples with CPU or elapsed time > 5s
                     user system elapsed
plotRegion-methods 66.791  0.891  67.758
plotRDA-methods    66.559  0.934  67.579
topRDAhits-methods 61.284  0.847  62.169
DAPipeline         16.206  0.967  18.308
add.methy-methods   8.576  0.662  11.713
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [71s/71s]
 [71s/72s] 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.3-bioc/meat/MEAL.Rcheck/00check.log’
for details.


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:

nameusersystemelapsed
AnalysisRegionResults-class0.0020.0010.002
AnalysisResults-class0.0010.0000.001
DAPipeline16.206 0.96718.308
DAProbe0.4690.0140.483
DARegion2.6440.1222.772
DARegionAnalysis3.1420.1623.329
MethylationSet-class0.0010.0010.002
RDAset2.1050.0822.189
add.genexp-methods0.0650.0000.065
add.methy-methods 8.576 0.66211.713
add.set-methods0.0510.0000.051
calculateRelevantSNPs0.0010.0000.000
checkProbes-methods2.6490.0132.664
checkSamples-methods2.5670.0112.580
chrNumToChar0.0010.0010.001
createRanges0.0140.0000.014
explainedVariance0.0300.0020.032
exportResults-methods2.6480.0932.760
filterSet-methods2.4130.0142.431
getGeneVals-methods2.6320.0442.678
getMs-methods2.3380.0142.355
normalSNP0.0010.0000.001
plotBestFeatures2.8660.0452.914
plotEWAS-methods2.8860.0362.925
plotFeature2.6910.0502.744
plotQQ-methods2.9230.0522.977
plotRDA-methods66.559 0.93467.579
plotRegion-methods66.791 0.89167.758
plotVolcano-methods3.3170.1743.500
prepareMethylationSet2.5070.0762.585
preparePhenotype0.0040.0000.006
topRDAhits-methods61.284 0.84762.169