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.5: CHECK report for matchBox on tokay2

This page was generated on 2017-10-18 14:22:10 -0400 (Wed, 18 Oct 2017).

Package 759/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
matchBox 1.18.0
Luigi Marchionni , Anuj Gupta
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/matchBox
Branch: RELEASE_3_5
Last Commit: 93eed59
Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: matchBox
Version: 1.18.0
Command: rm -rf matchBox.buildbin-libdir matchBox.Rcheck && mkdir matchBox.buildbin-libdir matchBox.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=matchBox.buildbin-libdir matchBox_1.18.0.tar.gz >matchBox.Rcheck\00install.out 2>&1 && cp matchBox.Rcheck\00install.out matchBox-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=matchBox.buildbin-libdir --install="check:matchBox-install.out" --force-multiarch --no-vignettes --timings matchBox_1.18.0.tar.gz
StartedAt: 2017-10-18 01:04:40 -0400 (Wed, 18 Oct 2017)
EndedAt: 2017-10-18 01:05:11 -0400 (Wed, 18 Oct 2017)
EllapsedTime: 31.0 seconds
RetCode: 0
Status:  OK  
CheckDir: matchBox.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf matchBox.buildbin-libdir matchBox.Rcheck && mkdir matchBox.buildbin-libdir matchBox.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=matchBox.buildbin-libdir matchBox_1.18.0.tar.gz >matchBox.Rcheck\00install.out 2>&1 && cp matchBox.Rcheck\00install.out matchBox-install.out  &&  C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=matchBox.buildbin-libdir --install="check:matchBox-install.out" --force-multiarch --no-vignettes --timings matchBox_1.18.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/matchBox.Rcheck'
* using R version 3.4.2 Patched (2017-10-07 r73498)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'matchBox/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'matchBox' version '1.18.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 whether package 'matchBox' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  'is.odd'
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
calcHypPI : <anonymous>: no visible global function definition for
  'qhyper'
computeCat: no visible global function definition for 'combn'
medianM: no visible global function definition for 'median'
plotCat: no visible global function definition for 'layout'
plotCat: no visible global function definition for 'rainbow'
plotCat: no visible global function definition for 'par'
plotCat: no visible global function definition for 'plot'
plotCat: no visible global function definition for 'colors'
plotCat: no visible global function definition for 'polygon'
plotCat: no visible global function definition for 'points'
plotCat: no visible global function definition for 'mtext'
plotCat: no visible global function definition for 'plot.new'
Undefined global functions or variables:
  colors combn layout median mtext par plot plot.new points polygon
  qhyper rainbow
Consider adding
  importFrom("grDevices", "colors", "rainbow")
  importFrom("graphics", "layout", "mtext", "par", "plot", "plot.new",
             "points", "polygon")
  importFrom("stats", "median", "qhyper")
  importFrom("utils", "combn")
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 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 ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... 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
  'C:/Users/biocbuild/bbs-3.5-bioc/meat/matchBox.Rcheck/00check.log'
for details.


matchBox.Rcheck/00install.out:


install for i386

* installing *source* package 'matchBox' ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'matchBox' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'matchBox' as matchBox_1.18.0.zip
* DONE (matchBox)

matchBox.Rcheck/examples_i386/matchBox-Ex.timings:

nameusersystemelapsed
calcHypPI0.180.020.22
computeCat0.310.000.31
filterRedundant0.030.000.03
mergeData0.050.000.05
plotCat0.230.000.24

matchBox.Rcheck/examples_x64/matchBox-Ex.timings:

nameusersystemelapsed
calcHypPI0.330.000.33
computeCat0.580.000.58
filterRedundant0.040.000.05
mergeData0.070.000.06
plotCat0.290.000.30