* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘tsmarch’ ...
** this is package ‘tsmarch’ version ‘1.0.0’
** package ‘tsmarch’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpNC3fw7/R.INSTALLdb35d247dac9f/tsmarch/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c copula.cpp -o copula.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c corfun.cpp -o corfun.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c dcc.cpp -o dcc.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c distributions.cpp -o distributions.o
distributions.cpp: In function ‘arma::uvec interval(const arma::vec&, const arma::vec&)’:
distributions.cpp:108:21: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
108 | if (i.max() + 1 < k) {
| ~~~~~~~~~~~~^~~
distributions.cpp: In function ‘arma::cx_vec ghypmvcf(const arma::vec&, const arma::vec&, const arma::vec&, const arma::vec&, const arma::vec&, const arma::vec&)’:
distributions.cpp:218:22: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
218 | if(lambda.n_elem != m || alpha.n_elem != m || beta.n_elem != m || delta.n_elem != m) {
| ~~~~~~~~~~~~~~^~~~
distributions.cpp:218:43: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
218 | if(lambda.n_elem != m || alpha.n_elem != m || beta.n_elem != m || delta.n_elem != m) {
| ~~~~~~~~~~~~~^~~~
distributions.cpp:218:63: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
218 | if(lambda.n_elem != m || alpha.n_elem != m || beta.n_elem != m || delta.n_elem != m) {
| ~~~~~~~~~~~~^~~~
distributions.cpp:218:84: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
218 | if(lambda.n_elem != m || alpha.n_elem != m || beta.n_elem != m || delta.n_elem != m) {
| ~~~~~~~~~~~~~^~~~
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/include/R.h:73,
from distributions.h:3,
from distributions.cpp:4:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion]
85 | #define warning Rf_warning
| ^~~~~~~~~~
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’
190 | inline void warning(const char* fmt, Args&&... args ) {
| ^~~~~~~
In file included from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:133,
from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:26,
from /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32,
from distributions.h:4:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call
191 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c gogarch.cpp -o gogarch.o
gogarch.cpp: In function ‘arma::umat combn(arma::uvec, int)’:
gogarch.cpp:136:38: warning: comparison of integer expressions of different signedness: ‘long long unsigned int’ and ‘int’ [-Wsign-compare]
136 | while (t != -1 && indices[t] == len - m + t) t--;
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c helpers.cpp -o helpers.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c nig.cpp -o nig.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DARMA_64BIT_WORD=1 -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppBessel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DARMA_WARN_LEVEL=1 -I../inst/include -fpic -g -O2 -Wall -pedantic -mtune=native -c radical.cpp -o radical.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o tsmarch.so RcppExports.o copula.o corfun.o dcc.o distributions.o gogarch.o helpers.o nig.o radical.o -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpNC3fw7/R.INSTALLdb35d247dac9f/tsmarch/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpNC3fw7/R.INSTALLdb35d247dac9f/tsmarch/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpNC3fw7/R.INSTALLdb35d247dac9f/tsmarch/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tsmarch/00new/tsmarch/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘tsmarch’
finding HTML links ... done
bread.tsmarch html
cgarch_modelspec html
cgarch_modelspec.generic html
REDIRECT:topic Previous alias or file overwritten by alias: /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tsmarch/00new/tsmarch/help/cgarch_modelspec.html
coef.tsmarch html
combn_fast html
correlation_plots html
dcc_modelspec html
dcc_modelspec.generic html
REDIRECT:topic Previous alias or file overwritten by alias: /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tsmarch/00new/tsmarch/help/dcc_modelspec.html
dist_fft html
dji30retw html
estfun.tsmarch html
estimate.tsmarch html
expected_shortfall html
fitted.tsmarch html
globalindices html
gogarch_modelspec html
logLik.tsmarch html
newsimpact.tsmarch html
pit html
plot html
predict.tsmarch html
print.tsmarch.estimate html
radical html
reexports html
residuals.tsmarch html
simulate.tsmarch html
summary.tsmarch html
tsaggregate.tsmarch html
tscokurt.tsmarch html
tsconvolve html
tscor.tsmarch html
tscoskew.tsmarch html
tscov.tsmarch html
tsfilter.tsmarch html
tsmarch-package html
value_at_risk html
vcov.tsmarch html
*** copying figures
** 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 (tsmarch)