* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘BEKKs’ ...
** package ‘BEKKs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++17
make[1]: Entering directory '/tmp/RtmpApPWOq/R.INSTALL2c1b1f1e54d0e/BEKKs/src'
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c BekkFunctions.cpp -o BekkFunctions.o
BekkFunctions.cpp:304:7: warning: unused variable 'numb_of_vars' [-Wunused-variable]
  304 |   int numb_of_vars = 2 * pow(N, 2) + N * (N + 1)/2;
      |       ^~~~~~~~~~~~
BekkFunctions.cpp:349:7: warning: unused variable 'numb_of_vars' [-Wunused-variable]
  349 |   int numb_of_vars = 3 * pow(N, 2) + N * (N + 1)/2;
      |       ^~~~~~~~~~~~
BekkFunctions.cpp:1469:9: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1469 |     int diagonal_counter = 0;
      |         ^~~~~~~~~~~~~~~~
BekkFunctions.cpp:1432:7: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1432 |   int diagonal_counter = 0;
      |       ^~~~~~~~~~~~~~~~
BekkFunctions.cpp:1579:9: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1579 |     int diagonal_counter = 0;
      |         ^~~~~~~~~~~~~~~~
BekkFunctions.cpp:1545:7: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1545 |   int diagonal_counter = 0;
      |       ^~~~~~~~~~~~~~~~
BekkFunctions.cpp:2604:7: warning: unused variable 'numb_of_vars' [-Wunused-variable]
 2604 |   int numb_of_vars = 2*N+(N*(N+1)/2);
      |       ^~~~~~~~~~~~
7 warnings generated.
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c BekkSim.cpp -o BekkSim.o
BekkSim.cpp:108:7: warning: unused variable 'numb_of_vars' [-Wunused-variable]
  108 |   int numb_of_vars = 2 * pow(N, 2) + N*(N + 1)/2;
      |       ^~~~~~~~~~~~
BekkSim.cpp:147:7: warning: unused variable 'numb_of_vars' [-Wunused-variable]
  147 |   int numb_of_vars = 3 * pow(N, 2) + N*(N + 1)/2;
      |       ^~~~~~~~~~~~
2 warnings generated.
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c IndicatorFunction.cpp -o IndicatorFunction.o
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c ScalarBEKK.cpp -o ScalarBEKK.o
ScalarBEKK.cpp:131:10: warning: unused variable 'expected_indicator' [-Wunused-variable]
  131 |   double expected_indicator = expected_indicator_value(r, signs);
      |          ^~~~~~~~~~~~~~~~~~
ScalarBEKK.cpp:254:10: warning: unused variable 'expected_indicator' [-Wunused-variable]
  254 |   double expected_indicator = expected_indicator_value(r, signs);
      |          ^~~~~~~~~~~~~~~~~~
ScalarBEKK.cpp:720:10: warning: unused variable 'expected_indicator' [-Wunused-variable]
  720 |   double expected_indicator = expected_indicator_value(r, signs);
      |          ^~~~~~~~~~~~~~~~~~
ScalarBEKK.cpp:987:10: warning: unused variable 'exp_signs' [-Wunused-variable]
  987 |   double exp_signs = expected_indicator_value(r, signs);
      |          ^~~~~~~~~
ScalarBEKK.cpp:1049:9: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1049 |     int diagonal_counter = 0;
      |         ^~~~~~~~~~~~~~~~
ScalarBEKK.cpp:1022:7: warning: variable 'diagonal_counter' set but not used [-Wunused-but-set-variable]
 1022 |   int diagonal_counter = 0;
      |       ^
ScalarBEKK.cpp:1156:13: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1156 |         int diagonal_counter = 0;
      |             ^~~~~~~~~~~~~~~~
ScalarBEKK.cpp:1127:7: warning: unused variable 'diagonal_counter' [-Wunused-variable]
 1127 |   int diagonal_counter = 0;
      |       ^~~~~~~~~~~~~~~~
8 warnings generated.
clang++-18 -std=gnu++17 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c YLagCr.cpp -o YLagCr.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o BEKKs.so BekkFunctions.o BekkSim.o IndicatorFunction.o RcppExports.o ScalarBEKK.o YLagCr.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpApPWOq/R.INSTALL2c1b1f1e54d0e/BEKKs/src'
make[1]: Entering directory '/tmp/RtmpApPWOq/R.INSTALL2c1b1f1e54d0e/BEKKs/src'
make[1]: Leaving directory '/tmp/RtmpApPWOq/R.INSTALL2c1b1f1e54d0e/BEKKs/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-BEKKs/00new/BEKKs/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (BEKKs)