* installing *source* package 'bnstruct' ...
** package 'bnstruct' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp6Bppwk/R.INSTALL315682f763ee5/bnstruct/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bnstruct_init.c -o bnstruct_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c impfast.c -o impfast.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mmhcfast.c -o mmhcfast.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c smfast.c -o smfast.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c util.c -o util.o
util.c: In function 'score_node_1':
util.c:52:10: warning: 'score' may be used uninitialized [-Wmaybe-uninitialized]
   52 |   return score;
      |          ^~~~~
util.c:35:10: note: 'score' was declared here
   35 |   double score;
      |          ^~~~~
gcc -shared -s -static-libgcc -o bnstruct.dll tmp.def bnstruct_init.o impfast.o mmhcfast.o smfast.o util.o -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
make[1]: Leaving directory '/d/temp/Rtmp6Bppwk/R.INSTALL315682f763ee5/bnstruct/src'
make[1]: Entering directory '/d/temp/Rtmp6Bppwk/R.INSTALL315682f763ee5/bnstruct/src'
make[1]: Leaving directory '/d/temp/Rtmp6Bppwk/R.INSTALL315682f763ee5/bnstruct/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-bnstruct/00new/bnstruct/libs/x64
** R
** data
** 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 'bnstruct' as bnstruct_1.0.15.zip
* DONE (bnstruct)