* 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/2024_11_15_01_50_00_7107/RtmpYz0Mef/R.INSTALL44c0fde5d44/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:/RCompile/CRANpkg/lib/4.3/Rcereal/include'   -I"d:/rtools43/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-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.3/Rcereal/include'   -I"d:/rtools43/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:49:
../src/literanger/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&)':
../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  429 |         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:/RCompile/CRANpkg/lib/4.3/Rcereal/include'   -I"d:/rtools43/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, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  429 |         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:/RCompile/CRANpkg/lib/4.3/Rcereal/include'   -I"d:/rtools43/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, std::shared_ptr<const literanger::Data>, literanger::key_vector&)':
../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  429 |         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_io.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/2024_11_15_01_50_00_7107/RtmpYz0Mef/R.INSTALL44c0fde5d44/literanger/src'
make[1]: Entering directory '/d/temp/2024_11_15_01_50_00_7107/RtmpYz0Mef/R.INSTALL44c0fde5d44/literanger/src'
make[1]: Leaving directory '/d/temp/2024_11_15_01_50_00_7107/RtmpYz0Mef/R.INSTALL44c0fde5d44/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.1.1.zip
* DONE (literanger)