* installing *source* package 'HTT' ...
** package 'HTT' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpKoieHj/R.INSTALLa8f85d84279e/HTT/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Convenience.cpp -o Convenience.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Permutation.cpp -o Permutation.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/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.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Splits.cpp -o Splits.o
Splits.cpp: In function 'Rcpp::List split_unordered_greedy(Rcpp::NumericVector, Rcpp::IntegerVector, Rcpp::NumericMatrix, std::string, int, double)':
Splits.cpp:340:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  340 |     while (left_index.size() < m - 1)
      |            ~~~~~~~~~~~~~~~~~~^~~~~~~
Splits.cpp:376:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  376 |       for (int i = 0; i < left_index.size(); i++)
      |                       ~~^~~~~~~~~~~~~~~~~~~
Splits.cpp:395:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  395 |     while (left_index.size() < m - 1)
      |            ~~~~~~~~~~~~~~~~~~^~~~~~~
Splits.cpp:431:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  431 |       for (int i = 0; i < left_index.size(); i++)
      |                       ~~^~~~~~~~~~~~~~~~~~~
Splits.cpp:448:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  448 |   for (int i = 0; i < left_index.size(); i++)
      |                   ~~^~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c TreeGrow.cpp -o TreeGrow.o
g++ -std=gnu++17 -shared -s -static-libgcc -o HTT.dll tmp.def Convenience.o Permutation.o RcppExports.o Splits.o TreeGrow.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpKoieHj/R.INSTALLa8f85d84279e/HTT/src'
make[1]: Entering directory '/d/temp/RtmpKoieHj/R.INSTALLa8f85d84279e/HTT/src'
make[1]: Leaving directory '/d/temp/RtmpKoieHj/R.INSTALLa8f85d84279e/HTT/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-HTT/00new/HTT/libs/x64
** 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
** 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 'HTT' as HTT_0.1.2.zip
* DONE (HTT)