Back to Multiple platform build/check report for BioC 3.10
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

CHECK report for openCyto on tokay1

This page was generated on 2020-04-15 12:22:16 -0400 (Wed, 15 Apr 2020).

Package 1192/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
openCyto 1.24.0
Mike Jiang
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/openCyto
Branch: RELEASE_3_10
Last Commit: 9a81423
Last Changed Date: 2019-10-29 13:08:50 -0400 (Tue, 29 Oct 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: openCyto
Version: 1.24.0
Command: C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:openCyto.install-out.txt --library=C:\Users\biocbuild\bbs-3.10-bioc\R\library --no-vignettes --timings openCyto_1.24.0.tar.gz
StartedAt: 2020-04-15 05:14:57 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 05:20:58 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 360.4 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: openCyto.Rcheck
Warnings: 4

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:openCyto.install-out.txt --library=C:\Users\biocbuild\bbs-3.10-bioc\R\library --no-vignettes --timings openCyto_1.24.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.10-bioc/meat/openCyto.Rcheck'
* using R version 3.6.3 (2020-02-29)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'openCyto/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'openCyto' version '1.24.0'
* package encoding: UTF-8
* 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 ... NOTE
Found the following hidden files and directories:
  .travis.yml
  .github
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... OK
* checking whether package 'openCyto' can be installed ... WARNING
Found the following significant warnings:
  Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:15: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
  Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:17: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
  Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:19: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
  Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/gs_add_gating_method.Rd:40: file link 'load_gs' in package 'flowWorkspace' does not exist and so has been treated as a topic
  Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/openCyto.Rd:28: missing file link 'gating-methods'
See 'C:/Users/biocbuild/bbs-3.10-bioc/meat/openCyto.Rcheck/00install.out' for details.
* 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
* 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 dependencies in R code ... NOTE
'library' or 'require' call to 'parallel' in package code.
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
Namespace in Imports field not imported from: 'flowViz'
  All declared Imports should be used.
':::' call which should be '::': 'flowWorkspace:::gh_pop_is_negated'
  See the note in ?`:::` about the use of this operator.
Unexported objects imported by ':::' calls:
  'flowClust:::.ellipsePoints' 'flowStats:::drvkde'
  'flowStats:::warpSetNCDF' 'flowWorkspace:::.addGate'
  'flowWorkspace:::.cpp_addGate' 'flowWorkspace:::.cpp_boolGating'
  'flowWorkspace:::.cpp_setIndices'
  'flowWorkspace:::.getAllDescendants'
  'flowWorkspace:::filter_to_list.booleanFilter'
  'flowWorkspace:::filter_to_list.rectangleGate' 'lattice:::updateList'
  See the note in ?`:::` about the use of this operator.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  'groupBy' 'isCollapse' 'ppMethod' 'unlockNamespace'
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Found the following possibly unsafe calls:
File 'openCyto/R/pluginFramework.R':
  unlockBinding(methodName, ENV)
  unlockBinding(methodName, ENV)

.boundary: no visible global function definition for 'rectangleGate'
.center_mode: no visible global function definition for 'density'
.find_peaks: no visible global function definition for 'density'
.find_peaks: no visible global function definition for 'points'
.find_valleys: no visible global function definition for 'density'
.gateToFilterResult: no visible global function definition for 'exprs'
.gateToFilterResult: no visible global function definition for 'as'
.gate_tail: no visible global function definition for 'exprs'
.gate_tail: no visible global function definition for 'exprs<-'
.gate_tail: no visible global function definition for 'rectangleGate'
.gatingTemplate: no visible global function definition for 'as'
.gatingTemplate: no visible global function definition for 'new'
.gatingTemplate: no visible binding for global variable 'pop'
.gatingTemplate: no visible binding for global variable 'gating_method'
.gatingTemplate: no visible binding for global variable 'gating_args'
.gatingTemplate: no visible binding for global variable
  'collapseDataForGating'
.gatingTemplate: no visible binding for global variable
  'preprocessing_method'
.gatingTemplate: no visible binding for global variable
  'preprocessing_args'
.gatingTemplate: no visible global function definition for 'extends'
.gating_adaptor: no visible global function definition for 'as'
.gating_adaptor: no visible global function definition for 'na.omit'
.gating_adaptor: no visible global function definition for
  'rectangleGate'
.gating_adaptor: no visible global function definition for 'filters'
.gating_adaptor: no visible global function definition for 'extends'
.gating_gtMethod : <anonymous>: no visible global function definition
  for 'extends'
.gating_gtMethod: no visible global function definition for 'extends'
.gating_refGate : <anonymous>: no visible global function definition
  for 'rectangleGate'
.gating_refGate: no visible global function definition for 'filterList'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'parent'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'gating_method'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'gating_args'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'collapseDataForGating'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'preprocessing_method'
.gen_1dgate : <anonymous>: no visible binding for global variable
  'preprocessing_args'
.gen_dummy_ref_gate: no visible binding for global variable 'parent'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'pop'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'gating_method'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'gating_args'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'collapseDataForGating'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'preprocessing_method'
.gen_dummy_ref_gate : <anonymous>: no visible binding for global
  variable 'preprocessing_args'
.gen_refGate: no visible binding for global variable 'parent'
.gen_refGate: no visible binding for global variable 'gating_args'
.getEllipse: no visible global function definition for 'qf'
.getEllipse: no visible global function definition for 'qchisq'
.getEllipseGate: no visible global function definition for 'qf'
.getEllipseGate: no visible global function definition for 'qchisq'
.getEllipseGate: no visible global function definition for
  'polygonGate'
.getEllipseGate: no visible global function definition for
  'ellipsoidGate'
.getFullPath: no visible binding for global variable 'parent'
.improvedMindensity: no visible global function definition for
  'density'
.improvedMindensity: no visible global function definition for
  'smooth.spline'
.improvedMindensity: no visible global function definition for
  'predict'
.improvedMindensity: no visible global function definition for 'median'
.improvedMindensity : .plots: no visible global function definition for
  'abline'
.improvedMindensity: no visible global function definition for 'par'
.improvedMindensity: no visible global function definition for 'abline'
.plotTree: no visible global function definition for 'as'
.plotTree: no visible global function definition for 'par'
.plotTree: no visible global function definition for 'legend'
.preprocess_csv: no visible binding for global variable 'pop'
.preprocess_csv: no visible binding for global variable 'parent'
.preprocess_csv: no visible binding for global variable 'gating_method'
.preprocess_csv: no visible binding for global variable 'gating_args'
.preprocess_csv: no visible binding for global variable
  'collapseDataForGating'
.preprocess_csv: no visible binding for global variable
  'preprocessing_method'
.preprocess_csv: no visible binding for global variable
  'preprocessing_args'
.preprocess_row: no visible binding for global variable 'pop'
.preprocess_row: no visible binding for global variable 'gating_method'
.preprocess_row: no visible binding for global variable 'parent'
.preprocess_row: no visible binding for global variable 'gating_args'
.preprocess_row: no visible binding for global variable
  'preprocessing_method'
.preprocess_row: no visible binding for global variable
  'preprocessing_args'
.prior_flowClust1d: no visible global function definition for 'fsApply'
.prior_flowClust1d : <anonymous>: no visible global function definition
  for 'exprs'
.prior_flowClust1d: no visible global function definition for 'hclust'
.prior_flowClust1d: no visible global function definition for 'dist'
.prior_flowClust1d: no visible global function definition for 'median'
.prior_flowClust1d: no visible global function definition for 'cutree'
.prior_flowClust1d: no visible global function definition for 'kmeans'
.prior_flowClust1d : <anonymous>: no visible global function definition
  for 'sd'
.prior_flowClust1d: no visible binding for global variable 'var'
.prior_flowClust1d : <anonymous>: no visible global function definition
  for 'embed'
.prior_flowClust1d : <anonymous>: no visible binding for global
  variable 'var'
.prior_kmeans : <anonymous>: no visible global function definition for
  'exprs'
.prior_kmeans : <anonymous>: no visible global function definition for
  'kmeans'
.prior_kmeans : <anonymous> : <anonymous>: no visible global function
  definition for 'cov'
.prior_kmeans : <anonymous>: no visible global function definition for
  'dist'
.prior_kmeans: no visible binding for global variable 'cov.wt'
.quadGate2rectangleGates: no visible global function definition for
  'rectangleGate'
.quadGate2rectangleGates: no visible global function definition for
  'filters'
.quantile_flowClust : cdf_target : <anonymous>: no visible global
  function definition for 'pt'
.quantile_flowClust : cdf_target: no visible global function definition
  for 'weighted.mean'
.quantile_flowClust: no visible global function definition for
  'uniroot'
.read.FCS.csv: no visible global function definition for 'new'
.read.FCS.csv: no visible global function definition for 'parameters<-'
.read.flowSet.csv: no visible global function definition for 'flowSet'
.standardize_flowFrame: no visible global function definition for
  'exprs'
.standardize_flowFrame: no visible global function definition for
  'exprs<-'
.standardize_flowset: no visible global function definition for
  'fsApply'
.standardize_flowset: no visible global function definition for
  'flowSet'
.standardize_flowset: no visible global function definition for 'as'
.tailgate: no visible global function definition for 'exprs'
.tailgate: no visible global function definition for 'exprs<-'
.tailgate: no visible global function definition for 'rectangleGate'
.truncate_flowframe: no visible global function definition for
  'rectangleGate'
.truncate_flowframe: no visible global function definition for 'Subset'
.truncate_flowset: no visible global function definition for
  'rectangleGate'
.truncate_flowset: no visible global function definition for 'Subset'
.unique_check_alias: no visible binding for global variable 'parent'
as.data.table.gatingTemplate : <anonymous>: no visible global function
  definition for 'extends'
fcEllipsoidGate: no visible global function definition for 'as'
fcFilterList : <anonymous>: no visible global function definition for
  'extends'
fcFilterList: no visible global function definition for 'filterList'
fcFilterList: no visible global function definition for 'as'
fcPolygonGate: no visible global function definition for 'as'
fcRectangleGate: no visible global function definition for 'as'
fcTree: no visible global function definition for 'as'
fcTree: no visible global function definition for 'new'
gate_flowclust_1d: no visible global function definition for 'exprs'
gate_flowclust_1d: no visible global function definition for
  'rectangleGate'
gate_flowclust_1d: no visible global function definition for 'abline'
gate_flowclust_1d: no visible global function definition for 'rainbow'
gate_flowclust_1d: no visible global function definition for 'lines'
gate_flowclust_2d: no visible global function definition for 'new'
gate_flowclust_2d: no visible global function definition for 'dist'
gate_flowclust_2d: no visible global function definition for 'qchisq'
gate_flowclust_2d: no visible global function definition for 'exprs'
gate_flowclust_2d: no visible global function definition for 'sd'
gate_flowclust_2d: no visible global function definition for
  'polygonGate'
gate_flowclust_2d: no visible global function definition for 'lines'
gate_flowclust_2d: no visible global function definition for 'points'
gate_mindensity: no visible global function definition for 'exprs'
gate_mindensity: no visible global function definition for
  'rectangleGate'
gate_mindensity2: no visible global function definition for 'exprs'
gate_mindensity2: no visible global function definition for
  'rectangleGate'
gate_quad_sequential : <anonymous>: no visible global function
  definition for 'exprs'
gate_quad_sequential: no visible global function definition for
  'filter'
gate_quad_sequential: no visible global function definition for 'as'
gate_quad_sequential : <anonymous>: no visible global function
  definition for 'rectangleGate'
gate_quad_sequential: no visible global function definition for
  'filters'
gate_quad_tmix: no visible global function definition for 'filter'
gate_quad_tmix: no visible global function definition for 'as'
gate_quad_tmix: no visible global function definition for 'polygonGate'
gate_quad_tmix: no visible global function definition for 'filters'
gate_quantile: no visible global function definition for 'exprs'
gate_quantile: no visible global function definition for 'quantile'
gate_quantile: no visible global function definition for 'hist'
gate_quantile: no visible global function definition for 'density'
gate_quantile: no visible global function definition for 'abline'
gate_quantile: no visible global function definition for 'text'
gate_quantile: no visible global function definition for
  'rectangleGate'
gate_tail: no visible global function definition for 'exprs'
gate_tail: no visible global function definition for 'rectangleGate'
gate_tautstring: no visible global function definition for 'exprs'
gate_tautstring: no visible global function definition for
  'rectangleGate'
gs_add_gating_method: no visible global function definition for 'is'
gs_add_gating_method_init: no visible global function definition for
  'is'
gs_remove_gating_method: no visible global function definition for 'is'
mindensity: no visible global function definition for 'exprs'
mindensity: no visible global function definition for 'rectangleGate'
ocRectRefGate: no visible global function definition for 'as'
quadGate.tmix: no visible global function definition for
  'quad_gate_tmix'
tailgate: no visible global function definition for 'exprs'
tailgate: no visible global function definition for 'rectangleGate'
coerce,ncdfFlowList-flowFrame: no visible global function definition
  for 'selectMethod'
coerce,ncdfFlowSet-flowFrame: no visible global function definition for
  'fsApply'
coerce,ncdfFlowSet-flowFrame : <anonymous>: no visible global function
  definition for 'exprs'
coerce,ncdfFlowSet-flowFrame: no visible global function definition for
  'new'
gatingTemplate,character: no visible binding for global variable
  'isMultiPops'
gatingTemplate,character: no visible binding for global variable 'pop'
gatingTemplate,character: no visible binding for global variable
  'gating_args'
plot,fcFilterList-ANY : <anonymous>: no visible global function
  definition for 'dnorm'
plot,fcFilterList-ANY: no visible global function definition for 'hist'
plot,fcFilterList-ANY: no visible global function definition for
  'exprs'
plot,fcFilterList-ANY: no visible global function definition for
  'lines'
plot,fcFilterList-ANY: no visible global function definition for
  'rainbow'
plot,fcFilterList-ANY: no visible global function definition for
  'abline'
show,fcFilter: no visible global function definition for
  'callNextMethod'
Undefined global functions or variables:
  Subset abline as callNextMethod collapseDataForGating cov cov.wt
  cutree density dist dnorm ellipsoidGate embed exprs exprs<- extends
  filter filterList filters flowSet fsApply gating_args gating_method
  hclust hist is isMultiPops kmeans legend lines median na.omit new par
  parameters<- parent points polygonGate pop predict preprocessing_args
  preprocessing_method pt qchisq qf quad_gate_tmix quantile rainbow
  rectangleGate sd selectMethod smooth.spline text uniroot var
  weighted.mean
Consider adding
  importFrom("grDevices", "rainbow")
  importFrom("graphics", "abline", "hist", "legend", "lines", "par",
             "points", "text")
  importFrom("methods", "as", "callNextMethod", "extends", "is", "new",
             "selectMethod")
  importFrom("stats", "cov", "cov.wt", "cutree", "density", "dist",
             "dnorm", "embed", "filter", "hclust", "kmeans", "median",
             "na.omit", "predict", "pt", "qchisq", "qf", "quantile",
             "sd", "smooth.spline", "uniroot", "var", "weighted.mean")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link or links in documentation object 'openCyto.Rd':
  '[openCyto:gating-methods]{gating}'

See section 'Cross-references' in the 'Writing R Extensions' manual.

* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'gs_add_gating_method_init':
gs_add_gating_method_init
  Code: function(gs = NULL)
  Docs: function(GatingSet)
  Argument names in code not in docs:
    gs
  Argument names in docs not in code:
    GatingSet
  Mismatches in argument names:
    Position: 1 Code: gs Docs: GatingSet
gs_add_gating_method_init
  Code: function(gs = NULL)
  Docs: function(GatingSetList)
  Argument names in code not in docs:
    gs
  Argument names in docs not in code:
    GatingSetList
  Mismatches in argument names:
    Position: 1 Code: gs Docs: GatingSetList
gs_add_gating_method_init
  Code: function(gs = NULL)
  Docs: function()
  Argument names in code not in docs:
    gs

Codoc mismatches from documentation object 'gs_remove_gating_method':
gs_remove_gating_method
  Code: function(gs)
  Docs: function(GatingSet)
  Argument names in code not in docs:
    gs
  Argument names in docs not in code:
    GatingSet
  Mismatches in argument names:
    Position: 1 Code: gs Docs: GatingSet
gs_remove_gating_method
  Code: function(gs)
  Docs: function(GatingSetList)
  Argument names in code not in docs:
    gs
  Argument names in docs not in code:
    GatingSetList
  Mismatches in argument names:
    Position: 1 Code: gs Docs: GatingSetList

* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'gs_add_gating_method_init'
  'GatingSet' 'GatingSetList' 'gs'

Undocumented arguments in documentation object 'gs_remove_gating_method'
  'GatingSet' 'GatingSetList'

Documented arguments not in \usage in documentation object 'gt_gating':
  'env_fct'

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.10-bioc/R/library/openCyto/libs/i386/openCyto.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.10-bioc/R/library/openCyto/libs/x64/openCyto.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 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: 4 WARNINGs, 4 NOTEs
See
  'C:/Users/biocbuild/bbs-3.10-bioc/meat/openCyto.Rcheck/00check.log'
for details.



Installation output

openCyto.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.10/bioc/src/contrib/openCyto_1.24.0.tar.gz && rm -rf openCyto.buildbin-libdir && mkdir openCyto.buildbin-libdir && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=openCyto.buildbin-libdir openCyto_1.24.0.tar.gz && C:\Users\biocbuild\bbs-3.10-bioc\R\bin\R.exe CMD INSTALL openCyto_1.24.0.zip && rm openCyto_1.24.0.tar.gz openCyto_1.24.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  481k  100  481k    0     0  4321k      0 --:--:-- --:--:-- --:--:-- 4502k

install for i386

* installing *source* package 'openCyto' ...
** using staged installation
** libs
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cpPmden.cpp -o cpPmden.o
cpPmden.cpp: In function 'stringInfo cpPmden(const std::vector<double>&)':
cpPmden.cpp:88:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i < (nsamp-1); i++) {
                      ^
cpPmden.cpp:100:17: warning: variable 'newaccx' set but not used [-Wunused-but-set-variable]
     double rhs, newaccx;
                 ^
cpPmden.cpp:156:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i < nsamp; i++) {
                        ^
cpPmden.cpp:162:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i=0; i < (nsamp-2); i++) {
                      ^
cpPmden.cpp:186:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i < nsamp; i++) {
                        ^
cpPmden.cpp:212:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i < nsamp; i++) {
                          ^
cpPmden.cpp:244:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i < nsamp; i++) {
                          ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cppApprox.cpp -o cppApprox.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cppdip.cpp -o cppdip.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c dynamic_prog.cpp -o dynamic_prog.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c fill_SMAWK.cpp -o fill_SMAWK.o
fill_SMAWK.cpp: In function 'void reduce_in_place(int, int, int, int, const std::vector<unsigned int>&, std::vector<unsigned int>&, const std::vector<std::vector<double> >&, const std::vector<std::vector<unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:80:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(N >= js.size()) {
        ^
fill_SMAWK.cpp:90:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   while(m > N) { // js_reduced has more than N positions / columns
           ^
fill_SMAWK.cpp:121:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int r=(left+1); r < m; ++r) {
                         ^
fill_SMAWK.cpp: In function 'void fill_even_positions(int, int, int, int, const std::vector<unsigned int>&, std::vector<std::vector<double> >&, std::vector<std::vector<unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:164:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(++ r; r < n && js[r]<=jmax; r++) {
                 ^
fill_SMAWK.cpp:164:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(++ r; r < n && js[r]<=jmax; r++) {
                             ^
fill_SMAWK.cpp:168:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if(jabs > i) break;
               ^
fill_SMAWK.cpp: In function 'void find_min_from_candidates(int, int, int, int, const std::vector<unsigned int>&, std::vector<std::vector<double> >&, std::vector<std::vector<unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:218:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if(j_abs > i) break;
                ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c getTautStringApprox.cpp -o getTautStringApprox.o
getTautStringApprox.cpp: In function 'Rcpp::List getTautStringApprox(std::vector<double>)':
getTautStringApprox.cpp:32:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 1; i != fullString.size(); ++i) {
                     ^
getTautStringApprox.cpp:56:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i  = 0; i != plotSpecs.size(); ++i) {
                      ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c kMedDP.cpp -o kMedDP.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c kkuiper.cpp -o kkuiper.o
kkuiper.cpp: In function 'void difficultmax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:77:10: warning: variable 'min' set but not used [-Wunused-but-set-variable]
   double min, max;
          ^
kkuiper.cpp: In function 'void easymax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp: In function 'void difficultmax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:161:23: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
       *erga=minis[maxi];
                       ^
kkuiper.cpp: In function 'std::vector<double> kkuiper(std::vector<double>&, long int, int)':
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:58:3: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(mini<maxi) {
   ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:58:3: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(mini<maxi) {
   ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:242:36: warning: 'maxb' may be used uninitialized in this function [-Wmaybe-uninitialized]
  norm[k]=norm[k-1]+std::fabs(x[maxb]-x[maxa]);
                                    ^
kkuiper.cpp:242:44: warning: 'maxa' may be used uninitialized in this function [-Wmaybe-uninitialized]
  norm[k]=norm[k-1]+std::fabs(x[maxb]-x[maxa]);
                                            ^
kkuiper.cpp:197:14: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     a[0]=maxi;
              ^
kkuiper.cpp:196:14: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     b[0]=mini;
              ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c local_density.cpp -o local_density.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c medianAbsoluteDeviation.cpp -o medianAbsoluteDeviation.o
medianAbsoluteDeviation.cpp: In function 'double medianAbsoluteDeviation(const std::vector<double>&)':
medianAbsoluteDeviation.cpp:28:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != devs.size(); ++i) 
                      ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c misc.cpp -o misc.o
misc.cpp: In function 'Rcpp::NumericMatrix collapseData(Rcpp::List, Rcpp::StringVector)':
misc.cpp:10:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(unsigned i = 0; i < mat_list.size(); i++){
                        ^
misc.cpp:21:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(unsigned ind = 0; ind < mat_list.size(); ind++){
                               ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c rQuantile.cpp -o rQuantile.o
rQuantile.cpp: In function 'std::vector<double> rQuantile(const std::vector<double>&, std::vector<double>)':
rQuantile.cpp:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != lowInd.size(); ++i) {
                      ^
rQuantile.cpp:41:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != lowInd.size(); ++i) {
                      ^
rQuantile.cpp:47:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != offSet.size(); ++i) 
                      ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c singleDip.cpp -o singleDip.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c tautstring.cpp -o tautstring.o
tautstring.cpp: In function 'stringInfo tautString(const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, double, double, long int, int)':
tautstring.cpp:148:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i < knotst.size(); i++) {
                      ^
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c tsGates.cpp -o tsGates.o
tsGates.cpp: In function 'std::vector<double> findKmedGates(const std::vector<double>&, const std::vector<int>&, int)':
tsGates.cpp:41:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto j = 0; j != classVector.size(); j++)
                        ^
tsGates.cpp: In function 'std::vector<double> tsGates(const std::vector<double>&, int)':
tsGates.cpp:81:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 1; i != (localMins.size()-1); ++i) {
                        ^
tsGates.cpp:86:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i != yvals.size(); ++i) 
                        ^
tsGates.cpp:96:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto j = 0; j != cutValues.size(); ++j) {
                        ^
tsGates.cpp:99:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i != ys.size(); ++i) 
                          ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c unlockNamespace.c -o unlockNamespace.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o openCyto.dll tmp.def RcppExports.o cpPmden.o cppApprox.o cppdip.o dynamic_prog.o fill_SMAWK.o getTautStringApprox.o kMedDP.o kkuiper.o local_density.o medianAbsoluteDeviation.o misc.o rQuantile.o singleDip.o tautstring.o tsGates.o unlockNamespace.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.10-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.10-bioc/meat/openCyto.buildbin-libdir/00LOCK-openCyto/00new/openCyto/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'openCyto'
    finding HTML links ... done
    add                                     html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:15: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:17: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/add.Rd:19: file link 'add' in package 'flowWorkspace' does not exist and so has been treated as a topic
    as.data.table.gatingTemplate            html  
    boolMethod-class                        html  
    dims-gtMethod-method                    html  
    dummyMethod-class                       html  
    fcEllipsoidGate-class                   html  
    fcEllipsoidGate                         html  
    fcFilter-class                          html  
    fcFilterList-class                      html  
    fcFilterList                            html  
    fcPolygonGate-class                     html  
    fcPolygonGate                           html  
    fcRectangleGate-class                   html  
    fcRectangleGate                         html  
    fcTree-class                            html  
    fcTree                                  html  
    gate_flowclust_1d                       html  
    finding level-2 HTML links ... done

    gate_flowclust_2d                       html  
    gate_mindensity                         html  
    gate_mindensity2                        html  
    gate_quad_sequential                    html  
    gate_quad_tmix                          html  
    gate_quantile                           html  
    gate_tail                               html  
    gatingTemplate-class                    html  
    getGate-fcTree-character-method         html  
    getNodes-fcTree-method                  html  
    gh_generate_template                    html  
    groupBy-gtMethod-method                 html  
    gs_add_gating_method                    html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/gs_add_gating_method.Rd:40: file link 'load_gs' in package 'flowWorkspace' does not exist and so has been treated as a topic
    gs_add_gating_method_init               html  
    gs_remove_gating_method                 html  
    gtMethod-class                          html  
    gtPopulation-class                      html  
    gtSubsets-class                         html  
    gt_gating                               html  
    gt_get_children                         html  
    gt_get_gate                             html  
    gt_get_nodes                            html  
    gt_get_parent                           html  
    gt_list_methods                         html  
    gt_toggle_helpergates                   html  
    isCollapse-gtMethod-method              html  
    names-gtMethod-method                   html  
    names-gtPopulation-method               html  
    ocRectRefGate-class                     html  
    ocRectRefGate                           html  
    ocRectangleGate-class                   html  
    openCyto-deprecated                     html  
    openCyto                                html  
Rd warning: C:/Users/biocbuild/bbs-3.10-bioc/tmpdir/RtmpSIaAaw/R.INSTALL89834b64edc/openCyto/man/openCyto.Rd:28: missing file link 'gating-methods'
    openCyto.options                        html  
    parameters-gtMethod-method              html  
    plot-fcFilterList-ANY-method            html  
    plot-fcTree-character-method            html  
    plot-gatingTemplate-missing-method      html  
    polyFunctions-class                     html  
    posteriors-fcFilter-ANY-method          html  
    ppMethod-class                          html  
    ppMethod-gatingTemplate-character-method
                                            html  
    preprocessing-ppMethod-GatingSet-method
                                            html  
    prior_flowclust                         html  
    priors-fcFilter-ANY-method              html  
    refGate-class                           html  
    register_plugins                        html  
    show-boolMethod-method                  html  
    show-fcFilter-method                    html  
    show-gatingTemplate-method              html  
    show-gtMethod-method                    html  
    tautstring                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'openCyto' ...
** libs
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cpPmden.cpp -o cpPmden.o
cpPmden.cpp: In function 'stringInfo cpPmden(const std::vector<double>&)':
cpPmden.cpp:88:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i < (nsamp-1); i++) {
                      ^
cpPmden.cpp:100:17: warning: variable 'newaccx' set but not used [-Wunused-but-set-variable]
     double rhs, newaccx;
                 ^
cpPmden.cpp:156:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i < nsamp; i++) {
                        ^
cpPmden.cpp:162:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i=0; i < (nsamp-2); i++) {
                      ^
cpPmden.cpp:186:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i < nsamp; i++) {
                        ^
cpPmden.cpp:212:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i < nsamp; i++) {
                          ^
cpPmden.cpp:244:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i < nsamp; i++) {
                          ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cppApprox.cpp -o cppApprox.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c cppdip.cpp -o cppdip.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c dynamic_prog.cpp -o dynamic_prog.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c fill_SMAWK.cpp -o fill_SMAWK.o
fill_SMAWK.cpp: In function 'void reduce_in_place(int, int, int, int, const std::vector<long long unsigned int>&, std::vector<long long unsigned int>&, const std::vector<std::vector<double> >&, const std::vector<std::vector<long long unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:80:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(N >= js.size()) {
        ^
fill_SMAWK.cpp:90:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   while(m > N) { // js_reduced has more than N positions / columns
           ^
fill_SMAWK.cpp:121:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int r=(left+1); r < m; ++r) {
                         ^
fill_SMAWK.cpp: In function 'void fill_even_positions(int, int, int, int, const std::vector<long long unsigned int>&, std::vector<std::vector<double> >&, std::vector<std::vector<long long unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:164:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(++ r; r < n && js[r]<=jmax; r++) {
                 ^
fill_SMAWK.cpp:164:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(++ r; r < n && js[r]<=jmax; r++) {
                             ^
fill_SMAWK.cpp:168:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if(jabs > i) break;
               ^
fill_SMAWK.cpp: In function 'void find_min_from_candidates(int, int, int, int, const std::vector<long long unsigned int>&, std::vector<std::vector<double> >&, std::vector<std::vector<long long unsigned int> >&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, DISSIMILARITY)':
fill_SMAWK.cpp:218:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if(j_abs > i) break;
                ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c getTautStringApprox.cpp -o getTautStringApprox.o
getTautStringApprox.cpp: In function 'Rcpp::List getTautStringApprox(std::vector<double>)':
getTautStringApprox.cpp:32:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 1; i != fullString.size(); ++i) {
                     ^
getTautStringApprox.cpp:56:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i  = 0; i != plotSpecs.size(); ++i) {
                      ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c kMedDP.cpp -o kMedDP.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c kkuiper.cpp -o kkuiper.o
kkuiper.cpp: In function 'void difficultmax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:77:10: warning: variable 'min' set but not used [-Wunused-but-set-variable]
   double min, max;
          ^
kkuiper.cpp: In function 'void easymax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp: In function 'void difficultmax(std::vector<double>&, long int, long int, long int, long int*, long int*, double*)':
kkuiper.cpp:161:23: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
       *erga=minis[maxi];
                       ^
kkuiper.cpp: In function 'std::vector<double> kkuiper(std::vector<double>&, long int, int)':
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:64:15: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *erga=maxi;
               ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:63:15: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *ergb=mini;
               ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:58:3: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(mini<maxi) {
   ^
kkuiper.cpp:44:15: note: 'maxi' was declared here
   long i,mini,maxi;
               ^
kkuiper.cpp:58:3: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(mini<maxi) {
   ^
kkuiper.cpp:44:10: note: 'mini' was declared here
   long i,mini,maxi;
          ^
kkuiper.cpp:242:36: warning: 'maxb' may be used uninitialized in this function [-Wmaybe-uninitialized]
  norm[k]=norm[k-1]+std::fabs(x[maxb]-x[maxa]);
                                    ^
kkuiper.cpp:242:44: warning: 'maxa' may be used uninitialized in this function [-Wmaybe-uninitialized]
  norm[k]=norm[k-1]+std::fabs(x[maxb]-x[maxa]);
                                            ^
kkuiper.cpp:197:14: warning: 'maxi' may be used uninitialized in this function [-Wmaybe-uninitialized]
     a[0]=maxi;
              ^
kkuiper.cpp:196:14: warning: 'mini' may be used uninitialized in this function [-Wmaybe-uninitialized]
     b[0]=mini;
              ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c local_density.cpp -o local_density.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c medianAbsoluteDeviation.cpp -o medianAbsoluteDeviation.o
medianAbsoluteDeviation.cpp: In function 'double medianAbsoluteDeviation(const std::vector<double>&)':
medianAbsoluteDeviation.cpp:28:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != devs.size(); ++i) 
                      ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c misc.cpp -o misc.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c rQuantile.cpp -o rQuantile.o
rQuantile.cpp: In function 'std::vector<double> rQuantile(const std::vector<double>&, std::vector<double>)':
rQuantile.cpp:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != lowInd.size(); ++i) {
                      ^
rQuantile.cpp:41:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != lowInd.size(); ++i) {
                      ^
rQuantile.cpp:47:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i != offSet.size(); ++i) 
                      ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c singleDip.cpp -o singleDip.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c tautstring.cpp -o tautstring.o
tautstring.cpp: In function 'stringInfo tautString(const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, const std::vector<double>&, double, double, long int, int)':
tautstring.cpp:148:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (auto i = 0; i < knotst.size(); i++) {
                      ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -mtune=core2 -c tsGates.cpp -o tsGates.o
tsGates.cpp: In function 'std::vector<double> findKmedGates(const std::vector<double>&, const std::vector<int>&, int)':
tsGates.cpp:41:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto j = 0; j != classVector.size(); j++)
                        ^
tsGates.cpp: In function 'std::vector<double> tsGates(const std::vector<double>&, int)':
tsGates.cpp:81:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 1; i != (localMins.size()-1); ++i) {
                        ^
tsGates.cpp:86:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto i = 0; i != yvals.size(); ++i) 
                        ^
tsGates.cpp:96:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto j = 0; j != cutValues.size(); ++j) {
                        ^
tsGates.cpp:99:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (auto i = 0; i != ys.size(); ++i) 
                          ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.10-/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c unlockNamespace.c -o unlockNamespace.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o openCyto.dll tmp.def RcppExports.o cpPmden.o cppApprox.o cppdip.o dynamic_prog.o fill_SMAWK.o getTautStringApprox.o kMedDP.o kkuiper.o local_density.o medianAbsoluteDeviation.o misc.o rQuantile.o singleDip.o tautstring.o tsGates.o unlockNamespace.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.10-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.10-bioc/meat/openCyto.buildbin-libdir/openCyto/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'openCyto' as openCyto_1.24.0.zip
* DONE (openCyto)
* installing to library 'C:/Users/biocbuild/bbs-3.10-bioc/R/library'
package 'openCyto' successfully unpacked and MD5 sums checked

Tests output

openCyto.Rcheck/tests_i386/testthat.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(openCyto)
> 
> test_check("openCyto")
Loading required package: RcppArmadillo
Loading required package: BH
== testthat results  ===========================================================
[ OK: 128 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 0 ]
> 
> #devtools::test()
> 
> #taking quite some time , thus only for internal testing
> #test_file("~/rglab/workspace/openCyto/tests/testthat/gating-testSuite.R")
> 
> proc.time()
   user  system elapsed 
  70.92   15.12   80.48 

openCyto.Rcheck/tests_x64/testthat.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(openCyto)
> 
> test_check("openCyto")
Loading required package: RcppArmadillo
Loading required package: BH
== testthat results  ===========================================================
[ OK: 128 | SKIPPED: 0 | WARNINGS: 3 | FAILED: 0 ]
> 
> #devtools::test()
> 
> #taking quite some time , thus only for internal testing
> #test_file("~/rglab/workspace/openCyto/tests/testthat/gating-testSuite.R")
> 
> proc.time()
   user  system elapsed 
  84.96    9.29  113.78 

Example timings

openCyto.Rcheck/examples_i386/openCyto-Ex.timings

nameusersystemelapsed
gate_flowclust_1d000
gate_flowclust_2d000
gate_mindensity000
gate_mindensity2000
gate_quantile000
gate_tail000
gatingTemplate-class000
gh_generate_template0.360.000.36
gs_add_gating_method000
gs_add_gating_method_init000
gs_remove_gating_method000
gtMethod-class000
gtPopulation-class000
gt_gating000
gt_get_children000
gt_get_gate000
gt_get_nodes000
gt_get_parent000
gt_toggle_helpergates000
names-gtMethod-method000
openCyto000
openCyto.options000
plot-fcFilterList-ANY-method000
plot-gatingTemplate-missing-method000
ppMethod-class000
ppMethod-gatingTemplate-character-method000

openCyto.Rcheck/examples_x64/openCyto-Ex.timings

nameusersystemelapsed
gate_flowclust_1d000
gate_flowclust_2d000
gate_mindensity000
gate_mindensity2000
gate_quantile000
gate_tail000
gatingTemplate-class000
gh_generate_template0.410.000.40
gs_add_gating_method000
gs_add_gating_method_init000
gs_remove_gating_method000
gtMethod-class000
gtPopulation-class000
gt_gating000
gt_get_children000
gt_get_gate000
gt_get_nodes000
gt_get_parent000
gt_toggle_helpergates000
names-gtMethod-method000
openCyto000
openCyto.options000
plot-fcFilterList-ANY-method000
plot-gatingTemplate-missing-method000
ppMethod-class000
ppMethod-gatingTemplate-character-method000