* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’ * installing *source* package ‘intrinsicFRP’ ... ** package ‘intrinsicFRP’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLLRiye/R.INSTALL1f2a242fe1d28/intrinsicFRP/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c adaptive_weights.cpp -o adaptive_weights.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c frp.cpp -o frp.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c hj_misspecification_distance.cpp -o hj_misspecification_distance.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c identification_tests.cpp -o identification_tests.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c oracle_tfrp.cpp -o oracle_tfrp.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c sdf_coefficients.cpp -o sdf_coefficients.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c tfrp.cpp -o tfrp.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c tuning.cpp -o tuning.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -c utils.cpp -o utils.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o intrinsicFRP.so 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 -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLLRiye/R.INSTALL1f2a242fe1d28/intrinsicFRP/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLLRiye/R.INSTALL1f2a242fe1d28/intrinsicFRP/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLLRiye/R.INSTALL1f2a242fe1d28/intrinsicFRP/src' installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-intrinsicFRP/00new/intrinsicFRP/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package ‘intrinsicFRP’ finding HTML links ... done ChenFang2019BetaRankTest html FGXFactorsTest html FRP html GKRFactorScreening html HACcovariance html HJMisspecificationDistance html IterativeKleibergenPaap2006BetaRankTest html OracleTFRP html SDFCoefficients html TFRP html factors html returns html risk_free html ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (intrinsicFRP)