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.6: CHECK report for OperaMate on tokay1

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

Package 942/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
OperaMate 1.9.0
Chenglin Liu
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OperaMate
Last Changed Rev: 129129 / Revision: 131943
Last Changed Date: 2017-04-24 15:50:57 -0400 (Mon, 24 Apr 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository
veracruz1 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.9.0
Command: rm -rf OperaMate.buildbin-libdir OperaMate.Rcheck && mkdir OperaMate.buildbin-libdir OperaMate.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=OperaMate.buildbin-libdir OperaMate_1.9.0.tar.gz >OperaMate.Rcheck\00install.out 2>&1 && cp OperaMate.Rcheck\00install.out OperaMate-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=OperaMate.buildbin-libdir --install="check:OperaMate-install.out" --force-multiarch --no-vignettes --timings OperaMate_1.9.0.tar.gz
StartedAt: 2017-08-16 01:19:31 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 01:22:54 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 202.7 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.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=OperaMate.buildbin-libdir OperaMate_1.9.0.tar.gz >OperaMate.Rcheck\00install.out 2>&1 && cp OperaMate.Rcheck\00install.out OperaMate-install.out  &&  C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=OperaMate.buildbin-libdir --install="check:OperaMate-install.out" --force-multiarch --no-vignettes --timings OperaMate_1.9.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.6-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.9.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 30.52   0.41   41.67
cellViz   10.07   0.14   10.22
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
           user system elapsed
operaMate 43.73   0.46   54.45
cellViz   10.64   0.11   10.75
* 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.6-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.9.0.zip
* DONE (OperaMate)

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

nameusersystemelapsed
cellData-class000
cellLoad0.670.010.68
cellMean0.050.000.05
cellNorm0.060.000.06
cellNumLoad0.020.000.02
cellQC0.340.020.36
cellSig0.890.020.90
cellSigAnalysis0.470.073.25
cellSigAnalysisPlot1.390.023.99
cellSigPlot0.960.020.97
cellViz10.07 0.1410.22
data0.020.000.01
expData-class0.020.000.02
generateReport0.030.000.03
loadAll0.430.010.45
operaMate30.52 0.4141.67
parseTemplete0.030.000.04

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

nameusersystemelapsed
cellData-class000
cellLoad0.470.000.47
cellMean0.010.000.02
cellNorm0.050.000.05
cellNumLoad000
cellQC0.220.010.28
cellSig0.700.020.72
cellSigAnalysis0.400.053.05
cellSigAnalysisPlot1.080.013.72
cellSigPlot0.820.000.81
cellViz10.64 0.1110.75
data0.010.000.01
expData-class000
generateReport0.030.000.04
loadAll0.490.000.48
operaMate43.73 0.4654.45
parseTemplete0.020.000.02