* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘lnmixsurv’ ...
** this is package ‘lnmixsurv’ version ‘3.1.6’
** package ‘lnmixsurv’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-5) 14.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5RpOc7/R.INSTALL20c0c77afa6d55/lnmixsurv/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppGSL/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  `/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/Rscript -e "RcppGSL:::CFlags()"` -DARMA_64BIT_WORD=1 -I../inst/include/ -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29,
                 from RcppExports.cpp:4:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.’
   71 |         #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.")
      |                                                                                                                                                         ^
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppGSL/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  `/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/Rscript -e "RcppGSL:::CFlags()"` -DARMA_64BIT_WORD=1 -I../inst/include/ -fpic  -g -O2 -Wall -pedantic -mtune=native   -c lognormal_mixture_gibbs.cpp -o lognormal_mixture_gibbs.o
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29,
                 from lognormal_mixture_gibbs.cpp:3:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.’
   71 |         #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.")
      |                                                                                                                                                         ^
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppGSL/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  `/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/Rscript -e "RcppGSL:::CFlags()"` -DARMA_64BIT_WORD=1 -I../inst/include/ -fpic  -g -O2 -Wall -pedantic -mtune=native   -c predict.cpp -o predict.o
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29,
                 from predict.cpp:3:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.’
   71 |         #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.")
      |                                                                                                                                                         ^
predict.cpp: In function ‘double sob_lognormal_mix(const double&, const arma::rowvec&, const arma::vec&, const arma::vec&)’:
predict.cpp:17:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare]
   17 |   for (int i = 0; i < m.n_elem; i++) {
      |                   ~~^~~~~~~~~~
predict.cpp: In function ‘double hazard_lognormal_mix(const double&, const arma::rowvec&, const arma::vec&, const arma::vec&)’:
predict.cpp:27:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare]
   27 |   for (int i = 0; i < m.n_elem; i++) {
      |                   ~~^~~~~~~~~~
predict.cpp: In function ‘arma::mat predict_survival_gibbs_cpp(const arma::vec&, const arma::rowvec&, const arma::field<arma::Mat<double> >&, arma::mat, arma::mat, const bool&, const double&)’:
predict.cpp:77:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare]
   77 |   for(int time = 0; time < eval_time.n_elem; time++) {
      |                     ~~~~~^~~~~~~~~~~~~~~~~~
predict.cpp: In function ‘arma::mat predict_hazard_gibbs_cpp(const arma::vec&, const arma::rowvec&, const arma::field<arma::Mat<double> >&, arma::mat, arma::mat, const bool&, const double&)’:
predict.cpp:140:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const long long unsigned int’} [-Wsign-compare]
  140 |   for(int time = 0; time < eval_time.n_elem; time++) {
      |                     ~~~~~^~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppGSL/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  `/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/Rscript -e "RcppGSL:::CFlags()"` -DARMA_64BIT_WORD=1 -I../inst/include/ -fpic  -g -O2 -Wall -pedantic -mtune=native   -c simulate_data.cpp -o simulate_data.o
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29,
                 from simulate_data.cpp:3:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.’
   71 |         #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.")
      |                                                                                                                                                         ^
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o lnmixsurv.so RcppExports.o lognormal_mixture_gibbs.o predict.o simulate_data.o -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5RpOc7/R.INSTALL20c0c77afa6d55/lnmixsurv/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5RpOc7/R.INSTALL20c0c77afa6d55/lnmixsurv/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5RpOc7/R.INSTALL20c0c77afa6d55/lnmixsurv/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-lnmixsurv/00new/lnmixsurv/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘lnmixsurv’
    finding HTML links ... done
    augment.survival_ln_mixture             html  
    augment.survival_ln_mixture_em          html  
    join_empirical_hazard                   html  
    lnmixsurv-package                       html  
    nobs.survival_ln_mixture                html  
    plot.survival_ln_mixture_em             html  
    plot_fit_on_data                        html  
    predict.survival_ln_mixture             html  
    predict.survival_ln_mixture_em          html  
    reexports                               html  
    sim_data                                html  
    simulate_data                           html  
    survival_ln_mixture                     html  
    survival_ln_mixture_em                  html  
    tidy.survival_ln_mixture                html  
    tidy.survival_ln_mixture_em             html  
*** copying figures
** 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 (lnmixsurv)