* installing *source* package 'blockcluster' ...
** this is package 'blockcluster' version '4.5.5'
** package 'blockcluster' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpy2E2WS/R.INSTALLc5b45af1951/blockcluster/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c init_blockcluster.c -o init_blockcluster.o
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Algorithms/CEMAlgo.cpp -o coclust/src/Algorithms/CEMAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Algorithms/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Algorithms/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Algorithms/../Models/ICoClustModel.h:34,
                 from coclust/src/Algorithms/IAlgo.h:33,
                 from coclust/src/Algorithms/CEMAlgo.h:35,
                 from coclust/src/Algorithms/CEMAlgo.cpp:31:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Algorithms/EMAlgo.cpp -o coclust/src/Algorithms/EMAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Algorithms/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Algorithms/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Algorithms/../Models/ICoClustModel.h:34,
                 from coclust/src/Algorithms/IAlgo.h:33,
                 from coclust/src/Algorithms/EMAlgo.h:35,
                 from coclust/src/Algorithms/EMAlgo.cpp:31:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Algorithms/GibbsAlgo.cpp -o coclust/src/Algorithms/GibbsAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Algorithms/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Algorithms/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Algorithms/../Models/ICoClustModel.h:34,
                 from coclust/src/Algorithms/IAlgo.h:33,
                 from coclust/src/Algorithms/GibbsAlgo.h:34,
                 from coclust/src/Algorithms/GibbsAlgo.cpp:31:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Algorithms/SEMAlgo.cpp -o coclust/src/Algorithms/SEMAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Algorithms/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Algorithms/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Algorithms/../Models/ICoClustModel.h:34,
                 from coclust/src/Algorithms/IAlgo.h:33,
                 from coclust/src/Algorithms/SEMAlgo.h:34,
                 from coclust/src/Algorithms/SEMAlgo.cpp:31:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/CoClustFacade/CoCluster.cpp -o coclust/src/CoClustFacade/CoCluster.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/CoClustFacade/../Strategy/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/CoClustFacade/../Strategy/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/CoClustFacade/../Strategy/../Models/ICoClustModel.h:34,
                 from coclust/src/CoClustFacade/../Strategy/IStrategy.h:33,
                 from coclust/src/CoClustFacade/CoCluster.h:32,
                 from coclust/src/CoClustFacade/CoCluster.cpp:30:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Strategy/XStrategyAlgo.cpp -o coclust/src/Strategy/XStrategyAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Strategy/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Strategy/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Strategy/../Models/ICoClustModel.h:34,
                 from coclust/src/Strategy/IStrategy.h:33,
                 from coclust/src/Strategy/XStrategyAlgo.h:36,
                 from coclust/src/Strategy/XStrategyAlgo.cpp:32:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Strategy/XStrategyforSEMAlgo.cpp -o coclust/src/Strategy/XStrategyforSEMAlgo.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Strategy/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Strategy/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Strategy/../Models/ICoClustModel.h:34,
                 from coclust/src/Strategy/IStrategy.h:33,
                 from coclust/src/Strategy/XStrategyforSEMAlgo.h:34,
                 from coclust/src/Strategy/XStrategyforSEMAlgo.cpp:32:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/InputParameters/InputParameters.cpp -o coclust/src/InputParameters/InputParameters.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/InputParameters/../Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/InputParameters/../Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/InputParameters/../Models/ICoClustModel.h:34,
                 from coclust/src/InputParameters/InputParameters.cpp:30:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/BinaryLBModel.cpp -o coclust/src/Models/BinaryLBModel.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../typedefs/typedef.h:37,
                 from coclust/src/Models/BinaryLBModel.h:39,
                 from coclust/src/Models/BinaryLBModel.cpp:33:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/BinaryLBModelequalepsilon.cpp -o coclust/src/Models/BinaryLBModelequalepsilon.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../typedefs/typedef.h:37,
                 from coclust/src/Models/BinaryLBModelequalepsilon.h:38,
                 from coclust/src/Models/BinaryLBModelequalepsilon.cpp:30:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/CategoricalLBModel.cpp -o coclust/src/Models/CategoricalLBModel.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/CategoricalLBModel.h:31,
                 from coclust/src/Models/CategoricalLBModel.cpp:26:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/ContingencyLBModel.cpp -o coclust/src/Models/ContingencyLBModel.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/ContingencyLBModel.h:36,
                 from coclust/src/Models/ContingencyLBModel.cpp:29:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/ContingencyLBModel_mu_i_nu_j.cpp -o coclust/src/Models/ContingencyLBModel_mu_i_nu_j.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/ContingencyLBModel_mu_i_nu_j.h:37,
                 from coclust/src/Models/ContingencyLBModel_mu_i_nu_j.cpp:30:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/ContinuousLBModel.cpp -o coclust/src/Models/ContinuousLBModel.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/ContinuousLBModel.h:33,
                 from coclust/src/Models/ContinuousLBModel.cpp:30:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/ContinuousLBModelequalsigma.cpp -o coclust/src/Models/ContinuousLBModelequalsigma.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/ContinuousLBModelequalsigma.h:36,
                 from coclust/src/Models/ContinuousLBModelequalsigma.cpp:29:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c coclust/src/Models/ICoClustModel.cpp -o coclust/src/Models/ICoClustModel.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/Models/../InputParameters/../typedefs/typedef.h:37,
                 from coclust/src/Models/../InputParameters/InputParameters.h:32,
                 from coclust/src/Models/ICoClustModel.h:34,
                 from coclust/src/Models/ICoClustModel.cpp:31:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c BinaryDataExchange.cpp -o BinaryDataExchange.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from BinaryDataExchange.h:42,
                 from BinaryDataExchange.cpp:36:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c CategoricalDataExchange.cpp -o CategoricalDataExchange.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from CategoricalDataExchange.h:6,
                 from CategoricalDataExchange.cpp:1:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ContingencyDataExchange.cpp -o ContingencyDataExchange.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from ContingencyDataExchange.h:42,
                 from ContingencyDataExchange.cpp:36:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ContinuousDataExchange.cpp -o ContinuousDataExchange.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from ContinuousDataExchange.h:42,
                 from ContinuousDataExchange.cpp:36:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c IDataExchange.cpp -o IDataExchange.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from IDataExchange.cpp:39:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20  -I"D:/RCompile/recent/R/include" -DNDEBUG -DRPACKAGE  `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CppFlags()"` -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/rtkore/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   `D:/RCompile/recent/R/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Rcoclustmain.cpp -o Rcoclustmain.o
In file included from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STatistiK.h:92,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/STKpp.h:164,
                 from D:/RCompile/CRANpkg/lib/4.6/rtkore/include/RTKpp.h:41,
                 from Rcoclustmain.cpp:36:
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function 'void MTRand::reload()':
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:313:18: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  313 |       for( i = N - M; i--; ++p )
      |                ~~^~~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:316:24: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  316 |         *p = twist( p[M-N], p[0], p[1] );
      |                       ~^~
D:/RCompile/CRANpkg/lib/4.6/rtkore/projects/STatistiK/include/MersenneTwister.h:317:22: warning: arithmetic between different enumeration types 'MTRand::<unnamed enum>' and 'MTRand::<unnamed enum>' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |       *p = twist( p[M-N], p[0], state[0] );
      |                     ~^~
g++ -std=gnu++20 -shared -s -static-libgcc -o blockcluster.dll tmp.def init_blockcluster.o coclust/src/Algorithms/CEMAlgo.o coclust/src/Algorithms/EMAlgo.o coclust/src/Algorithms/GibbsAlgo.o coclust/src/Algorithms/SEMAlgo.o coclust/src/CoClustFacade/CoCluster.o coclust/src/Strategy/XStrategyAlgo.o coclust/src/Strategy/XStrategyforSEMAlgo.o coclust/src/InputParameters/InputParameters.o coclust/src/Models/BinaryLBModel.o coclust/src/Models/BinaryLBModelequalepsilon.o coclust/src/Models/CategoricalLBModel.o coclust/src/Models/ContingencyLBModel.o coclust/src/Models/ContingencyLBModel_mu_i_nu_j.o coclust/src/Models/ContinuousLBModel.o coclust/src/Models/ContinuousLBModelequalsigma.o coclust/src/Models/ICoClustModel.o BinaryDataExchange.o CategoricalDataExchange.o ContingencyDataExchange.o ContinuousDataExchange.o IDataExchange.o Rcoclustmain.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpy2E2WS/R.INSTALLc5b45af1951/blockcluster/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpy2E2WS/R.INSTALLc5b45af1951/blockcluster/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpy2E2WS/R.INSTALLc5b45af1951/blockcluster/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-blockcluster/00new/blockcluster/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
* MD5 sums
packaged installation of 'blockcluster' as blockcluster_4.5.5.zip
* DONE (blockcluster)