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.1: CHECK report for plateCore on moscato2

This page was generated on 2015-10-09 09:28:37 -0700 (Fri, 09 Oct 2015).

Package 724/1024HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
plateCore 1.26.0
Errol Strain
Snapshot Date: 2015-10-08 17:20:21 -0700 (Thu, 08 Oct 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_1/madman/Rpacks/plateCore
Last Changed Rev: 102591 / Revision: 109384
Last Changed Date: 2015-04-16 12:42:01 -0700 (Thu, 16 Apr 2015)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  WARNINGS UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
petty Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: plateCore
Version: 1.26.0
Command: rm -rf plateCore.buildbin-libdir plateCore.Rcheck && mkdir plateCore.buildbin-libdir plateCore.Rcheck && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=plateCore.buildbin-libdir plateCore_1.26.0.tar.gz >plateCore.Rcheck\00install.out 2>&1 && cp plateCore.Rcheck\00install.out plateCore-install.out && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD check --library=plateCore.buildbin-libdir --install="check:plateCore-install.out" --force-multiarch --no-vignettes --timings plateCore_1.26.0.tar.gz
StartedAt: 2015-10-09 04:51:17 -0700 (Fri, 09 Oct 2015)
EndedAt: 2015-10-09 04:56:26 -0700 (Fri, 09 Oct 2015)
EllapsedTime: 309.4 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: plateCore.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf plateCore.buildbin-libdir plateCore.Rcheck && mkdir plateCore.buildbin-libdir plateCore.Rcheck && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=plateCore.buildbin-libdir plateCore_1.26.0.tar.gz >plateCore.Rcheck\00install.out 2>&1 && cp plateCore.Rcheck\00install.out plateCore-install.out  && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD check --library=plateCore.buildbin-libdir --install="check:plateCore-install.out" --force-multiarch --no-vignettes --timings plateCore_1.26.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'E:/biocbld/bbs-3.1-bioc/meat/plateCore.Rcheck'
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'plateCore/DESCRIPTION' ... OK
* this is package 'plateCore' version '1.26.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 'plateCore' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  'flowCore' 'lattice'
A package should be listed in only one of these fields.
* 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
Packages in Depends field not imported from:
  'flowViz' 'latticeExtra'
  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
panel.xyplot.flowPlate: warning in filterBoundary(filter =
  filter[[nm]], parameters = c(channel.x.name, channel.y.name), frame =
  frames[[nm]]): partial argument match of 'filter' to 'filter.object'
fixAutoFl,flowPlate : .local: no visible binding for global variable
  'Sample.Type'
fpbind,flowPlate-flowPlate : .local : <anonymous>: no visible binding
  for global variable 'name'
setControlGates,flowPlate : .local: no visible binding for global
  variable 'Sample.Type'
setControlGates,flowPlate : .local: no visible binding for global
  variable 'Channel'
setControlGates,flowPlate : .local : <anonymous>: no visible binding
  for global variable 'Well.Id'
setControlGates,flowPlate : .local : <anonymous>: no visible binding
  for global variable 'plateName'
setControlGates,flowPlate : .local : <anonymous>: no visible binding
  for global variable 'name'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
  generic '[' and siglist 'flowPlate,ANY,ANY,ANY'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* 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' ... [62s] OK
Examples with CPU or elapsed time > 5s
                          user system elapsed
mfiPlot-methods           7.80   0.00    7.80
on-methods                7.06   0.01    7.06
applyControlGates-methods 6.80   0.03    6.83
summaryStats-methods      6.47   0.00    6.47
** running examples for arch 'x64' ... [74s] OK
Examples with CPU or elapsed time > 5s
                          user system elapsed
mfiPlot-methods           8.61   0.00    8.61
applyControlGates-methods 8.01   0.00    8.01
on-methods                7.96   0.00    7.96
summaryStats-methods      7.91   0.02    7.92
* 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 WARNING, 3 NOTEs
See
  'E:/biocbld/bbs-3.1-bioc/meat/plateCore.Rcheck/00check.log'
for details.


plateCore.Rcheck/00install.out:


install for i386

* installing *source* package 'plateCore' ...
** R
** data
** inst
** preparing package for lazy loading
No methods found in "flowStats" for requests: %on%
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
No methods found in "flowStats" for requests: %on%

install for x64

* installing *source* package 'plateCore' ...
** testing if installed package can be loaded
No methods found in "flowStats" for requests: %on%
* MD5 sums
packaged installation of 'plateCore' as plateCore_1.26.0.zip
* DONE (plateCore)

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

nameusersystemelapsed
Subset-methods1.750.011.76
applyControlGates-methods6.800.036.83
compensate-methods2.460.002.56
compensationSet0.190.000.19
densityplot-methods1.080.001.07
fixAutoFl-methods2.770.002.78
flowPlate-class1.440.001.44
flowPlate-method1.500.001.49
fpbind-methods3.090.003.09
getGroups-methods0.750.000.75
gutterPlot-methods0.880.020.91
mfiPlot-methods7.80.07.8
on-methods7.060.017.06
panel.densityplot.flowPlate1.400.021.42
panel.xyplot.flowPlate0.800.020.81
plateCore-package1.520.001.53
plateSet-methods1.360.001.36
plotPlate-methods1.670.011.69
prepanel.densityplot.flowPlate0.860.020.87
prepanel.xyplot.flowPlate0.980.000.98
setControlGates-methods1.650.001.66
summaryStats-methods6.470.006.47
wellAnnotation-methods1.050.031.08
xyplot-methods0.900.031.51

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

nameusersystemelapsed
Subset-methods2.310.002.31
applyControlGates-methods8.010.008.01
compensate-methods3.170.003.17
compensationSet0.170.000.17
densityplot-methods1.090.021.11
fixAutoFl-methods3.480.003.48
flowPlate-class1.830.001.82
flowPlate-method1.890.021.91
fpbind-methods3.680.003.68
getGroups-methods0.810.010.83
gutterPlot-methods1.280.021.29
mfiPlot-methods8.610.008.61
on-methods7.960.007.96
panel.densityplot.flowPlate1.370.001.37
panel.xyplot.flowPlate0.90.00.9
plateCore-package2.140.012.16
plateSet-methods1.970.001.96
plotPlate-methods3.620.023.63
prepanel.densityplot.flowPlate1.540.011.56
prepanel.xyplot.flowPlate0.890.030.92
setControlGates-methods2.120.022.14
summaryStats-methods7.910.027.92
wellAnnotation-methods0.810.000.81
xyplot-methods0.930.000.93