* 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 (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/blockcluster/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init_blockcluster.c -o init_blockcluster.o
g++ -std=gnu++20 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Algorithms/CEMAlgo.cpp -o coclust/src/Algorithms/CEMAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Algorithms/EMAlgo.cpp -o coclust/src/Algorithms/EMAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Algorithms/GibbsAlgo.cpp -o coclust/src/Algorithms/GibbsAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Algorithms/SEMAlgo.cpp -o coclust/src/Algorithms/SEMAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/CoClustFacade/CoCluster.cpp -o coclust/src/CoClustFacade/CoCluster.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Strategy/XStrategyAlgo.cpp -o coclust/src/Strategy/XStrategyAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Strategy/XStrategyforSEMAlgo.cpp -o coclust/src/Strategy/XStrategyforSEMAlgo.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/InputParameters/InputParameters.cpp -o coclust/src/InputParameters/InputParameters.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/BinaryLBModel.cpp -o coclust/src/Models/BinaryLBModel.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/BinaryLBModelequalepsilon.cpp -o coclust/src/Models/BinaryLBModelequalepsilon.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/CategoricalLBModel.cpp -o coclust/src/Models/CategoricalLBModel.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/ContingencyLBModel.cpp -o coclust/src/Models/ContingencyLBModel.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/ContingencyLBModel_mu_i_nu_j.cpp -o coclust/src/Models/ContingencyLBModel_mu_i_nu_j.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/ContinuousLBModel.cpp -o coclust/src/Models/ContinuousLBModel.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/ContinuousLBModelequalsigma.cpp -o coclust/src/Models/ContinuousLBModelequalsigma.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c coclust/src/Models/ICoClustModel.cpp -o coclust/src/Models/ICoClustModel.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/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:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c BinaryDataExchange.cpp -o BinaryDataExchange.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from BinaryDataExchange.h:42,
                 from BinaryDataExchange.cpp:36:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c CategoricalDataExchange.cpp -o CategoricalDataExchange.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from CategoricalDataExchange.h:6,
                 from CategoricalDataExchange.cpp:1:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c ContingencyDataExchange.cpp -o ContingencyDataExchange.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from ContingencyDataExchange.h:42,
                 from ContingencyDataExchange.cpp:36:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c ContinuousDataExchange.cpp -o ContinuousDataExchange.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from ContinuousDataExchange.h:42,
                 from ContinuousDataExchange.cpp:36:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c IDataExchange.cpp -o IDataExchange.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from coclust/src/typedefs/typedef.h:37,
                 from IDataExchange.h:41,
                 from IDataExchange.cpp:39:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRPACKAGE  `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CppFlags()"` -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/rtkore/include' -I/usr/local/include   `/data/gannet/ripley/R/R-devel/bin/Rscript -e "rtkore:::CxxFlags()"` -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c Rcoclustmain.cpp -o Rcoclustmain.o
In file included from /data/gannet/ripley/R/test-dev/rtkore/include/STatistiK.h:92,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/STKpp.h:164,
                 from /data/gannet/ripley/R/test-dev/rtkore/include/RTKpp.h:41,
                 from Rcoclustmain.cpp:36:
/data/gannet/ripley/R/test-dev/rtkore/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
/data/gannet/ripley/R/test-dev/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 )
      |                ~~^~~
/data/gannet/ripley/R/test-dev/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] );
      |                       ~^~
/data/gannet/ripley/R/test-dev/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 -L/usr/local/lib64 -o blockcluster.so 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 -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/blockcluster/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/blockcluster/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/blockcluster/src'
installing to /data/gannet/ripley/R/packages/tests-devel/blockcluster.Rcheck/00LOCK-blockcluster/00new/blockcluster/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (blockcluster)