* installing *source* package 'policytree' ...
** package 'policytree' 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/Rtmpk3hx67/R.INSTALL21700277241da/policytree/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/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:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcppbindings.cpp -o Rcppbindings.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tree_search.cpp -o tree_search.o
In file included from tree_search.cpp:20:
In constructor 'Node::Node(size_t, double, double, size_t)',
    inlined from 'std::unique_ptr<Node> find_best_split(const std::vector<boost::container::flat_set<Point, std::function<bool(const Point&, const Point&)> > >&, int, int, size_t, const Data*, std::vector<std::vector<double> >&)' at tree_search.cpp:356:98:
tree_search.h:90:3: warning: 'best_split_var' may be used uninitialized [-Wmaybe-uninitialized]
   90 |   index(index), value(value), reward(reward), action_id(action_id) {
      |   ^~~~~~~~~~~~
tree_search.cpp: In function 'std::unique_ptr<Node> find_best_split(const std::vector<boost::container::flat_set<Point, std::function<bool(const Point&, const Point&)> > >&, int, int, size_t, const Data*, std::vector<std::vector<double> >&)':
tree_search.cpp:294:12: note: 'best_split_var' was declared here
  294 |     size_t best_split_var;
      |            ^~~~~~~~~~~~~~
tree_search.cpp:295:12: warning: 'best_split_val' may be used uninitialized [-Wmaybe-uninitialized]
  295 |     double best_split_val;
      |            ^~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o policytree.dll tmp.def RcppExports.o Rcppbindings.o tree_search.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/Rtmpk3hx67/R.INSTALL21700277241da/policytree/src'
make[1]: Entering directory '/d/temp/Rtmpk3hx67/R.INSTALL21700277241da/policytree/src'
make[1]: Leaving directory '/d/temp/Rtmpk3hx67/R.INSTALL21700277241da/policytree/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-policytree/00new/policytree/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 'policytree' as policytree_1.2.2.zip
* DONE (policytree)