* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* 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++-14 (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBBVcBf/R.INSTALLb5f257ac91150/fpROC/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-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-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -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++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o fpROC.so RcppExports.o trapezoid_rule.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBBVcBf/R.INSTALLb5f257ac91150/fpROC/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBBVcBf/R.INSTALLb5f257ac91150/fpROC/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBBVcBf/R.INSTALLb5f257ac91150/fpROC/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)