* installing *source* package ‘fpROC’ ... ** this is package ‘fpROC’ version ‘0.1.0’ ** package ‘fpROC’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fpROC/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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 -L/usr/local/lib64 -o fpROC.so RcppExports.o trapezoid_rule.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fpROC/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fpROC/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fpROC/src' installing to /data/gannet/ripley/R/packages/tests-devel/fpROC.Rcheck/00LOCK-fpROC/00new/fpROC/libs ** 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 ** 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 (fpROC)