* installing *source* package 'literanger' ...
** package 'literanger' 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/RtmpA9DxHp/R.INSTALL1ec8c33887fcd/literanger/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11_predict.cpp -o cpp11_predict.o
In file included from Forest.defn.h:35,
                 from ForestClassification.defn.h:32,
                 from ForestClassification.h:18,
                 from cpp11_predict.cpp:52:
TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
TreeBase.defn.h:380:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  380 |         const ull_bitenc partition_key = *((unsigned long long *)(&split_value));
      |                                           ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11_train.cpp -o cpp11_train.o
In file included from Forest.defn.h:35,
                 from ForestClassification.defn.h:32,
                 from ForestClassification.h:18,
                 from cpp11_train.cpp:50:
TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
TreeBase.defn.h:380:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  380 |         const ull_bitenc partition_key = *((unsigned long long *)(&split_value));
      |                                           ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o literanger.dll tmp.def cpp11.o cpp11_predict.o cpp11_train.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/RtmpA9DxHp/R.INSTALL1ec8c33887fcd/literanger/src'
make[1]: Entering directory '/d/temp/RtmpA9DxHp/R.INSTALL1ec8c33887fcd/literanger/src'
make[1]: Leaving directory '/d/temp/RtmpA9DxHp/R.INSTALL1ec8c33887fcd/literanger/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-literanger/00new/literanger/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 'literanger' as literanger_0.0.2.zip
* DONE (literanger)