* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘rtkore’ ...
** this is package ‘rtkore’ version ‘1.6.13’
** package ‘rtkore’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’
using C++ compiler: ‘g++-15 (Debian 15.2.0-12) 15.2.0’
make[1]: Entering directory '/tmp/RtmpVlR2TU/R.INSTALLbbf95d4e46cd/rtkore/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB  -DSTKUSELAPACK -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fastRand.cpp -o fastRand.o
In file included from ../inst/include/STatistiK.h:92,
                 from ../inst/include/STKpp.h:164,
                 from ../inst/include/RTKpp.h:41,
                 from fastRand.cpp:35:
../inst/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
../inst/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 )
      |                ~~^~~
../inst/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] );
      |                       ~^~
../inst/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] );
      |                     ~^~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init_rtkore.c -o init_rtkore.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB  -DSTKUSELAPACK -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c rtkore.cpp -o rtkore.o
In file included from ../inst/include/STatistiK.h:92,
                 from ../inst/include/STKpp.h:164,
                 from ../inst/include/RTKpp.h:41,
                 from rtkore.cpp:57:
../inst/projects/STatistiK/include/MersenneTwister.h: In member function ‘void MTRand::reload()’:
../inst/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 )
      |                ~~^~~
../inst/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] );
      |                       ~^~
../inst/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++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o rtkore.so fastRand.o init_rtkore.o rtkore.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpVlR2TU/R.INSTALLbbf95d4e46cd/rtkore/src'
make[1]: Entering directory '/tmp/RtmpVlR2TU/R.INSTALLbbf95d4e46cd/rtkore/src'
make[1]: Leaving directory '/tmp/RtmpVlR2TU/R.INSTALLbbf95d4e46cd/rtkore/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-rtkore/00new/rtkore/libs
** R
** 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 (rtkore)