* installing *source* package 'randomUniformForest' ...
** package 'randomUniformForest' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpMr7Y4y/R.INSTALL26c60368c17bf/randomUniformForest/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cppFunctions.cpp -o cppFunctions.o
cppFunctions.cpp: In function 'Rcpp::NumericVector asymetricInformationGainCPP(Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, int, Rcpp::NumericVector, int)':
cppFunctions.cpp:350:13: warning: variable 'nLow' set but not used [-Wunused-but-set-variable]
  350 |         int nLow;
      |             ^~~~
cppFunctions.cpp:351:17: warning: variable 'nHigh' set but not used [-Wunused-but-set-variable]
  351 |         int     nHigh;
      |                 ^~~~~
cppFunctions.cpp:365:40: warning: 'nEqual' may be used uninitialized [-Wmaybe-uninitialized]
  365 |                                 nEqual = nEqual + 1;
      |                                 ~~~~~~~^~~~~~~~~~~~
cppFunctions.cpp:349:16: note: 'nEqual' was declared here
  349 |         double nEqual;
      |                ^~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o randomUniformForest.dll tmp.def cppFunctions.o registerDynamicSymbol.o -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/RtmpMr7Y4y/R.INSTALL26c60368c17bf/randomUniformForest/src'
make[1]: Entering directory '/d/temp/RtmpMr7Y4y/R.INSTALL26c60368c17bf/randomUniformForest/src'
make[1]: Leaving directory '/d/temp/RtmpMr7Y4y/R.INSTALL26c60368c17bf/randomUniformForest/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-randomUniformForest/00new/randomUniformForest/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'randomUniformForest' as randomUniformForest_1.1.6.zip
* DONE (randomUniformForest)