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 OperaMate on tokay2

This page was generated on 2017-08-16 13:24:38 -0400 (Wed, 16 Aug 2017).

Package 927/1382HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
OperaMate 1.8.0
Chenglin Liu
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/OperaMate
Last Changed Rev: 129126 / Revision: 131943
Last Changed Date: 2017-04-24 15:25:24 -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: OperaMate
Version: 1.8.0
Command: rm -rf OperaMate.buildbin-libdir OperaMate.Rcheck && mkdir OperaMate.buildbin-libdir OperaMate.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=OperaMate.buildbin-libdir OperaMate_1.8.0.tar.gz >OperaMate.Rcheck\00install.out 2>&1 && cp OperaMate.Rcheck\00install.out OperaMate-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=OperaMate.buildbin-libdir --install="check:OperaMate-install.out" --force-multiarch --no-vignettes --timings OperaMate_1.8.0.tar.gz
StartedAt: 2017-08-16 01:42:46 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 01:46:24 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 217.3 seconds
RetCode: 0
Status:  OK  
CheckDir: OperaMate.Rcheck
Warnings: 0

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/OperaMate.Rcheck'
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'OperaMate/DESCRIPTION' ... OK
* this is package 'OperaMate' version '1.8.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 'OperaMate' can be installed ... 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
* 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
cellData: no visible global function definition for 'combn'
cellSigAnalysis: no visible global function definition for
  'write.table'
cellSigPlot: no visible binding for global variable 'strwidth'
cellSigPlot: no visible binding for global variable 'strheight'
fitStable: no visible global function definition for 'abline'
generateReport: no visible global function definition for 'write.table'
operaMate : configParser: no visible global function definition for
  'read.csv'
parseFullTab: no visible global function definition for 'read.delim'
parseMatrix: no visible global function definition for 'read.delim'
parseTab: no visible global function definition for 'read.delim'
wellQC : <anonymous>: no visible global function definition for
  'boxplot'
wellQC: no visible global function definition for 'boxplot'
cellNorm,cellData: no visible global function definition for
  'capture.output'
show,cellData: no visible global function definition for 'str'
show,expData: no visible global function definition for 'str'
Undefined global functions or variables:
  abline boxplot capture.output combn read.csv read.delim str strheight
  strwidth write.table
Consider adding
  importFrom("graphics", "abline", "boxplot", "strheight", "strwidth")
  importFrom("utils", "capture.output", "combn", "read.csv",
             "read.delim", "str", "write.table")
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
Examples with CPU or elapsed time > 5s
           user system elapsed
operaMate 32.50   0.81   44.09
cellViz    9.27   0.20    9.48
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
           user system elapsed
operaMate 42.52   0.63   54.86
cellViz   11.00   0.16   11.16
* 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
  'C:/Users/biocbuild/bbs-3.5-bioc/meat/OperaMate.Rcheck/00check.log'
for details.


OperaMate.Rcheck/00install.out:


install for i386

* installing *source* package 'OperaMate' ...
** 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 'OperaMate' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'OperaMate' as OperaMate_1.8.0.zip
* DONE (OperaMate)

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

nameusersystemelapsed
cellData-class000
cellLoad0.390.030.42
cellMean0.000.010.02
cellNorm0.030.000.04
cellNumLoad0.020.000.01
cellQC0.230.000.34
cellSig0.820.020.83
cellSigAnalysis0.430.123.25
cellSigAnalysisPlot1.070.053.83
cellSigPlot0.650.020.69
cellViz9.270.209.48
data0.010.030.05
expData-class000
generateReport0.050.020.06
loadAll0.700.010.72
operaMate32.50 0.8144.09
parseTemplete0.050.000.05

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

nameusersystemelapsed
cellData-class000
cellLoad0.530.050.58
cellMean0.030.010.05
cellNorm0.100.000.09
cellNumLoad0.030.000.03
cellQC0.300.030.38
cellSig0.850.020.87
cellSigAnalysis0.610.092.98
cellSigAnalysisPlot1.860.034.69
cellSigPlot0.950.000.95
cellViz11.00 0.1611.16
data0.030.000.03
expData-class000
generateReport0.030.000.03
loadAll0.550.000.55
operaMate42.52 0.6354.86
parseTemplete0.040.000.04