* installing *source* package ‘frailtySurv’ ...
** this is package ‘frailtySurv’ version ‘1.3.8’
** package ‘frailtySurv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 21.1.4’
using C++ compiler: ‘clang version 21.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/frailtySurv/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/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
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/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 distributions.cpp -o distributions.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/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 estimators.cpp -o estimators.o
estimators.cpp:861:7: warning: unused variable 'k_tau' [-Wunused-variable]
861 | int k_tau = n_timesteps - 1;
| ^~~~~
estimators.cpp:897:7: warning: unused variable 'k_tau' [-Wunused-variable]
897 | int k_tau = n_timesteps - 1;
| ^~~~~
estimators.cpp:982:10: warning: unused variable 'integration' [-Wunused-variable]
982 | double integration;
| ^~~~~~~~~~~
estimators.cpp:1052:7: warning: unused variable 'k_tau' [-Wunused-variable]
1052 | int k_tau = n_timesteps - 1;
| ^~~~~
estimators.cpp:1089:7: warning: unused variable 'k_tau' [-Wunused-variable]
1089 | int k_tau = n_timesteps - 1;
| ^~~~~
5 warnings generated.
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c hcubature.c -o hcubature.o
hcubature.c:125:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
125 | return errmax;
| ^
hcubature.c:123:3: note: previous statement is here
123 | for (k = 0; k < fdim; ++k)
| ^
hcubature.c:577:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
577 | R[iR].splitDim = dimDiffMax;
| ^
hcubature.c:572:5: note: previous statement is here
572 | for (i = 0; i < dim; ++i)
| ^
hcubature.c:853:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
853 | return SUCCESS;
| ^
hcubature.c:851:3: note: previous statement is here
851 | for (i = 0; i < ni; ++i)
| ^
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o frailtySurv.so RcppExports.o distributions.o estimators.o hcubature.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/frailtySurv/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/frailtySurv/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/frailtySurv/src'
installing to /data/gannet/ripley/R/packages/tests-clang/frailtySurv.Rcheck/00LOCK-frailtySurv/00new/frailtySurv/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (frailtySurv)