* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘BEKKs’ ...
** this is package ‘BEKKs’ version ‘1.4.5’
** package ‘BEKKs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxbFlu7/R.INSTALL36bddfee54ff4/BEKKs/src'
clang++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -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++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -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++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c IndicatorFunction.cpp -o IndicatorFunction.o
clang++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -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++-19 -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c YLagCr.cpp -o YLagCr.o
clang++-19 -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 -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxbFlu7/R.INSTALL36bddfee54ff4/BEKKs/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxbFlu7/R.INSTALL36bddfee54ff4/BEKKs/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxbFlu7/R.INSTALL36bddfee54ff4/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
** inst
** 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)