* installing to library ‘/home/hornik/tmp/R.check/r-release-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/Rtmpk8j7Hk/R.INSTALL3b726c11c6bb55/costsensitive/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-release-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-release-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-release-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-release-gcc/Work/build/lib -Wl,-O1 -o costsensitive.so calcv.o init.o rwrapper.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpk8j7Hk/R.INSTALL3b726c11c6bb55/costsensitive/src'
make[1]: Entering directory '/tmp/Rtmpk8j7Hk/R.INSTALL3b726c11c6bb55/costsensitive/src'
make[1]: Leaving directory '/tmp/Rtmpk8j7Hk/R.INSTALL3b726c11c6bb55/costsensitive/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-costsensitive/00new/costsensitive/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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)