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 ROntoTools on morelia

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

Package 999/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ROntoTools 1.99.0
Calin Voichita
Snapshot Date: 2016-04-20 17:20:35 -0700 (Wed, 20 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ROntoTools
Last Changed Rev: 116328 / Revision: 116626
Last Changed Date: 2016-04-14 22:40:35 -0700 (Thu, 14 Apr 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: ROntoTools
Version: 1.99.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings ROntoTools_1.99.0.tar.gz
StartedAt: 2016-04-21 07:05:03 -0700 (Thu, 21 Apr 2016)
EndedAt: 2016-04-21 07:07:54 -0700 (Thu, 21 Apr 2016)
EllapsedTime: 171.2 seconds
RetCode: 0
Status:  OK 
CheckDir: ROntoTools.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-bioc/meat/ROntoTools.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 ‘ROntoTools/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ROntoTools’ version ‘1.99.0’
* 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 ‘ROntoTools’ can be installed ... [8s/8s] 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 ... NOTE
Packages in Depends field not imported from:
  ‘Rgraphviz’ ‘methods’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
compute.normalInv: no visible global function definition for ‘pnorm’
compute.normalInv: no visible binding for global variable ‘qnorm’
compute.pORA: no visible global function definition for ‘phyper’
get.totalAccNorm: no visible global function definition for ‘sd’
get.totalPertNorm: no visible global function definition for ‘sd’
get.totalpDisNorm: no visible global function definition for ‘sd’
keggPathwayGraphs: no visible global function definition for
  ‘txtProgressBar’
keggPathwayGraphs : <anonymous>: no visible global function definition
  for ‘setTxtProgressBar’
keggPathwayGraphs : <anonymous>: no visible global function definition
  for ‘getTxtProgressBar’
loadKEGGpathwayDataREST: no visible global function definition for
  ‘txtProgressBar’
loadKEGGpathwayDataREST : <anonymous>: no visible global function
  definition for ‘setTxtProgressBar’
loadKEGGpathwayDataREST : <anonymous>: no visible global function
  definition for ‘getTxtProgressBar’
pDis.helper: no visible global function definition for ‘txtProgressBar’
pDis.helper : <anonymous>: no visible global function definition for
  ‘setTxtProgressBar’
pDis.helper : <anonymous>: no visible global function definition for
  ‘getTxtProgressBar’
peEdgeRenderInfo: no visible global function definition for
  ‘removedEdges’
peNodeRenderInfo: no visible global function definition for
  ‘colorRampPalette’
pf.helper: no visible global function definition for ‘txtProgressBar’
pf.helper : <anonymous>: no visible global function definition for
  ‘setTxtProgressBar’
pf.helper : <anonymous>: no visible global function definition for
  ‘getTxtProgressBar’
summary.pDisRes : <anonymous>: no visible global function definition
  for ‘p.adjust’
summary.peRes : <anonymous>: no visible global function definition for
  ‘p.adjust’
plot,pePathway-character: no visible global function definition for
  ‘abline’
plot,pePathway-character: no visible global function definition for
  ‘points’
plot,pePathway-character: no visible global function definition for
  ‘sd’
plot,pePathway-character: no visible global function definition for
  ‘density’
plot,peRes-character: no visible global function definition for ‘chull’
plot,peRes-character: no visible global function definition for
  ‘polygon’
plot,peRes-character: no visible global function definition for
  ‘points’
plot,peRes-character: no visible global function definition for ‘text’
plot,peRes-character: no visible global function definition for
  ‘abline’
Undefined global functions or variables:
  abline chull colorRampPalette density getTxtProgressBar p.adjust
  phyper pnorm points polygon qnorm removedEdges sd setTxtProgressBar
  text txtProgressBar
Consider adding
  importFrom("grDevices", "chull", "colorRampPalette")
  importFrom("graphics", "abline", "points", "polygon", "text")
  importFrom("stats", "density", "p.adjust", "phyper", "pnorm", "qnorm",
             "sd")
  importFrom("utils", "getTxtProgressBar", "setTxtProgressBar",
             "txtProgressBar")
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 ... NOTE
S3 methods shown with full name in documentation object 'summary.pDisRes':
  ‘summary.pDisRes’

S3 methods shown with full name in documentation object 'summary.peRes':
  ‘summary.peRes’

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [78s/78s] OK
Examples with CPU or elapsed time > 5s
                         user system elapsed
plot.peRes-methods     10.856  0.228  11.090
peEdgeRenderInfo        8.521  0.267   8.791
summary.peRes           8.343  0.234   8.585
pe                      8.281  0.264   8.549
peNodeRenderInfo        8.253  0.227   8.485
summary.pDisRes         8.200  0.169   8.374
plot.pePathway-methods  7.988  0.207   8.198
pDis                    7.864  0.189   8.055
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’ [17s/17s]
 [17s/17s] 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: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.3-bioc/meat/ROntoTools.Rcheck/00check.log’
for details.


ROntoTools.Rcheck/00install.out:

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

ROntoTools.Rcheck/ROntoTools-Ex.timings:

nameusersystemelapsed
alpha1MR0.0110.0000.012
alphaMLG0.010.000.01
compute.fisher0.0000.0000.001
compute.normalInv0.0010.0000.001
keggPathwayGraphs0.6680.0170.685
keggPathwayNames0.4870.0060.493
nodeWeights0.0060.0000.006
pDis7.8640.1898.055
pe8.2810.2648.549
peEdgeRenderInfo8.5210.2678.791
peNodeRenderInfo8.2530.2278.485
plot.pePathway-methods7.9880.2078.198
plot.peRes-methods10.856 0.22811.090
setEdgeWeights2.8880.0582.949
setNodeWeights0.4270.0020.428
summary.pDisRes8.2000.1698.374
summary.peRes8.3430.2348.585