* installing *source* package 'RFpredInterval' ...
** package 'RFpredInterval' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpsnEgVt/R.INSTALL4a9058e4588f/RFpredInterval/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_init_randomForestSRC.c -o R_init_randomForestSRC.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c randomForestSRC.c -o randomForestSRC.o
In file included from randomForestSRC.c:10274:
splitCustom.h:171:12: warning: 'compare' declared 'static' but never defined [-Wunused-function]
  171 | static int compare (const void * a, const void * b);
      |            ^~~~~~~
randomForestSRC.c: In function 'regressionXwghtSplit':
randomForestSRC.c:14767:21: warning: 'sumRght' may be used uninitialized [-Wmaybe-uninitialized]
14767 |             sumRght -= RF_response[treeID][1][ repMembrIndx[nonMissMembrIndx[indxx[k]]] ];
      |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
randomForestSRC.c:14666:12: note: 'sumRght' was declared here
14666 |     double sumRght;
      |            ^~~~~~~
randomForestSRC.c: In function 'regressionXwghtSplitGPU':
randomForestSRC.c:15047:25: warning: 'sumRght' may be used uninitialized [-Wmaybe-uninitialized]
15047 |                 sumRght -= RF_response[treeID][1][ repMembrIndx[nonMissMembrIndx[indxx[kk]]] ];
      |                 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
randomForestSRC.c:14953:16: note: 'sumRght' was declared here
14953 |         double sumRght;
      |                ^~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c splitCustom.c -o splitCustom.o
gcc -shared -s -static-libgcc -o RFpredInterval.dll tmp.def R_init_randomForestSRC.o randomForestSRC.o splitCustom.o -fopenmp -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpsnEgVt/R.INSTALL4a9058e4588f/RFpredInterval/src'
make[1]: Entering directory '/d/temp/RtmpsnEgVt/R.INSTALL4a9058e4588f/RFpredInterval/src'
make[1]: Leaving directory '/d/temp/RtmpsnEgVt/R.INSTALL4a9058e4588f/RFpredInterval/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-RFpredInterval/00new/RFpredInterval/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'RFpredInterval' as RFpredInterval_1.0.8.zip
* DONE (RFpredInterval)