* installing *source* package 'tsmarch' ...
** package 'tsmarch' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/RtmpgPBvsl/R.INSTALL9bb8476e3aae/tsmarch/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c copula.cpp -o copula.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c corfun.cpp -o corfun.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c dcc.cpp -o dcc.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -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) {
      |                                                                       ~~~~~~~~~~~~~^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -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++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c helpers.cpp -o helpers.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c nig.cpp -o nig.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppBessel/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DRCPP_PARALLEL_USE_TBB=1 -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_DONT_USE_OPENMP -DARMA_USE_TBB_ALLOC -DRCPP_PARALLEL_USE_TBB=1 -DARMA_WARN_LEVEL=1  -DARMA_64BIT_WORD=1 -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c radical.cpp -o radical.o
g++ -std=gnu++17 -shared -s -static-libgcc -o tsmarch.dll tmp.def RcppExports.o copula.o corfun.o dcc.o distributions.o gogarch.o helpers.o nig.o radical.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LD:/RCompile/CRANpkg/lib/4.5/RcppParallel/lib/x64 -ltbb -ltbbmalloc -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/RtmpgPBvsl/R.INSTALL9bb8476e3aae/tsmarch/src'
make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/RtmpgPBvsl/R.INSTALL9bb8476e3aae/tsmarch/src'
make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/RtmpgPBvsl/R.INSTALL9bb8476e3aae/tsmarch/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-tsmarch/00new/tsmarch/libs/x64
** 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
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'tsmarch' as tsmarch_1.0.0.zip
* DONE (tsmarch)