* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘EloChoice’ ...
** package ‘EloChoice’ 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 '/tmp/RtmpXD02x1/R.INSTALL17ef80664ed562/EloChoice/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-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-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c eloint.cpp -o eloint.o
eloint.cpp: In function ‘Rcpp::List eloint(Rcpp::CharacterVector, Rcpp::CharacterVector, Rcpp::CharacterVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector)’:
eloint.cpp:38:35: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   38 |   for(size_t runindex=0; runindex < r; runindex++) {
      |                          ~~~~~~~~~^~~
eloint.cpp:39:38: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   39 |     for (size_t seqindex=0; seqindex < winner.size(); seqindex++) {
      |                             ~~~~~~~~~^~~~~~~~~~~~~~~
eloint.cpp:40:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   40 |       for(size_t k=0; k < allids.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~
eloint.cpp:63:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   63 |       for(size_t k=0; k < allids.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~
eloint.cpp:71:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
   71 |     for(size_t k=0; k < allids.size(); k++) elomat(runindex, k) = svals(k) ;
      |                     ~~^~~~~~~~~~~~~~~
eloint.cpp: In function ‘Rcpp::List elointnorm(Rcpp::CharacterVector, Rcpp::CharacterVector, Rcpp::CharacterVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector)’:
eloint.cpp:126:35: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  126 |   for(size_t runindex=0; runindex < r; runindex++) {
      |                          ~~~~~~~~~^~~
eloint.cpp:127:38: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
  127 |     for (size_t seqindex=0; seqindex < winner.size(); seqindex++) {
      |                             ~~~~~~~~~^~~~~~~~~~~~~~~
eloint.cpp:128:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
  128 |       for(size_t k=0; k < allids.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~
eloint.cpp:146:25: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
  146 |       for(size_t k=0; k < allids.size(); k++) {
      |                       ~~^~~~~~~~~~~~~~~
eloint.cpp:156:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
  156 |     for(size_t k=0; k < allids.size(); k++) elomat(runindex, k) = svals(k) ;
      |                     ~~^~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o EloChoice.so RcppExports.o eloint.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpXD02x1/R.INSTALL17ef80664ed562/EloChoice/src'
make[1]: Entering directory '/tmp/RtmpXD02x1/R.INSTALL17ef80664ed562/EloChoice/src'
make[1]: Leaving directory '/tmp/RtmpXD02x1/R.INSTALL17ef80664ed562/EloChoice/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-EloChoice/00new/EloChoice/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (EloChoice)