* installing to library ‘/home/hornik/tmp/R.check/r-devel-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-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp33pdeP/R.INSTALL19c039dd1c1c4/MTLR/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/lib -Wl,-O1 -o MTLR.so MTLRHelper.o RcppExports.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp33pdeP/R.INSTALL19c039dd1c1c4/MTLR/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp33pdeP/R.INSTALL19c039dd1c1c4/MTLR/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp33pdeP/R.INSTALL19c039dd1c1c4/MTLR/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-MTLR/00new/MTLR/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** 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 * creating tarball packaged installation of ‘MTLR’ as ‘MTLR_0.2.1_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (MTLR)