* installing *source* package 'bbotk' ...
** package 'bbotk' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_10_13_09_54_11_13458/RtmpkpzMzH/R.INSTALL891014a890/bbotk/src'
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
In file included from init.c:7:
test_local_search.h:3:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
    3 | SEXP c_test_random_int();
      | ^~~~
test_local_search.h:4:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
    4 | SEXP c_test_random_normal();
      | ^~~~
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c is_dominated.c -o is_dominated.o
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c local_search.c -o local_search.o
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rc_helpers.c -o rc_helpers.o
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c test_local_search.c -o test_local_search.o
test_local_search.c:30:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   30 | SEXP c_test_random_int() {
      |      ^~~~~~~~~~~~~~~~~
test_local_search.c:43:6: warning: function declaration isn't a prototype [-Wstrict-prototypes]
   43 | SEXP c_test_random_normal() {
      |      ^~~~~~~~~~~~~~~~~~~~
gcc -shared -s -static-libgcc -o bbotk.dll tmp.def init.o is_dominated.o local_search.o rc_helpers.o test_local_search.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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_13_09_54_11_13458/RtmpkpzMzH/R.INSTALL891014a890/bbotk/src'
make[1]: Entering directory '/d/temp/2025_10_13_09_54_11_13458/RtmpkpzMzH/R.INSTALL891014a890/bbotk/src'
make[1]: Leaving directory '/d/temp/2025_10_13_09_54_11_13458/RtmpkpzMzH/R.INSTALL891014a890/bbotk/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-bbotk/00new/bbotk/libs/x64
** R
** 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
* MD5 sums
packaged installation of 'bbotk' as bbotk_1.7.0.zip
* DONE (bbotk)