* installing *source* package ‘rpsurv’ ...
** this is package ‘rpsurv’ version ‘0.7.1’
** package ‘rpsurv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/rpsurv/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -DRCPP_PARALLEL_USE_TBB=0 -I/data/localhost/ripley/R/test-dev/RcppParallel/include -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/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../inst/include -DRCPP_PARALLEL_USE_TBB=0 -I/data/localhost/ripley/R/test-dev/RcppParallel/include -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/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 rcs_basis.cpp -o rcs_basis.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -DRCPP_PARALLEL_USE_TBB=0 -I/data/localhost/ripley/R/test-dev/RcppParallel/include -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/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 rpsurv_loglik.cpp -o rpsurv_loglik.o
rpsurv_loglik.cpp: In member function ‘virtual void RPLogLikGrad::operator()(std::size_t, std::size_t)’:
rpsurv_loglik.cpp:123:43: warning: ‘te.ScaleTerms::dlogS_deta’ may be used uninitialized [-Wmaybe-uninitialized]
  123 |           if (entry) dli -= te.dlogS_deta * Xentry(i, k);
      |                             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
rpsurv_loglik.cpp:91:18: note: ‘te.ScaleTerms::dlogS_deta’ was declared here
   91 |       ScaleTerms te;
      |                  ^~
rpsurv_loglik.cpp:111:25: warning: ‘te.ScaleTerms::logS’ may be used uninitialized [-Wmaybe-uninitialized]
  111 |           if (entry) li -= te.logS;
      |                      ~~~^~~~~~~~~~
rpsurv_loglik.cpp:91:18: note: ‘te.ScaleTerms::logS’ was declared here
   91 |       ScaleTerms te;
      |                  ^~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o rpsurv.so RcppExports.o rcs_basis.o rpsurv_loglik.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/rpsurv/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/rpsurv/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/rpsurv/src'
installing to /data/localhost/ripley/R/packages/tests-devel/rpsurv.Rcheck/00LOCK-rpsurv/00new/rpsurv/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (rpsurv)