Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:05:33 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for flowCore on palomino4


To the developers/maintainers of the flowCore package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/flowCore.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 691/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flowCore 2.10.0  (landing page)
Mike Jiang
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/flowCore
git_branch: RELEASE_3_16
git_last_commit: 2bb3556
git_last_commit_date: 2022-11-01 10:42:20 -0400 (Tue, 01 Nov 2022)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: flowCore
Version: 2.10.0
Command: F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:flowCore.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings flowCore_2.10.0.tar.gz
StartedAt: 2023-04-11 01:32:23 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 01:35:34 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 190.6 seconds
RetCode: 0
Status:   OK  
CheckDir: flowCore.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:flowCore.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings flowCore_2.10.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.16-bioc/meat/flowCore.Rcheck'
* using R version 4.2.3 (2023-03-15 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'flowCore/DESCRIPTION' ... OK
* this is package 'flowCore' version '2.10.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 ... OK
* checking for portable file names ... OK
* checking whether package 'flowCore' can be installed ... OK
* checking installed package size ... NOTE
  installed size is 11.2Mb
  sub-directories of 1Mb or more:
    R         1.1Mb
    data      5.4Mb
    extdata   1.1Mb
    libs      2.7Mb
* 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
* 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
eval,compensatedParameter-missing : <anonymous>: no visible binding for
  global variable 'mat'
eval,compensatedParameter-missing : <anonymous>: no visible binding for
  global variable 'msv'
show,flowFrame: no visible global function definition for
  'capture.output'
Undefined global functions or variables:
  capture.output mat msv
Consider adding
  importFrom("utils", "capture.output")
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 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 use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.16-bioc/R/library/flowCore/libs/x64/flowCore.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'rand', possibly from 'rand' (C)
  Found 'srand', possibly from 'srand' (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 sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
biexponentialTransform 5.36    0.0    5.36
filterResultList-class 5.01    0.3    5.36
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  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: 3 NOTEs
See
  'F:/biocbuild/bbs-3.16-bioc/meat/flowCore.Rcheck/00check.log'
for details.



Installation output

flowCore.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD INSTALL flowCore
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.16-bioc/R/library'
* installing *source* package 'flowCore' ...
** using staged installation
** libs
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c FastLogicle.cpp -o FastLogicle.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Hyperlog.cpp -o Hyperlog.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Logicle.cpp -o Logicle.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c biexponential.cpp -o biexponential.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c convertRawBytes.cpp -o convertRawBytes.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11.cpp -o cpp11.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fcsTextParse.cpp -o fcsTextParse.o
In file included from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mpl/aux_/na_assert.hpp:23,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mpl/arg.hpp:25,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mpl/placeholders.hpp:24,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/iterator/iterator_categories.hpp:16,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/iterator/iterator_facade.hpp:13,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/range/iterator_range_core.hpp:27,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/range/iterator_range.hpp:13,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/range/as_literal.hpp:18,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/trim.hpp:19,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string.hpp:19,
                 from fcsTextParse.cpp:9:
F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
  194 | failed ************ (Pred::************
      |                     ^
F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
  199 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
In file included from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/bind/mem_fn.hpp:25,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/mem_fn.hpp:22,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/function/detail/prologue.hpp:18,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/function.hpp:30,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/detail/find_iterator.hpp:18,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/find_iterator.hpp:24,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/iter_find.hpp:27,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/split.hpp:16,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string.hpp:23,
                 from fcsTextParse.cpp:9:
F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
   48 | template<class T> T * get_pointer(std::auto_ptr<T> const& p)
      |                                        ^~~~~~~~
In file included from c:\rtools42\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\10.4.0\include\c++\bits\locale_conv.h:41,
                 from c:\rtools42\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\10.4.0\include\c++\locale:43,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/classification.hpp:15,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string/trim.hpp:23,
                 from F:/biocbuild/bbs-3.16-bioc/R/library/BH/include/boost/algorithm/string.hpp:19,
                 from fcsTextParse.cpp:9:
c:\rtools42\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\10.4.0\include\c++\bits\unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from fcsTextParse.cpp:13:
F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include/cytolib/compensation.hpp: In constructor 'cytolib::compensation::compensation(const string&)':
F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include/cytolib/compensation.hpp:58:20: warning: comparison of integer expressions of different signedness: 'std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   58 |   if(valVec.size() != 1+n+n*n){
      |      ~~~~~~~~~~~~~~^~~~~~~~~~
F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include/cytolib/compensation.hpp:62:21: warning: comparison of integer expressions of different signedness: 'std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   62 |    if(valVec.size() == 1+n+2*n*n){
      |       ~~~~~~~~~~~~~~^~~~~~~~~~~~
F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include/cytolib/compensation.hpp:68:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   68 |     for(int i = 1+n, j = 1+n; i < valVec_fixed.size(); i++, j+=2)
      |                               ~~^~~~~~~~~~~~~~~~~~~~~
fcsTextParse.cpp: In function 'cpp11::writable::doubles_matrix<> string_to_spill(std::string)':
fcsTextParse.cpp:21:22: warning: comparison of integer expressions of different signedness: 'int' and 'const uword' {aka 'const long long unsigned int'} [-Wsign-compare]
   21 |   for (auto j = 0; j < spillover.n_cols; j++) {
      |                    ~~^~~~~~~~~~~~~~~~~~
fcsTextParse.cpp:22:24: warning: comparison of integer expressions of different signedness: 'int' and 'const uword' {aka 'const long long unsigned int'} [-Wsign-compare]
   22 |     for (auto i = 0; i < spillover.n_rows; i++) {
      |                      ~~^~~~~~~~~~~~~~~~~~
fcsTextParse.cpp: In function 'cpp11::sexp fcsTextParse(std::string, bool)':
fcsTextParse.cpp:142:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  142 |     for (int i = 0; i < pairs.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hyperlogTransform.cpp -o hyperlogTransform.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c inPolygon.cpp -o inPolygon.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c inPolytope.cpp -o inPolytope.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c logicleTransform.cpp -o logicleTransform.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c poly_centroid.cpp -o poly_centroid.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sortBytes.cpp -o sortBytes.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c uint2double.cpp -o uint2double.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/cpp11/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/include' -I'F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c zeroin.cpp -o zeroin.o
g++ -shared -s -static-libgcc -o flowCore.dll tmp.def FastLogicle.o Hyperlog.o Logicle.o biexponential.o convertRawBytes.o cpp11.o fcsTextParse.o hyperlogTransform.o inPolygon.o inPolytope.o logicleTransform.o poly_centroid.o sortBytes.o uint2double.o zeroin.o F:/biocbuild/bbs-3.16-bioc/R/library/cytolib/lib/x64/libcytolib.a F:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/lib/x64/GatingSet.pb.o -LF:/biocbuild/bbs-3.16-bioc/R/library/RProtoBufLib/lib/x64 -lprotobuf -LF:/biocbuild/bbs-3.16-bioc/R/library/Rhdf5lib/lib/x64-ucrt -lhdf5_cpp -lhdf5 -lcurl -lssh2 -lssl -lcrypto -lwldap32 -lws2_32 -lcrypt32 -lsz -laec -lz -lpsapi -LF:/biocbuild/bbs-3.16-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.16-bioc/R/bin/x64 -lRblas -lstdc++fs -lbcrypt -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.16-bioc/R/bin/x64 -lR
if [ `uname -s` = 'Darwin' ]; then install_name_tool -change /usr/local/clang4/lib/libc++.1.dylib /usr/lib/libc++.1.dylib flowCore.dll; fi
installing to F:/biocbuild/bbs-3.16-bioc/R/library/00LOCK-flowCore/00new/flowCore/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (flowCore)

Tests output

flowCore.Rcheck/tests/testthat.Rout


R version 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle"
Copyright (C) 2023 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(flowCore)
> library(flowStats)
Warning message:
replacing previous import 'flowViz::contour' by 'graphics::contour' when loading 'flowStats' 
> 
> 
> test_check("flowCore")
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following object is masked from 'package:flowStats':

    normalize

The following object is masked from 'package:flowCore':

    normalize

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

[ FAIL 0 | WARN 2 | SKIP 3 | PASS 334 ]

══ Skipped tests ═══════════════════════════════════════════════════════════════
• dir.exists(dataPath) is not TRUE (1)
• file.exists(filename) is not TRUE (2)

[ FAIL 0 | WARN 2 | SKIP 3 | PASS 334 ]
> 
> #devtools::test("~/rglab/workspace/flowCore")
> 
> proc.time()
   user  system elapsed 
  22.71    1.53   24.51 

Example timings

flowCore.Rcheck/flowCore-Ex.timings

nameusersystemelapsed
EHtrans-class0.040.000.05
FCSTransTransform1.250.031.28
Subset-methods0.180.030.20
arcsinhTransform0.040.000.05
asinht-class0.010.000.02
asinhtGml2-class0.050.000.05
biexponentialTransform5.360.005.36
boundaryFilter-class0.110.000.11
characterOrNumeric-class000
characterOrParameters-class000
characterOrTransformation-class000
coerce0.040.000.05
collapse_desc1.420.061.48
compensatedParameter-class0.130.000.13
compensation-class0.260.040.29
decompensate0.060.000.06
dg1polynomial-class0.020.010.03
each_col0.030.000.04
ellipsoidGate-class0.060.000.06
exponential-class0.020.000.01
expressionFilter-class0.080.000.08
filter-methods1.200.031.24
filter-on-methods0.080.000.07
filterList-class000
filterResult-class000
filterResultList-class5.010.305.36
filterSummary-class0.110.000.11
filterSummaryList-class1.270.031.30
flowFrame-class4.370.144.70
flowSet-class2.880.133.00
fr_append_cols1.140.031.17
fsApply0.110.030.15
getIndexSort0.010.000.01
hyperlog-class0.690.030.72
hyperlogtGml2-class0.030.000.03
identifier-methods0.030.000.03
inverseLogicleTransform1.180.021.19
invsplitscale-class0.030.000.03
keyword-methods1.180.031.22
kmeansFilter-class0.120.000.12
linearTransform0.050.000.05
lintGml2-class0.030.000.03
lnTransform1.470.041.51
logTransform0.030.000.04
logarithm-class0.030.000.03
logicalFilterResult-class000
logicleTransform1.390.021.40
logicletGml2-class0.070.000.07
logtGml2-class0.030.000.03
manyFilterResult-class000
markernames1.140.031.17
multipleFilterResult-class000
parameters-methods0.010.000.01
polygonGate-class0.070.000.07
quadGate-class0.530.020.54
quadratic-class0.030.000.03
quadraticTransform0.030.000.04
ratio-class0.030.000.03
ratiotGml2-class0.030.000.03
read.FCS0.080.010.09
read.FCSheader0.020.000.02
read.flowSet0.110.000.11
rectangleGate-class0.070.010.10
rotate_gate000
sampleFilter-class0.070.020.07
scaleTransform0.010.010.03
scale_gate000
shift_gate000
singleParameterTransform-class000
sinht-class0.030.000.03
split-methods1.570.041.60
splitScaleTransform1.560.061.62
splitscale-class0.000.010.02
squareroot-class0.010.000.02
timeFilter-class2.240.062.30
transform-class0.010.000.01
transform1.680.081.75
transformFilter-class0.090.020.11
transformList-class1.830.041.88
transformMap-class000
transform_gate000
truncateTransform0.050.000.05
unitytransform-class0.020.000.01
write.FCS0.040.000.05
write.flowSet1.350.051.41