* installing *source* package 'recometrics' ... ** package 'recometrics' 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/RtmpaK8CkO/R.INSTALL24e86eca6444/recometrics/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/float/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -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 -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/float/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rwrapper.cpp -o Rwrapper.o In file included from Rwrapper.cpp:28: recometrics.hpp: In function '_Z12calc_metricsIdEvPKT_yS2_yiiiPKiS4_S4_PiS2_ibbPS0_S6_S6_S6_S6_S6_S6_S6_S6_S6_biiiy._omp_fn.0': recometrics.hpp:714:42: warning: 'p_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 714 | if (p_at_k) std::fill(p_at_k_user + move_to, p_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:408:22: note: 'p_at_k_user' was declared here 408 | real_t *restrict p_at_k_user = nullptr; | ^~~~~~~~~~~ recometrics.hpp:715:43: warning: 'tp_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 715 | if (tp_at_k) std::fill(tp_at_k_user + move_to, tp_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:409:22: note: 'tp_at_k_user' was declared here 409 | real_t *restrict tp_at_k_user = nullptr; | ^~~~~~~~~~~~ recometrics.hpp:716:42: warning: 'r_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 716 | if (r_at_k) std::fill(r_at_k_user + move_to, r_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:410:22: note: 'r_at_k_user' was declared here 410 | real_t *restrict r_at_k_user = nullptr; | ^~~~~~~~~~~ recometrics.hpp:721:34: warning: 'ap_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 721 | std::fill(ap_at_k_user + move_to, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 722 | ap_at_k_user + k_metrics, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 723 | ap_at_k_user[move_to-1]); | ~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:411:22: note: 'ap_at_k_user' was declared here 411 | real_t *restrict ap_at_k_user = nullptr; | ^~~~~~~~~~~~ recometrics.hpp:728:34: warning: 'tap_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 728 | std::fill(tap_at_k_user + move_to, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 729 | tap_at_k_user + k_metrics, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | tap_at_k_user[move_to-1]); | ~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:412:22: note: 'tap_at_k_user' was declared here 412 | real_t *restrict tap_at_k_user = nullptr; | ^~~~~~~~~~~~~ recometrics.hpp:717:44: warning: 'hit_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 717 | if (hit_at_k) std::fill(hit_at_k_user + move_to, hit_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:414:22: note: 'hit_at_k_user' was declared here 414 | real_t *restrict hit_at_k_user = nullptr; | ^~~~~~~~~~~~~ recometrics.hpp:735:34: warning: 'rr_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 735 | std::fill(rr_at_k_user + move_to, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 736 | rr_at_k_user + k_metrics, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 737 | rr_at_k_user[move_to-1]); | ~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:415:22: note: 'rr_at_k_user' was declared here 415 | real_t *restrict rr_at_k_user = nullptr; | ^~~~~~~~~~~~ recometrics.hpp: In function '_Z12calc_metricsIfEvPKT_yS2_yiiiPKiS4_S4_PiS2_ibbPS0_S6_S6_S6_S6_S6_S6_S6_S6_S6_biiiy._omp_fn.0': recometrics.hpp:714:42: warning: 'p_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 714 | if (p_at_k) std::fill(p_at_k_user + move_to, p_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:408:22: note: 'p_at_k_user' was declared here 408 | real_t *restrict p_at_k_user = nullptr; | ^~~~~~~~~~~ recometrics.hpp:715:43: warning: 'tp_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 715 | if (tp_at_k) std::fill(tp_at_k_user + move_to, tp_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:409:22: note: 'tp_at_k_user' was declared here 409 | real_t *restrict tp_at_k_user = nullptr; | ^~~~~~~~~~~~ recometrics.hpp:716:42: warning: 'r_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 716 | if (r_at_k) std::fill(r_at_k_user + move_to, r_at_k_user + k_metrics, NAN_); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:410:22: note: 'r_at_k_user' was declared here 410 | real_t *restrict r_at_k_user = nullptr; | ^~~~~~~~~~~ recometrics.hpp:721:34: warning: 'ap_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 721 | std::fill(ap_at_k_user + move_to, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 722 | ap_at_k_user + k_metrics, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 723 | ap_at_k_user[move_to-1]); | ~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:411:22: note: 'ap_at_k_user' was declared here 411 | real_t *restrict ap_at_k_user = nullptr; | ^~~~~~~~~~~~ recometrics.hpp:728:34: warning: 'tap_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 728 | std::fill(tap_at_k_user + move_to, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 729 | tap_at_k_user + k_metrics, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 730 | tap_at_k_user[move_to-1]); | ~~~~~~~~~~~~~~~~~~~~~~~~~ recometrics.hpp:412:22: note: 'tap_at_k_user' was declared here 412 | real_t *restrict tap_at_k_user = nullptr; | ^~~~~~~~~~~~~ recometrics.hpp:646:56: warning: 'hit_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 646 | hit_at_k_user[ix]); | ~~~~~~~~~~~~~^ recometrics.hpp:414:22: note: 'hit_at_k_user' was declared here 414 | real_t *restrict hit_at_k_user = nullptr; | ^~~~~~~~~~~~~ recometrics.hpp:650:55: warning: 'rr_at_k_user' may be used uninitialized [-Wmaybe-uninitialized] 650 | rr_at_k_user[ix]); | ~~~~~~~~~~~~^ recometrics.hpp:415:22: note: 'rr_at_k_user' was declared here 415 | real_t *restrict rr_at_k_user = nullptr; | ^~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o recometrics.dll recometrics-win.def RcppExports.o Rwrapper.o -fopenmp -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/RtmpaK8CkO/R.INSTALL24e86eca6444/recometrics/src' make[1]: Entering directory '/d/temp/RtmpaK8CkO/R.INSTALL24e86eca6444/recometrics/src' make[1]: Leaving directory '/d/temp/RtmpaK8CkO/R.INSTALL24e86eca6444/recometrics/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-recometrics/00new/recometrics/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 'recometrics' as recometrics_0.1.6-3.zip * DONE (recometrics)