* installing *source* package 'cstab' ...
** package 'cstab' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpG8Ce8U/R.INSTALL119f87a07ce9/cstab/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/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:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpG8Ce8U/R.INSTALL119f87a07ce9/cstab/src'
make[1]: Entering directory '/d/temp/RtmpG8Ce8U/R.INSTALL119f87a07ce9/cstab/src'
make[1]: Leaving directory '/d/temp/RtmpG8Ce8U/R.INSTALL119f87a07ce9/cstab/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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)