* installing *source* package ‘frailtySurv’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 16.0.6 (10)’ using C++ compiler: ‘Debian clang version 16.0.6 (10)’ clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c distributions.cpp -o distributions.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -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] int k_tau = n_timesteps - 1; ^ estimators.cpp:897:7: warning: unused variable 'k_tau' [-Wunused-variable] int k_tau = n_timesteps - 1; ^ estimators.cpp:982:10: warning: unused variable 'integration' [-Wunused-variable] double integration; ^ estimators.cpp:1052:7: warning: unused variable 'k_tau' [-Wunused-variable] int k_tau = n_timesteps - 1; ^ estimators.cpp:1089:7: warning: unused variable 'k_tau' [-Wunused-variable] int k_tau = n_timesteps - 1; ^ 5 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -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] return errmax; ^ hcubature.c:123:3: note: previous statement is here for (k = 0; k < fdim; ++k) ^ hcubature.c:577:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] R[iR].splitDim = dimDiffMax; ^ hcubature.c:572:5: note: previous statement is here for (i = 0; i < dim; ++i) ^ hcubature.c:853:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] return SUCCESS; ^ hcubature.c:851:3: note: previous statement is here for (i = 0; i < ni; ++i) ^ 3 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o frailtySurv.so RcppExports.o distributions.o estimators.o hcubature.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/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)