* installing *source* package 'broman' ...
** package 'broman' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpmwmI01/R.INSTALL1eb606ff448c/broman/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_init.c -o R_init.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compare_rows.c -o compare_rows.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c count_close.c -o count_close.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c normalize.c -o normalize.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c runningmean.c -o runningmean.o
runningmean.c: In function 'runningmean':
runningmean.c:99:53: warning: 'work3' may be used uninitialized [-Wmaybe-uninitialized]
   99 |                     result[i] = (work3[ns/2-1]+work3[ns/2])/2.0;
      |                                                     ^
runningmean.c:62:13: note: 'work3' was declared here
   62 |     double *work3, work4;
      |             ^~~~~
gcc -shared -s -static-libgcc -o broman.dll tmp.def R_init.o compare_rows.o count_close.o normalize.o runningmean.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpmwmI01/R.INSTALL1eb606ff448c/broman/src'
make[1]: Entering directory '/d/temp/RtmpmwmI01/R.INSTALL1eb606ff448c/broman/src'
make[1]: Leaving directory '/d/temp/RtmpmwmI01/R.INSTALL1eb606ff448c/broman/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-broman/00new/broman/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'broman' as broman_0.80.zip
* DONE (broman)