* installing *source* package 'mlegp' ...
** package 'mlegp' 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/RtmpUR8qQ7/R.INSTALL6bc85dbd9e3/mlegp/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SFMT.c -o SFMT.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c lbfgs.c -o lbfgs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mlegp.c -o mlegp.o
In file included from mlegp.c:9:
matrix_vector.h:360:13: warning: 'printVector' defined but not used [-Wunused-function]
  360 | static void printVector(const char *fmt, const double *b, int m)
      |             ^~~~~~~~~~~
matrix_vector.h:346:13: warning: 'printPackedMatrix' defined but not used [-Wunused-function]
  346 | static void printPackedMatrix(const char *fmt, const double *a, int n)
      |             ^~~~~~~~~~~~~~~~~
In file included from mlegp.c:11:
fit_gp.h: In function 'f_min':
fit_gp.h:183:31: warning: 'mu_hat' may be used uninitialized [-Wmaybe-uninitialized]
  183 |                 double sig2 = calcMLESig2(p->Y, mu_hat, corrInv, p->nY);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from mlegp.c:10:
gp.h:108:8: note: by argument 2 of type 'const double *' to 'calcMLESig2' declared here
  108 | double calcMLESig2 (const double *Y, const double *mu, const double *Vinv, int n) {
      |        ^~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mlegp_init.c -o mlegp_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nelder_mead_min.c -o nelder_mead_min.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -D__useR__ -DMEXP=607    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c print.c -o print.o
gcc -shared -s -static-libgcc -o mlegp.dll tmp.def SFMT.o lbfgs.o mlegp.o mlegp_init.o nelder_mead_min.o print.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/RtmpUR8qQ7/R.INSTALL6bc85dbd9e3/mlegp/src'
make[1]: Entering directory '/d/temp/RtmpUR8qQ7/R.INSTALL6bc85dbd9e3/mlegp/src'
make[1]: Leaving directory '/d/temp/RtmpUR8qQ7/R.INSTALL6bc85dbd9e3/mlegp/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-mlegp/00new/mlegp/libs/x64
** R
** 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 'mlegp' as mlegp_3.1.9.zip
* DONE (mlegp)