* installing *source* package 'hdflex' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using C++ compiler: 'g++.exe (GCC) 12.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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:24:28: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 24 | for (int l = 0; l < lambda_grid.size(); l++) { | ~~^~~~~~~~~~~~~~~~~~~~ stsc.cpp:25:30: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 25 | for (int k = 0; k < kappa_grid.size(); k++) { | ~~^~~~~~~~~~~~~~~~~~~ stsc.cpp: In function 'Rcpp::List tvc_model_cand_(const double&, const arma::rowvec&, const arma::rowvec&, const arma::vec&, const arma::vec&, Rcpp::List&, Rcpp::List&, Rcpp::List&)': stsc.cpp:196:25: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 196 | for (int l = 0; l < lambda_grid.size(); l++) { | ~~^~~~~~~~~~~~~~~~~~~~ stsc.cpp:202:28: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 202 | for (int k = 0; k < kappa_grid.size(); k++) { | ~~^~~~~~~~~~~~~~~~~~~ stsc.cpp:208:31: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 208 | for (int j = 0; j < s_t.size(); j++) { | ~~^~~~~~~~~~~~ stsc.cpp: In function 'Rcpp::List stsc_loop(const arma::vec&, Rcpp::Nullable&>, Rcpp::Nullable&>, 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&>, Rcpp::Nullable&>, Rcpp::Nullable&>)': stsc.cpp:778:31: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 778 | for (int l = 0; l < lambda_grid.size(); l++) { | ~~^~~~~~~~~~~~~~~~~~~~ stsc.cpp:779:34: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 779 | for (int k = 0; k < kappa_grid.size(); k++) { | ~~^~~~~~~~~~~~~~~~~~~ stsc.cpp:780:37: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 780 | for (int j = 0; j < S.n_cols; j++) { | ~~^~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools43/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/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/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 * DONE (hdflex)