* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘LOCOM2’ ...
** this is package ‘LOCOM2’ version ‘1.0’
** package ‘LOCOM2’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-17) 15.2.0’
make[1]: Entering directory '/tmp/RtmpW1YOTs/R.INSTALL37ef8a7488b31b/LOCOM2/src'
g++-15 -std=gnu++20 -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 Newton_LOCOM2.cpp -o Newton_LOCOM2.o
Newton_LOCOM2.cpp: In function ‘Rcpp::List Newton_LOCOM2(arma::mat&, arma::mat&, arma::mat&, arma::cube&, arma::mat&, arma::mat&, double, int, double, bool, arma::vec&, bool, double)’:
Newton_LOCOM2.cpp:161:38: warning: comparison of integer expressions of different signedness: ‘arma::enable_if2<true, unsigned int>::result’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
161 | if (sum(abs(step) < tol) == K){
| ~~~~~~~~~~~~~~~~~~~~~^~~~
g++-15 -std=gnu++20 -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++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o LOCOM2.so Newton_LOCOM2.o RcppExports.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/RtmpW1YOTs/R.INSTALL37ef8a7488b31b/LOCOM2/src'
make[1]: Entering directory '/tmp/RtmpW1YOTs/R.INSTALL37ef8a7488b31b/LOCOM2/src'
make[1]: Leaving directory '/tmp/RtmpW1YOTs/R.INSTALL37ef8a7488b31b/LOCOM2/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-LOCOM2/00new/LOCOM2/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 (LOCOM2)