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

This page was generated on 2016-10-13 12:54:05 -0700 (Thu, 13 Oct 2016).

Package 810/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
OperaMate 1.4.0
Chenglin Liu
Snapshot Date: 2016-10-12 17:20:15 -0700 (Wed, 12 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/OperaMate
Last Changed Rev: 117079 / Revision: 122332
Last Changed Date: 2016-05-03 14:20:18 -0700 (Tue, 03 May 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: OperaMate
Version: 1.4.0
Command: rm -rf OperaMate.buildbin-libdir OperaMate.Rcheck && mkdir OperaMate.buildbin-libdir OperaMate.Rcheck && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=OperaMate.buildbin-libdir OperaMate_1.4.0.tar.gz >OperaMate.Rcheck\00install.out 2>&1 && cp OperaMate.Rcheck\00install.out OperaMate-install.out && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD check --library=OperaMate.buildbin-libdir --install="check:OperaMate-install.out" --force-multiarch --no-vignettes --timings OperaMate_1.4.0.tar.gz
StartedAt: 2016-10-13 06:59:01 -0700 (Thu, 13 Oct 2016)
EndedAt: 2016-10-13 07:03:58 -0700 (Thu, 13 Oct 2016)
EllapsedTime: 297.0 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 && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=OperaMate.buildbin-libdir OperaMate_1.4.0.tar.gz >OperaMate.Rcheck\00install.out 2>&1 && cp OperaMate.Rcheck\00install.out OperaMate-install.out  && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD check --library=OperaMate.buildbin-libdir --install="check:OperaMate-install.out" --force-multiarch --no-vignettes --timings OperaMate_1.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'E:/biocbld/bbs-3.3-bioc/meat/OperaMate.Rcheck'
* using R version 3.3.1 (2016-06-21)
* 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.4.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 53.76   0.83   62.62
cellViz   15.32   0.10   15.41
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                 user system elapsed
operaMate       63.50   1.03   74.10
cellViz         19.09   0.28   19.61
cellSigAnalysis  0.57   0.06    7.15
* 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
  'E:/biocbld/bbs-3.3-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.4.0.zip
* DONE (OperaMate)

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

nameusersystemelapsed
cellData-class000
cellLoad0.540.020.57
cellMean0.020.000.01
cellNorm0.070.000.08
cellNumLoad0.020.000.02
cellQC0.200.060.28
cellSig0.950.010.96
cellSigAnalysis0.560.054.27
cellSigAnalysisPlot0.250.022.22
cellSigPlot0.310.040.36
cellViz15.32 0.1015.41
data0.020.000.02
expData-class000
generateReport0.010.010.03
loadAll0.440.050.48
operaMate53.76 0.8362.62
parseTemplete0.030.010.05

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

nameusersystemelapsed
cellData-class000
cellLoad0.610.020.62
cellMean0.010.000.02
cellNorm0.050.000.05
cellNumLoad0.020.000.01
cellQC0.290.010.31
cellSig1.560.041.59
cellSigAnalysis0.570.067.15
cellSigAnalysisPlot0.340.002.37
cellSigPlot0.440.010.45
cellViz19.09 0.2819.61
data0.030.020.05
expData-class000
generateReport0.050.000.05
loadAll0.790.000.79
operaMate63.50 1.0374.10
parseTemplete0.040.000.05