* installing *source* package 'fpROC' ... ** this is package 'fpROC' version '0.1.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANincoming/R-devel/lib/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/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/CRANincoming/R-devel/lib/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c trapezoid_rule.cpp -o trapezoid_rule.o trapezoid_rule.cpp: In function 'arma::mat auc_parallel(const arma::vec&, const arma::vec&, double, double, int, bool, int)': trapezoid_rule.cpp:475:20: warning: comparison of integer expressions of different signedness: 'const int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 475 | if (nprediction >= binned.n_elem) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ trapezoid_rule.cpp:514:24: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare] 514 | for (uword i = 0; i < n_bins; ++i) { | ~~^~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o fpROC.dll tmp.def RcppExports.o trapezoid_rule.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-fpROC/00new/fpROC/libs/x64 ** R ** inst ** 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 (fpROC)