* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘costsensitive’ ...
** package ‘costsensitive’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/Rtmp8l0Dl6/R.INSTALL204363321ab216/costsensitive/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D_FOR_R  -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c calcv.c -o calcv.o
calcv.c:80: warning: ignoring ‘#pragma omp threadprivate’ [-Wunknown-pragmas]
   80 | #pragma omp threadprivate(inner_order, out_order, buffer_argsort_dbl, buffer_argsort_szt, cost_buffer, rectangle_width_arr)
      | 
calcv.c: In function ‘calculate_V’:
calcv.c:111: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
  111 |     #pragma omp parallel for schedule(static) num_threads(nthreads) firstprivate(C, V, nrow, ncol)
      | 
calcv.c:123: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas]
  123 |         #pragma omp parallel
      | 
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D_FOR_R  -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D_FOR_R  -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rwrapper.c -o rwrapper.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o costsensitive.so calcv.o init.o rwrapper.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp8l0Dl6/R.INSTALL204363321ab216/costsensitive/src'
make[1]: Entering directory '/tmp/Rtmp8l0Dl6/R.INSTALL204363321ab216/costsensitive/src'
make[1]: Leaving directory '/tmp/Rtmp8l0Dl6/R.INSTALL204363321ab216/costsensitive/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-costsensitive/00new/costsensitive/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘costsensitive’
    finding HTML links ... done
    cost.proportionate.classifier           html  
    predict.costprop                        html  
    predict.rovr                            html  
    predict.wap                             html  
    predict.wovr                            html  
    print.costprop                          html  
    print.rovr                              html  
    print.wap                               html  
    print.wovr                              html  
    regression.one.vs.rest                  html  
    summary.costprop                        html  
    summary.rovr                            html  
    summary.wap                             html  
    summary.wovr                            html  
    weighted.all.pairs                      html  
    weighted.one.vs.rest                    html  
** 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 (costsensitive)