* installing to library ‘/home/hornik/tmp/R.check/r-devel-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++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/tmp/RtmpfJof50/R.INSTALL35f32942f0db4a/DyadRatios/src'
g++-16 -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/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -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/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++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o DyadRatios.so RcppExports.o dyadratios_core.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpfJof50/R.INSTALL35f32942f0db4a/DyadRatios/src'
make[1]: Entering directory '/tmp/RtmpfJof50/R.INSTALL35f32942f0db4a/DyadRatios/src'
make[1]: Leaving directory '/tmp/RtmpfJof50/R.INSTALL35f32942f0db4a/DyadRatios/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-DyadRatios/00new/DyadRatios/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 (DyadRatios)