* installing *source* package 'intrinsicFRP' ... ** package 'intrinsicFRP' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/RtmpiGlYB4/R.INSTALL152d4631b4c15/intrinsicFRP/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/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-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c adaptive_weights.cpp -o adaptive_weights.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fgx_three_pass_covariance.cpp -o fgx_three_pass_covariance.o fgx_three_pass_covariance.cpp: In function 'arma::mat FGXThreePassCovarianceCpp(const arma::mat&, const arma::mat&, const arma::mat&, const arma::vec&)': fgx_three_pass_covariance.cpp:46:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 46 | for (int lag = 1; lag <= n_observations; ++lag) { | ~~~~^~~~~~~~~~~~~~~~~ fgx_three_pass_covariance.cpp:50:27: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 50 | for (int tt = lag; tt < n_observations; ++tt) { | ~~~^~~~~~~~~~~~~~~~ fgx_three_pass_covariance.cpp: In function 'arma::mat FGXThreePassCovarianceNoControlsCpp(const arma::mat&, const arma::mat&, const arma::vec&)': fgx_three_pass_covariance.cpp:98:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 98 | for (int lag = 1; lag <= n_observations; ++lag) { | ~~~~^~~~~~~~~~~~~~~~~ fgx_three_pass_covariance.cpp:102:27: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 102 | for (int tt = lag; tt < n_observations; ++tt) { | ~~~^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c frp.cpp -o frp.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gkr_factor_screening.cpp -o gkr_factor_screening.o gkr_factor_screening.cpp: In function 'Rcpp::List GKRFactorScreeningCpp(const arma::mat&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::vec&, double, bool)': gkr_factor_screening.cpp:52:25: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 52 | for (int idx = 0; idx < factors.n_cols; ++idx) { | ~~~~^~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hac_covariance.cpp -o hac_covariance.o hac_covariance.cpp: In function 'arma::mat HACCovarianceMatrixCpp(arma::mat&, bool)': hac_covariance.cpp:33:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 33 | for (int lag = 1; lag <= n_lags; ++lag) { | ~~~~^~~~~~~~~ hac_covariance.cpp:41:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 41 | for (int lag = 1; lag <= n_lags; ++lag) { | ~~~~^~~~~~~~~ hac_covariance.cpp: In function 'arma::vec HACStandardErrorsCpp(arma::mat&, bool)': hac_covariance.cpp:88:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 88 | for (int lag = 1; lag <= n_lags; ++lag) { | ~~~~^~~~~~~~~ hac_covariance.cpp:94:29: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 94 | for (int obs = lag; obs < n_observations; ++obs) { | ~~~~^~~~~~~~~~~~~~~~ hac_covariance.cpp: In function 'double HACVarianceCpp(arma::vec&, bool)': hac_covariance.cpp:139:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 139 | for (int lag = 1; lag <= n_lags; ++lag) { | ~~~~^~~~~~~~~ hac_covariance.cpp: In function 'void HACPrewhiteningCpp(arma::mat&, arma::vec&)': hac_covariance.cpp:191:25: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 191 | for (int col = 0; col < series.n_cols; ++col) { | ~~~~^~~~~~~~~~~~~~~ hac_covariance.cpp: In function 'void HACRevertPrewhiteningCpp(const arma::vec&, arma::rowvec&)': hac_covariance.cpp:272:25: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 272 | for (int idx = 0; idx < hac_covariance.n_elem; ++idx) { | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hj_misspecification_distance.cpp -o hj_misspecification_distance.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c identification_tests.cpp -o identification_tests.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c oracle_tfrp.cpp -o oracle_tfrp.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sdf_coefficients.cpp -o sdf_coefficients.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tfrp.cpp -o tfrp.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tuning.cpp -o tuning.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I"d:/rtools43/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 intrinsicFRP.dll tmp.def RcppExports.o adaptive_weights.o fgx_three_pass_covariance.o frp.o gkr_factor_screening.o hac_covariance.o hj_misspecification_distance.o identification_tests.o oracle_tfrp.o sdf_coefficients.o tfrp.o tuning.o utils.o -fopenmp -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/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-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpiGlYB4/R.INSTALL152d4631b4c15/intrinsicFRP/src' make[1]: Entering directory '/d/temp/RtmpiGlYB4/R.INSTALL152d4631b4c15/intrinsicFRP/src' make[1]: Leaving directory '/d/temp/RtmpiGlYB4/R.INSTALL152d4631b4c15/intrinsicFRP/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-intrinsicFRP/00new/intrinsicFRP/libs/x64 ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 'intrinsicFRP' as intrinsicFRP_2.1.0.zip * DONE (intrinsicFRP)