* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘lodr’ ...
** package ‘lodr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++11
make[1]: Entering directory '/tmp/RtmpSAxFyv/R.INSTALL18d0a47e4e285b/lodr/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c slice_LOD.cpp -o slice_LOD.o
slice_LOD.cpp: In function ‘Rcpp::List LOD_fit(arma::vec, arma::mat, arma::vec, arma::vec, double, arma::mat, int, double, int, arma::mat)’:
slice_LOD.cpp:104:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  104 |   for(int i=0; i<LOD_u_l.n_rows; i=i+1){
      |                ~^~~~~~~~~~~~~~~
slice_LOD.cpp:118:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  118 |    for(int i=0; i<x_data.n_rows; i=i+1){
      |                 ~^~~~~~~~~~~~~~
slice_LOD.cpp:138:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  138 |      for(int i=0; i <x_data.n_rows ;i=i+1){
      |                   ~~^~~~~~~~~~~~~~
slice_LOD.cpp:169:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  169 |                     for(int l=0; l<missing_indicies.n_elem; l=l+1){
      |                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:177:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  177 |                     for(int l=0; l<missing_indicies.n_elem; l=l+1){
      |                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:184:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  184 |                     for(int l=0; l<missing_indicies.n_elem; l=l+1){
      |                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:208:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  208 |     for(int k=0;k<weighted_data.n_rows; k=k+1){
      |                 ~^~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:218:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  218 |     for(int k=0;k<weighted_mean_x_mat.n_rows; k=k+1){
      |                 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:224:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  224 |     for(int k=0; k<beta.n_elem; k=k+1){
      |                  ~^~~~~~~~~~~~
slice_LOD.cpp: In function ‘Rcpp::List LOD_bootstrap_fit(int, arma::vec, arma::mat, int, double, int, arma::mat)’:
slice_LOD.cpp:273:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  273 |     for(int k=0; k<x_data_boot.n_cols; k=k+1){
      |                  ~^~~~~~~~~~~~~~~~~~~
slice_LOD.cpp:287:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  287 |       for(int k=0; k<no_LOD_by_column_unique.n_elem; k++){
      |                    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
slice_LOD.cpp: In function ‘double slice_fcs(double (*)(double, norm_parm), norm_parm, double, double, double, int)’:
slice_LOD.cpp:89:10: warning: ‘x_1’ may be used uninitialized [-Wmaybe-uninitialized]
   89 |   return x_1;
      |          ^~~
slice_LOD.cpp:43:14: note: ‘x_1’ was declared here
   43 |   double f0, x_1, f_x1, h0, L, R, U;
      |              ^~~
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o lodr.so RcppExports.o slice_LOD.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpSAxFyv/R.INSTALL18d0a47e4e285b/lodr/src'
make[1]: Entering directory '/tmp/RtmpSAxFyv/R.INSTALL18d0a47e4e285b/lodr/src'
make[1]: Leaving directory '/tmp/RtmpSAxFyv/R.INSTALL18d0a47e4e285b/lodr/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-lodr/00new/lodr/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (lodr)