* installing *source* package 'bsvarSIGNs' ...
** package 'bsvarSIGNs' 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/RtmpuwL3Qg/R.INSTALL1fda42e336ac2/bsvarSIGNs/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bsvars_sign.cpp -o bsvars_sign.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compute.cpp -o compute.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c forecast_bsvarSIGNs.cpp -o forecast_bsvarSIGNs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mcmc.cpp -o mcmc.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c restrictions_narrative.cpp -o restrictions_narrative.o
restrictions_narrative.cpp: In function 'bool match_sign_narrative(const arma::mat&, const arma::mat&, const arma::cube&)':
restrictions_narrative.cpp:26:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   26 |   for (int k=0; k<sign_narrative.n_rows; k++) {
      |                 ~^~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c restrictions_zero.cpp -o restrictions_zero.o
restrictions_zero.cpp: In function 'arma::field<arma::Mat<double> > ZIRF(const arma::field<arma::Mat<double> >&, const arma::mat&)':
restrictions_zero.cpp:21:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   21 |   for (int j=0; j<Z.n_elem; j++) {
      |                 ~^~~~~~~~~
restrictions_zero.cpp: In function 'arma::colvec zero_restrictions(const arma::field<arma::Mat<double> >&, arma::colvec)':
restrictions_zero.cpp:42:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   42 |   for (int j=0; j<ZF.n_elem; j++) {
      |                 ~^~~~~~~~~~
restrictions_zero.cpp: In function 'arma::colvec g_fh(const arma::field<arma::Mat<double> >&, const arma::mat&, const arma::mat&)':
restrictions_zero.cpp:69:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   69 |   for (int j=0; j<ZF.n_elem; j++) {
      |                 ~^~~~~~~~~~
restrictions_zero.cpp: In function 'arma::mat rzeroQ(const arma::field<arma::Mat<double> >&, const arma::mat&)':
restrictions_zero.cpp:160:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  160 |   for (int j=0; j<Z.n_elem; j++) {
      |                 ~^~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sample_NIW.cpp -o sample_NIW.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sample_Q.cpp -o sample_Q.o
sample_Q.cpp: In function 'arma::field<arma::Mat<double> > sample_Q(const int&, const arma::mat&, const arma::mat&, arma::mat&, arma::mat&, arma::mat&, const Rcpp::List&, const arma::cube&, const arma::mat&, const arma::mat&, const arma::field<arma::Mat<double> >&, const int&)':
sample_Q.cpp:55:9: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   55 |   if (h < sign_irf.n_slices - 1) {h = sign_irf.n_slices - 1;}
      |       ~~^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sample_hyper.cpp -o sample_hyper.o
sample_hyper.cpp: In function 'double log_prior_hyper(const arma::vec&, const arma::vec&, const Rcpp::List&)':
sample_hyper.cpp:69:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   69 |     for (int i = 3; i < hyper.n_elem; i++) {
      |                     ~~^~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I'D:/RCompile/CRANpkg/lib/4.4/bsvars/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
g++ -std=gnu++17 -shared -s -static-libgcc -o bsvarSIGNs.dll tmp.def RcppExports.o bsvars_sign.o compute.o forecast_bsvarSIGNs.o mcmc.o restrictions_narrative.o restrictions_zero.o sample_NIW.o sample_Q.o sample_hyper.o utils.o -fopenmp -LD:/RCompile/recent/R-4.4.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.1/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-4.4.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpuwL3Qg/R.INSTALL1fda42e336ac2/bsvarSIGNs/src'
make[1]: Entering directory '/d/temp/RtmpuwL3Qg/R.INSTALL1fda42e336ac2/bsvarSIGNs/src'
make[1]: Leaving directory '/d/temp/RtmpuwL3Qg/R.INSTALL1fda42e336ac2/bsvarSIGNs/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-bsvarSIGNs/00new/bsvarSIGNs/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
** 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 'bsvarSIGNs' as bsvarSIGNs_1.0.zip
* DONE (bsvarSIGNs)