* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘DyadRatios’ ...
** this is package ‘DyadRatios’ version ‘2.1’
** package ‘DyadRatios’ 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 '/home/hornik/tmp/scratch/RtmpG2RYYJ/R.INSTALL2050da6a55e45/DyadRatios/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/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 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c dyadratios_core.cpp -o dyadratios_core.o
dyadratios_core.cpp: In function ‘Rcpp::List dyad_ratios_cpp(Rcpp::NumericMatrix, int, int, int, bool, double, int, int, Rcpp::NumericVector, Rcpp::NumericVector, int)’:
dyadratios_core.cpp:496:14: warning: unused variable ‘quit’ [-Wunused-variable]
  496 |         bool quit = false;
      |              ^~~~
dyadratios_core.cpp: At global scope:
dyadratios_core.cpp:86:15: warning: ‘double fStdev(const CMat1&, int, int)’ defined but not used [-Wunused-function]
   86 | static double fStdev(const CMat1& mat, int v, int nperiods) {
      |               ^~~~~~
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o DyadRatios.so RcppExports.o dyadratios_core.o -fopenmp -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpG2RYYJ/R.INSTALL2050da6a55e45/DyadRatios/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpG2RYYJ/R.INSTALL2050da6a55e45/DyadRatios/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpG2RYYJ/R.INSTALL2050da6a55e45/DyadRatios/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-DyadRatios/00new/DyadRatios/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘DyadRatios’
    finding HTML links ... done
    boot_dr                                 html  
    dyadratios-package                      html  
    extract                                 html  
    get_mood                                html  
    jennings                                html  
    plot.boot_dr                            html  
    plot.extract                            html  
    print.extract                           html  
    summary.extract                         html  
** 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 (DyadRatios)