* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/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: ‘Debian clang version 22.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8MViMg/R.INSTALL31c19a3b43ca31/DyadRatios/src'
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c dyadratios_core.cpp -o dyadratios_core.o
dyadratios_core.cpp:496:14: warning: unused variable 'quit' [-Wunused-variable]
496 | bool quit = false;
| ^~~~
dyadratios_core.cpp:86:15: warning: unused function 'fStdev' [-Wunused-function]
86 | static double fStdev(const CMat1& mat, int v, int nperiods) {
| ^~~~~~
2 warnings generated.
clang++-22 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o DyadRatios.so RcppExports.o dyadratios_core.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8MViMg/R.INSTALL31c19a3b43ca31/DyadRatios/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp8MViMg/R.INSTALL31c19a3b43ca31/DyadRatios/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp8MViMg/R.INSTALL31c19a3b43ca31/DyadRatios/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/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)