* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘prototest’ ...
** package ‘prototest’ 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/Rtmp83SzgM/R.INSTALL203f1e1180c438/prototest/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 RcppExports.cpp -o RcppExports.o
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 hit_and_run.cpp -o hit_and_run.o
hit_and_run.cpp: In function ‘void compute_vp_vm(double&, double&, const arma::colvec&, const arma::colvec&, const arma::mat&, const arma::colvec&)’:
hit_and_run.cpp:144:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  144 |   for (int i = 0; i < Ac.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 multivariate_alr.cpp -o multivariate_alr.o
multivariate_alr.cpp: In function ‘arma::mat compute_H(const arma::mat&, const std::vector<int, std::allocator<int> >&, int)’:
multivariate_alr.cpp:55:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   55 |   for (int k = 0; k < groups.size(); k++){
      |                   ~~^~~~~~~~~~~~~~~
multivariate_alr.cpp:57:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   57 |     for (int l = k; l < groups.size(); l++){
      |                     ~~^~~~~~~~~~~~~~~
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 multivariate_elr.cpp -o multivariate_elr.o
multivariate_elr.cpp: In function ‘void print_vector(const arma::colvec&)’:
multivariate_elr.cpp:15:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   15 |   for (int i = 0; i < vec.n_rows; i++){
      |                   ~~^~~~~~~~~~~~
multivariate_elr.cpp: In function ‘void print_std_vector(const std::vector<int, std::allocator<int> >&)’:
multivariate_elr.cpp:22:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int, std::allocator<int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   22 |   for (int i = 0; i < vec.size(); i++){
      |                   ~~^~~~~~~~~~~~
multivariate_elr.cpp: In function ‘void print_matrix(const arma::mat&)’:
multivariate_elr.cpp:29:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   29 |   for (int i = 0; i < m.n_rows; i++){
      |                   ~~^~~~~~~~~~
multivariate_elr.cpp:30:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   30 |     for (int j = 0; j < m.n_cols; j++){
      |                     ~~^~~~~~~~~~
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 univariate_lr.cpp -o univariate_lr.o
univariate_lr.cpp: In function ‘double maximise_lr(const arma::colvec&, const arma::mat&, double&, double&, double&, bool, double, int)’:
univariate_lr.cpp:81:12: warning: variable ‘eta_change’ set but not used [-Wunused-but-set-variable]
   81 |     double eta_change = 0, mu_change = 0, sigma_change = 0;
      |            ^~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o prototest.so RcppExports.o hit_and_run.o multivariate_alr.o multivariate_elr.o univariate_lr.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/Rtmp83SzgM/R.INSTALL203f1e1180c438/prototest/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp83SzgM/R.INSTALL203f1e1180c438/prototest/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp83SzgM/R.INSTALL203f1e1180c438/prototest/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-prototest/00new/prototest/libs
** R
** 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 (prototest)