* installing *source* package 'BGData' ...
** this is package 'BGData' version '2.4.1'
** package 'BGData' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_06_27_01_50_00_19361/Rtmpe6yYkl/R.INSTALL1836036d85d8d/BGData/src'
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c fitLSYS.c -o fitLSYS.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c preprocess.c -o preprocess.o
preprocess.c: In function 'preprocess_int._omp_fn.0':
preprocess.c:40:31: warning: 'mean' may be used uninitialized [-Wmaybe-uninitialized]
   40 |                         *cout = mean;
      |                         ~~~~~~^~~~~~
preprocess.c:11:16: note: 'mean' was declared here
   11 |         double mean;
      |                ^~~~
preprocess.c: In function 'preprocess_real._omp_fn.0':
preprocess.c:91:31: warning: 'mean' may be used uninitialized [-Wmaybe-uninitialized]
   91 |                         *cout = mean;
      |                         ~~~~~~^~~~~~
preprocess.c:61:16: note: 'mean' was declared here
   61 |         double mean;
      |                ^~~~
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c rayOLS.c -o rayOLS.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c summarize.c -o summarize.o
gcc -shared -s -static-libgcc -o BGData.dll tmp.def fitLSYS.o init.o preprocess.o rayOLS.o summarize.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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_06_27_01_50_00_19361/Rtmpe6yYkl/R.INSTALL1836036d85d8d/BGData/src'
make[1]: Entering directory '/d/temp/2025_06_27_01_50_00_19361/Rtmpe6yYkl/R.INSTALL1836036d85d8d/BGData/src'
make[1]: Leaving directory '/d/temp/2025_06_27_01_50_00_19361/Rtmpe6yYkl/R.INSTALL1836036d85d8d/BGData/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-BGData/00new/BGData/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 'BGData' as BGData_2.4.1.zip
* DONE (BGData)