* 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++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpslo3I3/R.INSTALL29fbc39bb6bba/fpROC/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/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/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/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
make[1]: Leaving directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpslo3I3/R.INSTALL29fbc39bb6bba/fpROC/src'
make[1]: Entering directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpslo3I3/R.INSTALL29fbc39bb6bba/fpROC/src'
make[1]: Leaving directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpslo3I3/R.INSTALL29fbc39bb6bba/fpROC/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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
* MD5 sums
packaged installation of 'fpROC' as fpROC_0.1.0.zip
* DONE (fpROC)