* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘RMCLab’ ... ** this is package ‘RMCLab’ version ‘0.1.0’ ** package ‘RMCLab’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/tmp/RtmpnGTm9b/R.INSTALLe7fcc2aff42ec/RMCLab/src' g++-14 -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -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 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c rdmc.cpp -o rdmc.o rdmc.cpp: In function ‘void rdmc_truncated(const arma::mat&, const arma::uword&, const arma::uword&, const arma::umat&, const arma::umat&, const arma::mat&, const double&, const arma::uword&, const std::string&, const double&, const double&, const double&, double, const double&, const int&, arma::mat&, arma::mat&, arma::mat&, double&, bool&, int&)’: rdmc.cpp:446:17: warning: ‘loss_min’ may be used uninitialized [-Wmaybe-uninitialized] 446 | loss_norm += loss_min; | ~~~~~~~~~~^~~~~~~~~~~ rdmc.cpp:354:20: note: ‘loss_min’ was declared here 354 | loss_norm, loss, loss_min, previous_objective, change; | ^~~~~~~~ rdmc.cpp: In function ‘void rdmc_absolute(const arma::mat&, const arma::uword&, const arma::uword&, const arma::umat&, const arma::umat&, const arma::mat&, const double&, const arma::uword&, const std::string&, const double&, const double&, double, const double&, const int&, arma::mat&, arma::mat&, arma::mat&, double&, bool&, int&)’: rdmc.cpp:294:17: warning: ‘loss_min’ may be used uninitialized [-Wmaybe-uninitialized] 294 | loss_norm += loss_min; | ~~~~~~~~~~^~~~~~~~~~~ rdmc.cpp:202:20: note: ‘loss_min’ was declared here 202 | loss_norm, loss, loss_min, previous_objective, change; | ^~~~~~~~ rdmc.cpp: In function ‘void rdmc_pseudo_huber(const arma::mat&, const arma::uword&, const arma::uword&, const arma::umat&, const arma::umat&, const arma::mat&, const double&, const arma::uword&, const std::string&, const double&, const double&, const double&, double, const double&, const int&, arma::mat&, arma::mat&, arma::mat&, double&, bool&, int&)’: rdmc.cpp:148:17: warning: ‘loss_min’ may be used uninitialized [-Wmaybe-uninitialized] 148 | loss_norm += loss_min; | ~~~~~~~~~~^~~~~~~~~~~ rdmc.cpp:56:20: note: ‘loss_min’ was declared here 56 | loss_norm, loss, loss_min, previous_objective, change; | ^~~~~~~~ g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o RMCLab.so RcppExports.o rdmc.o -fopenmp -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 '/tmp/RtmpnGTm9b/R.INSTALLe7fcc2aff42ec/RMCLab/src' make[1]: Entering directory '/tmp/RtmpnGTm9b/R.INSTALLe7fcc2aff42ec/RMCLab/src' make[1]: Leaving directory '/tmp/RtmpnGTm9b/R.INSTALLe7fcc2aff42ec/RMCLab/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-RMCLab/00new/RMCLab/libs ** R ** data *** moving datasets to lazyload DB ** 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 (RMCLab)