* installing *source* package 'evtree' ...
** package 'evtree' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_11_15_13_14_52_3707/RtmpacumdR/R.INSTALL6f3c40f67add/evtree/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c container.cpp -o container.o
container.cpp: In member function 'double Container::crossover(int)':
container.cpp:1120:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
1120 | if(accept2 == 0)
| ^~
container.cpp:1122:12: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
1122 | if( accept2 >= 0){// new tree with "treeNumber2" is accepted
| ^~
container.cpp:1130:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
1130 | if(accept1 == 0)
| ^~
container.cpp:1132:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
1132 | if( accept1 >= 0){// new tree with "treeNumber1" is accepted
| ^~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/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-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tree.cpp -o tree.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c variable.cpp -o variable.o
g++ -std=gnu++17 -shared -s -static-libgcc -o evtree.dll tmp.def container.o node.o tree.o variable.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_15_13_14_52_3707/RtmpacumdR/R.INSTALL6f3c40f67add/evtree/src'
make[1]: Entering directory '/d/temp/2025_11_15_13_14_52_3707/RtmpacumdR/R.INSTALL6f3c40f67add/evtree/src'
make[1]: Leaving directory '/d/temp/2025_11_15_13_14_52_3707/RtmpacumdR/R.INSTALL6f3c40f67add/evtree/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-evtree/00new/evtree/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'evtree' as evtree_1.0-8.zip
* DONE (evtree)