* installing *source* package ‘evtree’ ... ** package ‘evtree’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/evtree/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -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++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c node.cpp -o node.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c tree.cpp -o tree.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c variable.cpp -o variable.o g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o evtree.so container.o node.o tree.o variable.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/evtree/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/evtree/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/evtree/src' installing to /data/gannet/ripley/R/packages/tests-devel/evtree.Rcheck/00LOCK-evtree/00new/evtree/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (evtree)