* 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.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_14_01_50_00_18536/Rtmpig1nN3/R.INSTALLf8b851bea2a/rtkore/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB -DSTKUSELAPACK -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init_rtkore.c -o init_rtkore.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB -DSTKUSELAPACK -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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++ -std=gnu++20 -shared -s -static-libgcc -o rtkore.dll tmp.def fastRand.o init_rtkore.o rtkore.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_14_01_50_00_18536/Rtmpig1nN3/R.INSTALLf8b851bea2a/rtkore/src'
make[1]: Entering directory '/d/temp/2026_02_14_01_50_00_18536/Rtmpig1nN3/R.INSTALLf8b851bea2a/rtkore/src'
make[1]: Leaving directory '/d/temp/2026_02_14_01_50_00_18536/Rtmpig1nN3/R.INSTALLf8b851bea2a/rtkore/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-rtkore/00new/rtkore/libs/x64
** 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
** 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 'rtkore' as rtkore_1.6.13.zip
* DONE (rtkore)