* installing *source* package 'literanger' ...
** this is package 'literanger' version '0.2.0'
** package 'literanger' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_07_24_01_50_00_2360/RtmpU3BzvJ/R.INSTALL2d8546c584e68/literanger/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcereal/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -I../src   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c cpp11.cpp -o cpp11.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcereal/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -I../src   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c cpp11_io.cpp -o cpp11_io.o
In file included from ../src/literanger/Forest.defn.h:35,
                 from ../src/literanger/ForestClassification.defn.h:39,
                 from literanger/ForestClassification.h:18,
                 from cpp11_io.cpp:46:
../src/literanger/TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, const literanger::TrainingParameters&, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:448:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  447 |         const ull_bitenc partition_key = *(
      |                                           ~
  448 |             (unsigned long long *)(&split_value)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  449 |         );
      |         ~    
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcereal/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -I../src   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c cpp11_merge.cpp -o cpp11_merge.o
In file included from ../src/literanger/Forest.defn.h:35,
                 from ../src/literanger/ForestClassification.defn.h:39,
                 from literanger/ForestClassification.h:18,
                 from cpp11_merge.cpp:50:
../src/literanger/TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, const literanger::TrainingParameters&, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:448:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  447 |         const ull_bitenc partition_key = *(
      |                                           ~
  448 |             (unsigned long long *)(&split_value)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  449 |         );
      |         ~    
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcereal/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -I../src   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c cpp11_predict.cpp -o cpp11_predict.o
In file included from ../src/literanger/Forest.defn.h:35,
                 from ../src/literanger/ForestClassification.defn.h:39,
                 from literanger/ForestClassification.h:18,
                 from cpp11_predict.cpp:47:
../src/literanger/TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, const literanger::TrainingParameters&, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:448:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  447 |         const ull_bitenc partition_key = *(
      |                                           ~
  448 |             (unsigned long long *)(&split_value)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  449 |         );
      |         ~    
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.6/Rcereal/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -I../src   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c cpp11_train.cpp -o cpp11_train.o
In file included from ../src/literanger/Forest.defn.h:35,
                 from ../src/literanger/ForestClassification.defn.h:39,
                 from literanger/ForestClassification.h:18,
                 from cpp11_train.cpp:45:
../src/literanger/TreeBase.defn.h: In member function 'bool literanger::TreeBase::split_node(size_t, size_t, size_t, const literanger::TrainingParameters&, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:448:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  447 |         const ull_bitenc partition_key = *(
      |                                           ~
  448 |             (unsigned long long *)(&split_value)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  449 |         );
      |         ~    
g++ -std=gnu++17 -shared -s -static-libgcc -o literanger.dll tmp.def cpp11.o cpp11_io.o cpp11_merge.o cpp11_predict.o cpp11_train.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_07_24_01_50_00_2360/RtmpU3BzvJ/R.INSTALL2d8546c584e68/literanger/src'
make[1]: Entering directory '/d/temp/2025_07_24_01_50_00_2360/RtmpU3BzvJ/R.INSTALL2d8546c584e68/literanger/src'
make[1]: Leaving directory '/d/temp/2025_07_24_01_50_00_2360/RtmpU3BzvJ/R.INSTALL2d8546c584e68/literanger/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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.2.0.zip
* DONE (literanger)