* installing *source* package ‘focus’ ...
** this is package ‘focus’ version ‘0.1.3’
** package ‘focus’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C compiler: ‘clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)’
using C++ compiler: ‘clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/focus/src'
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c focus_ARp.cpp -o focus_ARp.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c focus_rcpp_module.cpp -o focus_rcpp_module.o
In file included from focus_rcpp_module.cpp:13:
./Info.h:136:39: warning: braces around scalar initializer [-Wbraced-scalar-init]
  136 |       candidates_.push_back(Candidate({0.0}, 0, side_));
      |                                       ^~~~~
In file included from focus_rcpp_module.cpp:14:
./MultivariateInfo.h:111:10: warning: private field 'anomaly_intensity_' is not used [-Wunused-private-field]
  111 |   double anomaly_intensity_;
      |          ^
2 warnings generated.
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c qhull_all.cpp -o qhull_all.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c qhull_c_all.c -o qhull_c_all.o
In file included from qhull_c_all.c:6:
./libqhull_r/geom_r.c:623:24: warning: variable 'flip' set but not used [-Wunused-but-set-variable]
  623 |   int i, j, k, pivoti, flip=0;
      |                        ^
In file included from qhull_c_all.c:11:
./libqhull_r/merge_r.c:2906:17: warning: variable 'total' set but not used [-Wunused-but-set-variable]
 2906 |   int cycles=0, total=0, facets, nummerge, numdegen= 0;
      |                 ^
In file included from qhull_c_all.c:12:
./libqhull_r/poly2_r.c:103:37: warning: variable 'notgood' set but not used [-Wunused-but-set-variable]
  103 |   int numpart= 0, facet_i, facet_n, notgood= 0, notverified= 0;
      |                                     ^
3 warnings generated.
clang++-22 -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o focus.so RcppExports.o focus_ARp.o focus_rcpp_module.o qhull_all.o qhull_c_all.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/focus/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/focus/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/focus/src'
installing to /data/gannet/ripley/R/packages/tests-clang/focus.Rcheck/00LOCK-focus/00new/focus/libs
** R
** inst
** 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
** 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 (focus)