* installing *source* package 'borrowr' ...
** package 'borrowr' 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/RtmpyoYlJI/R.INSTALL10c1c40c416b7/borrowr/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/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/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bart.cpp -o bart.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bartfuns.cpp -o bartfuns.o
bartfuns.cpp: In function 'void makexinfo(size_t, size_t, double*, xinfo&, int*)':
bartfuns.cpp:52:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   52 |       for(size_t j=0;j<nc[i];j++) xi[i][j] = minx[i] + (j+1)*xinc;
      |                      ~^~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bd.cpp -o bd.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpriortree.cpp -o cpriortree.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cwbart.cpp -o cwbart.o
cwbart.cpp: In function 'SEXPREC* cwbart(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
cwbart.cpp:143:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  143 |        for(size_t j=0;j<numcut[i];j++) _xi[i][j]=Xinfo(i, j);
      |                       ~^~~~~~~~~~
cwbart.cpp:334:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  334 |       for(int jj = 0; jj < m; jj++) {
      |                       ~~~^~~
cwbart.cpp:338:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<tree*>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  338 |         for(int nn=0;nn!=bnv.size();nn++) {
      |                      ~~^~~~~~~~~~~~
cwbart.cpp:440:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  440 |    for(int jj = 0; jj < m; jj++) {
      |                    ~~~^~~
cwbart.cpp:444:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<tree*>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  444 |      for(int nn=0;nn!=bnv.size();nn++) {
      |                   ~~^~~~~~~~~~~~
cwbart.cpp:112:9: warning: unused variable 'grp' [-Wunused-variable]
  112 |    int *grp = &_grp[0];
      |         ^~~
cwbart.cpp:117:11: warning: unused variable 'printevery' [-Wunused-variable]
  117 |    size_t printevery = Rcpp::as<int>(_inprintevery);
      |           ^~~~~~~~~~
cwbart.cpp:292:8: warning: unused variable 'time1' [-Wunused-variable]
  292 |    int time1 = time(&tp);
      |        ^~~~~
cwbart.cpp:452:8: warning: unused variable 'time2' [-Wunused-variable]
  452 |    int time2 = time(&tp);
      |        ^~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c heterbart.cpp -o heterbart.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c heterbartfuns.cpp -o heterbartfuns.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c heterbd.cpp -o heterbd.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c matchesToCor.cpp -o matchesToCor.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tree.cpp -o tree.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c treefuns.cpp -o treefuns.o
g++ -std=gnu++17 -shared -s -static-libgcc -o borrowr.dll tmp.def RcppExports.o bart.o bartfuns.o bd.o cpriortree.o cwbart.o heterbart.o heterbartfuns.o heterbd.o matchesToCor.o tree.o treefuns.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpyoYlJI/R.INSTALL10c1c40c416b7/borrowr/src'
make[1]: Entering directory '/d/temp/RtmpyoYlJI/R.INSTALL10c1c40c416b7/borrowr/src'
make[1]: Leaving directory '/d/temp/RtmpyoYlJI/R.INSTALL10c1c40c416b7/borrowr/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-borrowr/00new/borrowr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'borrowr' as borrowr_0.2.0.zip
* DONE (borrowr)