* installing *source* package ‘focus’ ...
** this is package ‘focus’ version ‘0.1.9’
** package ‘focus’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/focus/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -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 focus_ARp.cpp -o focus_ARp.o
focus_ARp.cpp: In function ‘std::vector<changepoint::{anonymous}::Triple> changepoint::{anonymous}::exact_form_out_start(const std::vector<double>&, int, const std::vector<double>&)’:
focus_ARp.cpp:118:13: warning: unused variable ‘p’ [-Wunused-variable]
  118 |   const int p = static_cast<int>(rho.size());
      |             ^
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -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 focus_rcpp_module.cpp -o focus_rcpp_module.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -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 qhull_all.cpp -o qhull_all.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I. -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c qhull_c_all.c -o qhull_c_all.o
In file included from qhull_c_all.c:6:
libqhull_r/geom_r.c: In function ‘qh_gausselim’:
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: In function ‘qh_mergecycle_all’:
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: In function ‘qh_check_bestdist’:
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;
      |                                     ^~~~~~~
g++ -std=gnu++17 -shared -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/localhost/ripley/R/packages/tests-devel/focus/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/focus/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/focus/src'
installing to /data/localhost/ripley/R/packages/tests-devel/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)