* installing *source* package 'bvartools' ...
** package 'bvartools' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp4EVpHv/R.INSTALL2e3f025a87f32/bvartools/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bvaralg.cpp -o bvaralg.o
bvaralg.cpp: In function 'Rcpp::List bvaralg(Rcpp::List)':
bvaralg.cpp:408:29: warning: 'psi_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  408 |           for (int i = 0; i < psi_varsel_n; i++){
      |                           ~~^~~~~~~~~~~~~~
bvaralg.cpp:153:7: note: 'psi_varsel_n' was declared here
  153 |   int psi_varsel_n, psi_varsel_pos;
      |       ^~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo:661,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:29,
                 from ../inst/include/bvartools_RcppExports.h:7,
                 from ../inst/include/bvartools.h:7,
                 from bvaralg.cpp:1:
In member function 'arma::Mat<eT>& arma::Mat<eT>::operator=(const arma::Op<T1, op_type>&) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>; op_type = arma::op_wishrnd; eT = double]',
    inlined from 'Rcpp::List bvaralg(Rcpp::List)' at bvaralg.cpp:511:98:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:4961:17: warning: 'sigma_post_df' may be used uninitialized [-Wmaybe-uninitialized]
 4961 |   op_type::apply(*this, X);
      |   ~~~~~~~~~~~~~~^~~~~~~~~~
bvaralg.cpp: In function 'Rcpp::List bvaralg(Rcpp::List)':
bvaralg.cpp:210:10: note: 'sigma_post_df' was declared here
  210 |   double sigma_post_df;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bvartvpalg.cpp -o bvartvpalg.o
bvartvpalg.cpp: In function 'Rcpp::List bvartvpalg(Rcpp::List)':
bvartvpalg.cpp:373:27: warning: 'psi_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  373 |         for (int j = 0; j < psi_varsel_n; j++){
      |                         ~~^~~~~~~~~~~~~~
bvartvpalg.cpp:160:7: note: 'psi_varsel_n' was declared here
  160 |   int psi_varsel_n, psi_varsel_pos;
      |       ^~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo:618,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:29,
                 from ../inst/include/bvartools_RcppExports.h:7,
                 from ../inst/include/bvartools.h:7,
                 from bvartvpalg.cpp:4:
In constructor 'arma::Op<T1, op_type>::Op(const T1&, typename T1::elem_type, arma::uword, arma::uword) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>; op_type = arma::op_wishrnd]',
    inlined from 'typename arma::enable_if2<arma::is_real<typename T1::elem_type>::value, const arma::Op<T1, arma::op_wishrnd> >::result arma::wishrnd(const Base<typename T1::elem_type, T1>&, typename T1::elem_type) [with T1 = Glue<eGlue<Mat<double>, Glue<Mat<double>, Op<Mat<double>, op_htrans>, glue_times>, eglue_plus>, Mat<double>, glue_solve_gen_default>]' at D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/fn_wishrnd.hpp:37:64,
    inlined from 'Rcpp::List bvartvpalg(Rcpp::List)' at bvartvpalg.cpp:461:34:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/Op_meat.hpp:49:5: warning: 'sigma_post_df' may be used uninitialized [-Wmaybe-uninitialized]
   49 |   , aux(in_aux)
      |     ^~~~~~~~~~~
bvartvpalg.cpp: In function 'Rcpp::List bvartvpalg(Rcpp::List)':
bvartvpalg.cpp:191:10: note: 'sigma_post_df' was declared here
  191 |   double sigma_post_df;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bvecalg.cpp -o bvecalg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo:634,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:29,
                 from ../inst/include/bvartools_RcppExports.h:7,
                 from ../inst/include/bvartools.h:7,
                 from bvecalg.cpp:1:
In constructor 'arma::eOp<T1, eop_type>::eOp(const T1&, typename T1::elem_type) [with T1 = arma::Glue<arma::Glue<arma::Op<arma::Mat<double>, arma::op_htrans>, arma::Mat<double>, arma::glue_times>, arma::Mat<double>, arma::glue_times>; eop_type = arma::eop_scalar_times]',
    inlined from 'typename arma::enable_if2<arma::is_arma_type<T1>::value, const arma::eOp<T1, arma::eop_scalar_times> >::result arma::operator*(typename T1::elem_type, const T1&) [with T1 = Glue<Glue<Op<Mat<double>, op_htrans>, Mat<double>, glue_times>, Mat<double>, glue_times>]' at D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/operator_times.hpp:47:39,
    inlined from 'Rcpp::List bvecalg(Rcpp::List)' at bvecalg.cpp:404:84:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/eOp_meat.hpp:38:5: warning: 'coint_v_i' may be used uninitialized [-Wmaybe-uninitialized]
   38 |   , aux(in_aux)
      |     ^~~~~~~~~~~
bvecalg.cpp: In function 'Rcpp::List bvecalg(Rcpp::List)':
bvecalg.cpp:132:10: note: 'coint_v_i' was declared here
  132 |   double coint_v_i;
      |          ^~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo:761:
In static member function 'static bool arma::op_wishrnd::apply_direct(arma::Mat<typename T1::elem_type>&, const arma::Base<typename T1::elem_type, T1>&, typename T1::elem_type, arma::uword) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>]',
    inlined from 'static void arma::op_wishrnd::apply(arma::Mat<typename T1::elem_type>&, const arma::Op<T1, arma::op_wishrnd>&) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>]' at D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/op_wishrnd_meat.hpp:41:47,
    inlined from 'arma::Mat<eT>& arma::Mat<eT>::operator=(const arma::Op<T1, op_type>&) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>; op_type = arma::op_wishrnd; eT = double]' at D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:4961:17,
    inlined from 'Rcpp::List bvecalg(Rcpp::List)' at bvecalg.cpp:648:100:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/op_wishrnd_meat.hpp:76:62: warning: 'sigma_post_df' may be used uninitialized [-Wmaybe-uninitialized]
   76 |     if(mode == 1)  { status = op_wishrnd::apply_noalias_mode1(out, U.M, df); }
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
bvecalg.cpp: In function 'Rcpp::List bvecalg(Rcpp::List)':
bvecalg.cpp:248:10: note: 'sigma_post_df' was declared here
  248 |   double sigma_post_df;
      |          ^~~~~~~~~~~~~
bvecalg.cpp:432:27: warning: 'a_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  432 |         for (int i = 0; i < a_varsel_n; i++){
      |                         ~~^~~~~~~~~~~~
bvecalg.cpp:275:7: note: 'a_varsel_n' was declared here
  275 |   int a_varsel_n, a_varsel_pos;
      |       ^~~~~~~~~~
bvecalg.cpp:543:29: warning: 'psi_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  543 |           for (int i = 0; i < psi_varsel_n; i++){
      |                           ~~^~~~~~~~~~~~~~
bvecalg.cpp:296:7: note: 'psi_varsel_n' was declared here
  296 |   int psi_varsel_n, psi_varsel_pos;
      |       ^~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bvectvpalg.cpp -o bvectvpalg.o
bvectvpalg.cpp: In function 'Rcpp::List bvectvpalg(Rcpp::List)':
bvectvpalg.cpp:488:78: warning: 'rho' may be used uninitialized [-Wmaybe-uninitialized]
  488 |       prior_gamma_vinv.submat(0, 0, n_alpha - 1, n_alpha - 1) = 1 / (1 - rho * rho) * arma::eye<arma::mat>(n_alpha, n_alpha);
      |                                                                          ~~~~^~~~~
bvectvpalg.cpp:117:10: note: 'rho' was declared here
  117 |   double rho;
      |          ^~~
bvectvpalg.cpp:448:25: warning: 'gamma_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  448 |       for (int j = 0; j < gamma_varsel_n; j++){
      |                       ~~^~~~~~~~~~~~~~~~
bvectvpalg.cpp:240:7: note: 'gamma_varsel_n' was declared here
  240 |   int gamma_varsel_n, gamma_varsel_pos;
      |       ^~~~~~~~~~~~~~
bvectvpalg.cpp:577:27: warning: 'psi_varsel_n' may be used uninitialized [-Wmaybe-uninitialized]
  577 |         for (int j = 0; j < psi_varsel_n; j++){
      |                         ~~^~~~~~~~~~~~~~
bvectvpalg.cpp:278:7: note: 'psi_varsel_n' was declared here
  278 |   int psi_varsel_n, psi_varsel_pos;
      |       ^~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo:618,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:29,
                 from ../inst/include/bvartools_RcppExports.h:7,
                 from ../inst/include/bvartools.h:7,
                 from bvectvpalg.cpp:4:
In constructor 'arma::Op<T1, op_type>::Op(const T1&, typename T1::elem_type, arma::uword, arma::uword) [with T1 = arma::Glue<arma::eGlue<arma::Mat<double>, arma::Glue<arma::Mat<double>, arma::Op<arma::Mat<double>, arma::op_htrans>, arma::glue_times>, arma::eglue_plus>, arma::Mat<double>, arma::glue_solve_gen_default>; op_type = arma::op_wishrnd]',
    inlined from 'typename arma::enable_if2<arma::is_real<typename T1::elem_type>::value, const arma::Op<T1, arma::op_wishrnd> >::result arma::wishrnd(const Base<typename T1::elem_type, T1>&, typename T1::elem_type) [with T1 = Glue<eGlue<Mat<double>, Glue<Mat<double>, Op<Mat<double>, op_htrans>, glue_times>, eglue_plus>, Mat<double>, glue_solve_gen_default>]' at D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/fn_wishrnd.hpp:37:64,
    inlined from 'Rcpp::List bvectvpalg(Rcpp::List)' at bvectvpalg.cpp:680:34:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/armadillo_bits/Op_meat.hpp:49:5: warning: 'sigma_post_df' may be used uninitialized [-Wmaybe-uninitialized]
   49 |   , aux(in_aux)
      |     ^~~~~~~~~~~
bvectvpalg.cpp: In function 'Rcpp::List bvectvpalg(Rcpp::List)':
bvectvpalg.cpp:310:10: note: 'sigma_post_df' was declared here
  310 |   double sigma_post_df;
      |          ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bvs.cpp -o bvs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dfmalg.cpp -o dfmalg.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c draw_forecast.cpp -o draw_forecast.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ir.cpp -o ir.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kalman_dk.cpp -o kalman_dk.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c loglik_normal.cpp -o loglik_normal.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c post_coint_kls.cpp -o post_coint_kls.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c post_coint_kls_sur.cpp -o post_coint_kls_sur.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c post_normal.cpp -o post_normal.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c post_normal_sur.cpp -o post_normal_sur.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c prep_covar_data.cpp -o prep_covar_data.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c stoch_vol.cpp -o stoch_vol.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c stochvol_ksc1998.cpp -o stochvol_ksc1998.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c stochvol_ocsn2007.cpp -o stochvol_ocsn2007.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c svss.cpp -o svss.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -DARMA_NO_DEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c vardecomp.cpp -o vardecomp.o
g++ -std=gnu++17 -shared -s -static-libgcc -o bvartools.dll tmp.def RcppExports.o bvaralg.o bvartvpalg.o bvecalg.o bvectvpalg.o bvs.o dfmalg.o draw_forecast.o ir.o kalman_dk.o loglik_normal.o post_coint_kls.o post_coint_kls_sur.o post_normal.o post_normal_sur.o prep_covar_data.o stoch_vol.o stochvol_ksc1998.o stochvol_ocsn2007.o svss.o vardecomp.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/Rtmp4EVpHv/R.INSTALL2e3f025a87f32/bvartools/src'
make[1]: Entering directory '/d/temp/Rtmp4EVpHv/R.INSTALL2e3f025a87f32/bvartools/src'
make[1]: Leaving directory '/d/temp/Rtmp4EVpHv/R.INSTALL2e3f025a87f32/bvartools/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-bvartools/00new/bvartools/libs/x64
** 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
** 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 'bvartools' as bvartools_0.2.4.zip
* DONE (bvartools)