* installing *source* package 'lodr' ...
** package 'lodr' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpkLOsHS/R.INSTALL55e06ad56fed/lodr/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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++ -shared -s -static-libgcc -o lodr.dll tmp.def RcppExports.o slice_LOD.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpkLOsHS/R.INSTALL55e06ad56fed/lodr/src'
make[1]: Entering directory '/d/temp/RtmpkLOsHS/R.INSTALL55e06ad56fed/lodr/src'
make[1]: Leaving directory '/d/temp/RtmpkLOsHS/R.INSTALL55e06ad56fed/lodr/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-lodr/00new/lodr/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'lodr' as lodr_1.0.zip
* DONE (lodr)