* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘EquiTrends’ ...
** this is package ‘EquiTrends’ version ‘1.0.0’
** package ‘EquiTrends’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’
make[1]: Entering directory '/tmp/RtmpKcwAah/R.INSTALL28bbe626d7862b/EquiTrends/src'
g++-15 -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'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/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++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'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c bootstrapfucntions.cpp -o bootstrapfucntions.o
bootstrapfucntions.cpp: In function ‘arma::vec grouped_mean(arma::vec, arma::vec)’:
bootstrapfucntions.cpp:14:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   14 |   for(int i = 0; i < unique_groups.n_elem; i++){
      |                  ~~^~~~~~~~~~~~~~~~~~~~~~
bootstrapfucntions.cpp: In function ‘arma::mat matrix_between_transformation(arma::mat, arma::vec)’:
bootstrapfucntions.cpp:33:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   33 |   for(int i = 0; i < x.n_cols; i++){
      |                  ~~^~~~~~~~~~
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o EquiTrends.so RcppExports.o bootstrapfucntions.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/RtmpKcwAah/R.INSTALL28bbe626d7862b/EquiTrends/src'
make[1]: Entering directory '/tmp/RtmpKcwAah/R.INSTALL28bbe626d7862b/EquiTrends/src'
make[1]: Leaving directory '/tmp/RtmpKcwAah/R.INSTALL28bbe626d7862b/EquiTrends/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-EquiTrends/00new/EquiTrends/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 (EquiTrends)