* installing *source* package ‘TBRDist’ ...
** this is package ‘TBRDist’ version ‘2.0.2’
** package ‘TBRDist’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘clang version 23.1.0’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/TBRDist/src'
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/TreeTools/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/TreeTools/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c rspr.cpp -o rspr.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/TreeTools/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c spr_lookup.cpp -o spr_lookup.o
In file included from rspr.cpp:48:
./rspr/rspr.h:6269:10: warning: variable 'distance' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
6269 | if (k <= NO_CLUSTER_ROUNDS)
| ^~~~~~~~~~~~~~~~~~~~~~
./rspr/rspr.h:6274:10: note: uninitialized use occurs here
6274 | if (distance < 0)
| ^~~~~~~~
./rspr/rspr.h:6269:6: note: remove the 'if' if its condition is always true
6269 | if (k <= NO_CLUSTER_ROUNDS)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
6270 | distance = rSPR_branch_and_bound_range(F1, F2, MIN_SPR, MAX_SPR);
./rspr/rspr.h:6266:18: note: initialize the variable 'distance' to silence this warning
6266 | int distance;
| ^
| = 0
1 warning generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/TreeTools/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c uspr.cpp -o uspr.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o TBRDist.so RcppExports.o rspr.o spr_lookup.o uspr.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/TBRDist/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/TBRDist/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/TBRDist/src'
installing to /data/localhost/ripley/R/packages/tests-clang/TBRDist.Rcheck/00LOCK-TBRDist/00new/TBRDist/libs
** R
** 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 (TBRDist)