* installing *source* package 'sbrl' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using C++ compiler: 'g++.exe (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DGMP -I../inst/include -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quicksort.c -o quicksort.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DGMP -I../inst/include -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_module.cpp -o rcpp_module.o In file included from rcpp_module.cpp:11: rcpp_module.cpp: In function 'Rcpp::List _train(int, int, Rcpp::List, Rcpp::CharacterVector, Rcpp::CharacterVector)': mytime.h:51:15: warning: variable '_tmp' set but not used [-Wunused-but-set-variable] 51 | float _tmp; \ | ^~~~ rcpp_module.cpp:60:9: note: in expansion of macro 'REPORT_TIME' 60 | REPORT_TIME("Initialize time", "per rule", tv_end, data.nrules); | ^~~~~~~~~~~ mytime.h:51:15: warning: variable '_tmp' set but not used [-Wunused-but-set-variable] 51 | float _tmp; \ | ^~~~ rcpp_module.cpp:97:9: note: in expansion of macro 'REPORT_TIME' 97 | REPORT_TIME("Time to train", "", tv_end, 1); | ^~~~~~~~~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DGMP -I../inst/include -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rulelib.c -o rulelib.o rulelib.c: In function 'ruleset_copy': rulelib.c:450:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 450 | else if ((dest->rules = malloc(src->n_rules * sizeof(ruleset_entry_t)))==NULL) | ^~ rulelib.c:452:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 452 | dest->n_alloc = src->n_rules; | ^~~~ gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DGMP -I../inst/include -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c train.c -o train.o train.c: In function 'run_simulated_annealing': train.c:519:71: warning: variable 'len' set but not used [-Wunused-but-set-variable] 519 | int dummy, i, j, k, iter, iters_per_step, *rs_idarray = NULL, len; | ^~~ g++ -std=gnu++17 -shared -s -static-libgcc -o sbrl.dll tmp.def quicksort.o rcpp_module.o rulelib.o train.o -lgsl -lgslcblas -lm -LC:\Rtools\local323\lib\x64 -lgmp -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-sbrl/00new/sbrl/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 ** 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 * DONE (sbrl)