* installing *source* package ‘textreg’ ...
** this is package ‘textreg’ version ‘0.1.5’
** package ‘textreg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
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)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/textreg/src'
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -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 textreg.cpp -o textreg.o
textreg.cpp:193:16: warning: variable 'my_total_support' set but not used [-Wunused-but-set-variable]
  193 |                 unsigned int my_total_support = 0;
      |                              ^
textreg.cpp:695:16: warning: variable 'sum_squared_betas' set but not used [-Wunused-but-set-variable]
  695 |                         LONG_DOUBLE sum_squared_betas = 0.0;
      |                                     ^
textreg.cpp:696:16: warning: variable 'sum_abs_betas' set but not used [-Wunused-but-set-variable]
  696 |                         LONG_DOUBLE sum_abs_betas = 0.0;
      |                                     ^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -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 textreg_init.c -o textreg_init.o
3 warnings generated.
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
clang++-22 -stdlib=libc++ -std=gnu++20 -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 textreg.so textreg.o textreg_init.o
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/textreg/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/textreg/src'
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/textreg/src'
installing to /data/gannet/ripley/R/packages/tests-clang/textreg.Rcheck/00LOCK-textreg/00new/textreg/libs
** R
** data
** 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 (textreg)