* installing *source* package ‘evtree’ ...
** this is package ‘evtree’ version ‘1.0-8’
** package ‘evtree’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/evtree/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 -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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 -c node.cpp -o node.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 -c tree.cpp -o tree.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -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 -c variable.cpp -o variable.o
g++ -std=gnu++17 -shared -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)