* installing *source* package 'cstab' ...
** this is package 'cstab' version '0.2-2'
** package 'cstab' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp0sv3Z2/R.INSTALL5c1c69065ac2/cstab/src'
g++ -std=gnu++17 -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c distMat.cpp -o distMat.o
g++ -std=gnu++17 -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c instabCorrection.cpp -o instabCorrection.o
instabCorrection.cpp: In function 'double rootCombLookup(std::vector<double>, std::vector<double>)':
instabCorrection.cpp:57:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
57 | for(i = 0; i < ns.size(); i++) n += ns[i];
| ~~^~~~~~~~~~~
instabCorrection.cpp:58:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
58 | for(i = 0; i < ns.size(); i++){
| ~~^~~~~~~~~~~
instabCorrection.cpp: In function 'double stabExp(std::vector<double>, std::vector<double>)':
instabCorrection.cpp:72:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
72 | for(i = 0; i < ns.size(); i++) n += ns[i];
| ~~^~~~~~~~~~~
instabCorrection.cpp:73:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
73 | for(i = 0; i < ns.size(); i++){
| ~~^~~~~~~~~~~
instabCorrection.cpp:76:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
76 | for(int j = 0; j < ns.size(); j++) {
| ~~^~~~~~~~~~~
g++ -std=gnu++17 -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 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c kmeansPredict.cpp -o kmeansPredict.o
g++ -std=gnu++17 -shared -s -static-libgcc -o cstab.dll tmp.def RcppExports.o distMat.o instabCorrection.o kmeansPredict.o -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/2025_11_02_01_50_01_2710/Rtmp0sv3Z2/R.INSTALL5c1c69065ac2/cstab/src'
make[1]: Entering directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp0sv3Z2/R.INSTALL5c1c69065ac2/cstab/src'
make[1]: Leaving directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp0sv3Z2/R.INSTALL5c1c69065ac2/cstab/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-cstab/00new/cstab/libs/x64
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'cstab' as cstab_0.2-2.zip
* DONE (cstab)