* installing *source* package ‘CoxPlus’ ...
** package ‘CoxPlus’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.1.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CoxPlus/src'
g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/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 coxReg.cpp -o coxReg.o
In file included from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo:672,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29,
                 from coxReg.cpp:29:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/subview_elem1_meat.hpp: In function 'void arma::subview_elem1<eT, T1>::inplace_op(eT) [with op_type = arma::op_internal_equ; eT = double; T1 = arma::Mat<unsigned int>]':
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/armadillo_bits/subview_elem1_meat.hpp:96:17: warning: '((const arma::uword*)<unknown>)[12]' may be used uninitialized [-Wmaybe-uninitialized]
   96 |     const uword ii = aa_mem[iq];
      |                 ^~
g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o CoxPlus.so coxReg.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CoxPlus/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CoxPlus/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CoxPlus/src'
installing to /data/gannet/ripley/R/packages/tests-devel/CoxPlus.Rcheck/00LOCK-CoxPlus/00new/CoxPlus/libs
** R
** 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 (CoxPlus)