* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘frailtySurv’ ...
** package ‘frailtySurv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpeBdT0q/R.INSTALL15e10f49b98e70/frailtySurv/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c distributions.cpp -o distributions.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -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.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -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.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o frailtySurv.so RcppExports.o distributions.o estimators.o hcubature.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpeBdT0q/R.INSTALL15e10f49b98e70/frailtySurv/src'
make[1]: Entering directory '/tmp/RtmpeBdT0q/R.INSTALL15e10f49b98e70/frailtySurv/src'
make[1]: Leaving directory '/tmp/RtmpeBdT0q/R.INSTALL15e10f49b98e70/frailtySurv/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)