* installing *source* package 'outliertree' ...
** this is package 'outliertree' version '1.10.0'
** package 'outliertree' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpQd2R9H/R.INSTALL48944c7250c3/outliertree/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rwrapper.cpp -o Rwrapper.o
Rwrapper.cpp: In function 'double* set_R_nan_as_C_nan(double*, std::vector<double>&, size_t, int)':
Rwrapper.cpp:203:30: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
203 | for (size_t_for i = 0; i < n; i++)
| ~~^~~
Rwrapper.cpp: In function 'double* set_R_nan_as_C_nan(double*, Rcpp::NumericVector&, size_t, int)':
Rwrapper.cpp:213:30: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
213 | for (size_t_for i = 0; i < n; i++)
| ~~^~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cat_outlier.cpp -o cat_outlier.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c clusters.cpp -o clusters.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fit_model.cpp -o fit_model.o
fit_model.cpp: In function 'bool fit_outliers_models(ModelOutputs&, double*, size_t, int*, size_t, int*, int*, size_t, int*, size_t, char*, int, bool, bool, bool, bool, bool, size_t, double, size_t, size_t, double, bool, bool, double, double)':
fit_model.cpp:267:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
267 | for (size_t_for col = 0; col < tot_cols; col++) {
| ~~~~^~~~~~~~~~
fit_model.cpp:286:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
286 | for (size_t_for col = 0; col < tot_cols; col++) {
| ~~~~^~~~~~~~~~
fit_model.cpp:291:45: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
291 | if (input_data.skip_col[col] && col < input_data.ncols_numeric) continue;
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
fit_model.cpp:300:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
300 | if (col < input_data.ncols_numeric) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
fit_model.cpp:311:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
311 | else if (col < (input_data.ncols_numeric + input_data.ncols_categ)) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c misc.cpp -o misc.o
misc.cpp: In function 'void calculate_all_cat_counts(size_t*, size_t*, int*, int*, size_t, size_t, char*, char*, int)':
misc.cpp:62:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
62 | for (size_t_for col = 0; col < ncols; col++) {
| ~~~~^~~~~~~
misc.cpp: In function 'void check_cat_col_unsplittable(size_t*, size_t*, int*, size_t, size_t, size_t, char*, int)':
misc.cpp:87:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
87 | for (size_t_for col = 0; col < ncols; col++) {
| ~~~~^~~~~~~
misc.cpp: In function 'void check_missing_no_variance(double*, size_t, size_t, char*, char*, int*, int)':
misc.cpp:146:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
146 | for (size_t_for col = 0; col < ncols; col++) {
| ~~~~^~~~~~~
misc.cpp: In function 'void check_more_two_values(double*, size_t, size_t, int, char*)':
misc.cpp:630:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
630 | for (size_t_for col = 0; col < ncols; col++) {
| ~~~~^~~~~~~
misc.cpp: In function 'void calc_min_decimals_to_print(ModelOutputs&, double*, int)':
misc.cpp:654:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
654 | for (size_t_for row = 0; row < nrows; row++) {
| ~~~~^~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c predict.cpp -o predict.o
predict.cpp: In function 'bool find_new_outliers(double*, int*, int*, size_t, int, ModelOutputs&)':
predict.cpp:98:34: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
98 | for (size_t_for col = 0; col < tot_cols; col++) {
| ~~~~^~~~~~~~~~
predict.cpp:101:26: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
101 | col_is_num = col < model_outputs.ncols_numeric;
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
predict.cpp:106:38: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
106 | for (size_t_for row = 0; row < nrows; row++) {
| ~~~~^~~~~~~
predict.cpp:109:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
109 | if (col < model_outputs.ncols_numeric) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
predict.cpp:115:28: warning: comparison of integer expressions of different signedness: 'long long int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
115 | } else if (col < (model_outputs.ncols_numeric + model_outputs.ncols_categ)) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
predict.cpp: In function '_Z17find_new_outliersPdPiS0_yiR12ModelOutputs._omp_fn.0':
predict.cpp:132:68: warning: 'num_val_this' may be used uninitialized [-Wmaybe-uninitialized]
132 | outliers_thread[omp_get_thread_num()] = follow_tree(model_outputs, prediction_data, 0, 0, row, col, col_is_num, num_val_this, cat_val_this)?
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
predict.cpp:76:12: note: 'num_val_this' was declared here
76 | double num_val_this;
| ^~~~~~~~~~~~
predict.cpp:132:68: warning: 'cat_val_this' may be used uninitialized [-Wmaybe-uninitialized]
132 | outliers_thread[omp_get_thread_num()] = follow_tree(model_outputs, prediction_data, 0, 0, row, col, col_is_num, num_val_this, cat_val_this)?
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
predict.cpp:77:9: note: 'cat_val_this' was declared here
77 | int cat_val_this;
| ^~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcereal/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -fno-trapping-math -fno-math-errno -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c split.cpp -o split.o
split.cpp: In function 'void split_categx_categy_subset(size_t*, size_t, size_t, int*, int*, size_t, size_t, long double, size_t*, size_t*, size_t*, bool, size_t, long double*, signed char*, bool*, bool*)':
split.cpp:1158:40: warning: 'last_bit' may be used uninitialized [-Wmaybe-uninitialized]
1158 | for (size_t catx = 0; catx < last_bit; catx++) {
| ~~~~~^~~~~~~~~~
split.cpp:1112:12: note: 'last_bit' was declared here
1112 | size_t last_bit;
| ^~~~~~~~
In file included from split.cpp:34:
outlier_tree.h:69:45: warning: 'best_subset' may be used uninitialized [-Wmaybe-uninitialized]
69 | #define extract_bit(number, bit) (((number) >> (bit)) & 1) /* https://stackoverflow.com/questions/2249731/how-do-i-get-bit-by-bit-data-from-an-integer-value-in-c */
| ~~~~~~~~~~^~~~~~~~~
split.cpp:1197:34: note: in expansion of macro 'extract_bit'
1197 | split_subset[catx] = extract_bit(best_subset, catx);
| ^~~~~~~~~~~
split.cpp:1050:12: note: 'best_subset' was declared here
1050 | size_t best_subset;
| ^~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o outliertree.dll outliertree-win.def RcppExports.o Rwrapper.o cat_outlier.o clusters.o fit_model.o misc.o predict.o split.o -fopenmp -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpQd2R9H/R.INSTALL48944c7250c3/outliertree/src'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpQd2R9H/R.INSTALL48944c7250c3/outliertree/src'
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpQd2R9H/R.INSTALL48944c7250c3/outliertree/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-outliertree/00new/outliertree/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 'outliertree' as outliertree_1.10.0.zip
* DONE (outliertree)