* installing *source* package 'costsensitive' ...
** package 'costsensitive' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpUTdvGe/R.INSTALL14ef82fdb35d6/costsensitive/src'
gcc  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -D_FOR_R    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -D_FOR_R    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -D_FOR_R    -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rwrapper.c -o rwrapper.o
gcc -shared -s -static-libgcc -o costsensitive.dll tmp.def calcv.o init.o rwrapper.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpUTdvGe/R.INSTALL14ef82fdb35d6/costsensitive/src'
make[1]: Entering directory '/d/temp/RtmpUTdvGe/R.INSTALL14ef82fdb35d6/costsensitive/src'
make[1]: Leaving directory '/d/temp/RtmpUTdvGe/R.INSTALL14ef82fdb35d6/costsensitive/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-costsensitive/00new/costsensitive/libs/x64
** 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
** 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 'costsensitive' as costsensitive_0.1.2.10.zip
* DONE (costsensitive)