* installing *source* package 'BayesTree' ...
** package 'BayesTree' 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/RtmpQvWtig/R.INSTALL201283fee3baf/BayesTree/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c BirthDeath.cpp -o BirthDeath.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ChangeRule.cpp -o ChangeRule.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Funs.cpp -o Funs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Lib.cpp -o Lib.o
Lib.cpp: In static member function 'static void Lib::sortedUnique(int, double*, Vec&)':
Lib.cpp:89:11: warning: unused variable 'nu' [-Wunused-variable]
   89 |    vec_sz nu = 1;
      |           ^~
Lib.cpp: In static member function 'static void Lib::acov(Vec&, int, Vec&, bool)':
Lib.cpp:114:32: warning: typedef 'ST' locally defined but not used [-Wunused-local-typedefs]
  114 |         typedef Vec::size_type ST;
      |                                ^~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Likelihood.cpp -o Likelihood.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c List.cpp -o List.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c MuS.cpp -o MuS.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Node.cpp -o Node.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Prior.cpp -o Prior.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rlob.cpp -o Rlob.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Swap.cpp -o Swap.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mbart.cpp -o mbart.o
mbart.cpp: In function 'void mbart(int*, int*, int*, double*, double*, double*, double*, int*, double*, double*, double*, double*, double*, int*, int*, int*, int*, int*, int*, int*, int*, int*, double*, double*, double*, int*)':
mbart.cpp:386:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  386 |          if(!binary) sdraw[scnt] = sd.getS(); scnt++;
      |          ^~
mbart.cpp:386:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  386 |          if(!binary) sdraw[scnt] = sd.getS(); scnt++;
      |                                               ^~~~
mbart.cpp:300:11: warning: variable 'alpha' set but not used [-Wunused-but-set-variable]
  300 |    double alpha=0.0;
      |           ^~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o BayesTree.dll tmp.def BirthDeath.o ChangeRule.o Funs.o Lib.o Likelihood.o List.o MuS.o Node.o Prior.o Rlob.o Swap.o mbart.o -LD:/RCompile/recent/R/bin -lRblas -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/RtmpQvWtig/R.INSTALL201283fee3baf/BayesTree/src'
make[1]: Entering directory '/d/temp/RtmpQvWtig/R.INSTALL201283fee3baf/BayesTree/src'
make[1]: Leaving directory '/d/temp/RtmpQvWtig/R.INSTALL201283fee3baf/BayesTree/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-BayesTree/00new/BayesTree/libs/x64
** R
** 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 'BayesTree' as BayesTree_0.3-1.5.zip
* DONE (BayesTree)