* installing *source* package 'hdflex' ...
** package 'hdflex' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp0caebI/R.INSTALLfea0493cb6/hdflex/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/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.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dsc.cpp -o dsc.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c stsc.cpp -o stsc.o
stsc.cpp: In function 'Rcpp::List init_tvc_(const arma::vec&, const arma::mat&, const int&, const int&, const arma::vec&, const arma::vec&)':
stsc.cpp:26:43: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   26 |                for (unsigned int j = 0; j < n_signal; j++) {
      |                                         ~~^~~~~~~~~~
stsc.cpp:60:24: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]
   60 |                   if(j < n_sim_sig) {
      |                      ~~^~~~~~~~~~~
stsc.cpp: In function 'Rcpp::List dsc_init_(const int&, const int&, const int&, Rcpp::IntegerVector)':
stsc.cpp:285:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]
  285 |       for (unsigned int g=0; g<n_gamma; g++) {
      |                              ~^~~~~~~~
stsc.cpp: In function 'void dsc_dpll_cands_(Rcpp::NumericVector, const double&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const double&, const int&, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>)':
stsc.cpp:400:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  400 |       for (unsigned int i=0; i<n_cands; i++) {
      |                              ~^~~~~~~~
stsc.cpp: In function 'void dsc_dpll_comb_(Rcpp::NumericVector&, const double&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const double&, const int&, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>)':
stsc.cpp:504:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  504 |       for (unsigned int i=0; i<n_combs; i++) {
      |                              ~^~~~~~~~
stsc.cpp: In function 'Rcpp::List stsc_loop(const arma::vec&, Rcpp::Nullable<const Rcpp::Matrix<14>&>, Rcpp::Nullable<const Rcpp::Matrix<14>&>, const int&, const arma::vec&, const arma::vec&, const int&, const Rcpp::NumericVector&, const Rcpp::IntegerVector&, const double&, const int&, const int&, const bool&, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>, Rcpp::Nullable<const Rcpp::Vector<14, Rcpp::PreserveStorage>&>)':
stsc.cpp:767:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  767 |       for (unsigned int t=0; t<(tlength-1); t++ ) {
      |                              ~^~~~~~~~~~~~
stsc.cpp:802:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  802 |          if (t == (burn_in_tvc-1)) {
      |              ~~^~~~~~~~~~~~~~~~~~
stsc.cpp:812:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  812 |          if (t == (burn_in_dsc-1)) {
      |              ~~^~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp    -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tvc.cpp -o tvc.o
tvc.cpp: In function 'Rcpp::List init_tvc_forecast(arma::vec&, arma::vec&, int)':
tvc.cpp:62:30: warning: variable 'var_x' set but not used [-Wunused-but-set-variable]
   62 |     double intercept, var_y, var_x, h;
      |                              ^~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o hdflex.dll tmp.def RcppExports.o dsc.o init.o stsc.o tvc.o -fopenmp -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp0caebI/R.INSTALLfea0493cb6/hdflex/src'
make[1]: Entering directory '/d/temp/Rtmp0caebI/R.INSTALLfea0493cb6/hdflex/src'
make[1]: Leaving directory '/d/temp/Rtmp0caebI/R.INSTALLfea0493cb6/hdflex/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-hdflex/00new/hdflex/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'hdflex' as hdflex_0.2.1.zip
* DONE (hdflex)