* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘MTLR’ ...
** package ‘MTLR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpdKwtVM/R.INSTALL2d8fd72251a91e/MTLR/src'
g++-13 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c MTLRHelper.cpp -o MTLRHelper.o
MTLRHelper.cpp: In function ‘double mtlr_objVal(arma::rowvec, arma::mat, arma::mat, double, arma::vec)’:
MTLRHelper.cpp:49:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   49 |   for(int j = 0; j < thetas.n_cols; j++) {
      |                  ~~^~~~~~~~~~~~~~~
MTLRHelper.cpp:50:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   50 |     for(int i =0; i < thetas.n_rows; i++){
      |                   ~~^~~~~~~~~~~~~~~
MTLRHelper.cpp: In function ‘arma::rowvec mtlr_grad(arma::rowvec, arma::mat, arma::mat, double, arma::vec)’:
MTLRHelper.cpp:137:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  137 |   for(int j = 0; j < thetas.n_cols; j++) {
      |                  ~~^~~~~~~~~~~~~~~
MTLRHelper.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 < thetas.n_rows; i++){
      |                   ~~^~~~~~~~~~~~~~~
MTLRHelper.cpp: In function ‘arma::mat mtlr_predict(arma::rowvec, arma::mat)’:
MTLRHelper.cpp:281:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  281 |   for(int j = 0; j < thetas.n_cols; j++) {
      |                  ~~^~~~~~~~~~~~~~~
MTLRHelper.cpp:282:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  282 |     for(int i =0; i < thetas.n_rows; i++){
      |                   ~~^~~~~~~~~~~~~~~
g++-13 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o MTLR.so MTLRHelper.o RcppExports.o -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 '/tmp/RtmpdKwtVM/R.INSTALL2d8fd72251a91e/MTLR/src'
make[1]: Entering directory '/tmp/RtmpdKwtVM/R.INSTALL2d8fd72251a91e/MTLR/src'
make[1]: Leaving directory '/tmp/RtmpdKwtVM/R.INSTALL2d8fd72251a91e/MTLR/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-MTLR/00new/MTLR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘MTLR’
    finding HTML links ... done
    create_folds                            html  
    mtlr                                    html  
    mtlr_cv                                 html  
    plot.mtlr                               html  
    plotcurves                              html  
    predict.mtlr                            html  
    print.mtlr                              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 (MTLR)