* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘costsensitive’ ...
** this is package ‘costsensitive’ version ‘0.1.2.10’
** package ‘costsensitive’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFiQfMd/R.INSTALL3a970a161b6d05/costsensitive/src'
gcc-14 -std=gnu23 -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-14 -std=gnu23 -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-14 -std=gnu23 -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-14 -std=gnu23 -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 '/home/hornik/tmp/scratch/RtmpFiQfMd/R.INSTALL3a970a161b6d05/costsensitive/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFiQfMd/R.INSTALL3a970a161b6d05/costsensitive/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpFiQfMd/R.INSTALL3a970a161b6d05/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)