* installing *source* package 'gek' ... ** this is package 'gek' version '1.1.0' ** package 'gek' 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_03_16_01_50_00_2523/RtmpO6Clwk/R.INSTALL30e2c5e0a649f/gek/src' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c CorFunctions.c -o CorFunctions.o CorFunctions.c: In function 'corMat': CorFunctions.c:55:62: warning: 'corFun' may be used uninitialized [-Wmaybe-uninitialized] 55 | ans[j + *n * i] = ans[i + *n * j] = (*corFun)(x, n, x, n, d, &i, &j, param); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:47:18: note: 'corFun' was declared here 47 | double (*corFun)(const double *, const int *, const double *, const int *, const int *, const int *, const int *, const double *); | ^~~~~~ CorFunctions.c: In function 'corMat2': CorFunctions.c:71:47: warning: 'corFun' may be used uninitialized [-Wmaybe-uninitialized] 71 | ans[i1 + *n1 * i2] = (*corFun)(x1, n1, x2, n2, d, &i1, &i2, param); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:63:18: note: 'corFun' was declared here 63 | double (*corFun)(const double *, const int *, const double *, const int *, const int *, const int *, const int *, const double *); | ^~~~~~ CorFunctions.c: In function 'corMat_dx': CorFunctions.c:118:44: warning: 'corFun_dx' may be used uninitialized [-Wmaybe-uninitialized] 118 | ans[i + *n * j] = (*corFun_dx)(x, n, x, n, &i, &j, param, k, C); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:110:18: note: 'corFun_dx' was declared here 110 | double (*corFun_dx)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const double *); | ^~~~~~~~~ CorFunctions.c: In function 'corMat2_dx': CorFunctions.c:145:47: warning: 'corFun_dx' may be used uninitialized [-Wmaybe-uninitialized] 145 | ans[i1 + *n1 * i2] = (*corFun_dx)(x1, n1, x2, n2, &i1, &i2, param, k, C); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:137:18: note: 'corFun_dx' was declared here 137 | double (*corFun_dx)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const double *); | ^~~~~~~~~ CorFunctions.c: In function 'corMat_dxdy_all': CorFunctions.c:223:42: warning: 'corFun_dxdy' may be used uninitialized [-Wmaybe-uninitialized] 223 | (*corFun_dxdy)(x, n, x, n, &i, &j, param, &k, &l, C); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:212:18: note: 'corFun_dxdy' was declared here 212 | double (*corFun_dxdy)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const int *, const double *); | ^~~~~~~~~~~ CorFunctions.c: In function 'corMat2_dxdy_all': CorFunctions.c:246:42: warning: 'corFun_dxdy' may be used uninitialized [-Wmaybe-uninitialized] 246 | (*corFun_dxdy)(x1, n1, x2, n2, &i1, &i2, param, &k, &l, C); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:235:18: note: 'corFun_dxdy' was declared here 235 | double (*corFun_dxdy)(const double *, const int *, const double *, const int *, const int *, const int *, const double *, const int *, const int *, const double *); | ^~~~~~~~~~~ CorFunctions.c: In function 'corMat_dp': CorFunctions.c:296:62: warning: 'corFun_dp' may be used uninitialized [-Wmaybe-uninitialized] 296 | ans[j + *n * i] = ans[i + *n * j] = (*corFun_dp)(X, n, &i, &j, param, k, C); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:288:18: note: 'corFun_dp' was declared here 288 | double (*corFun_dp)(const double *, const int *, const int *, const int *, const double *, const int *, const double *); | ^~~~~~~~~ CorFunctions.c: In function 'corMat_dxdp': CorFunctions.c:357:63: warning: 'corFun_dxdp' may be used uninitialized [-Wmaybe-uninitialized] 357 | ans[k + *d * (j + *n * i)] = (*corFun_dxdp)(X, n, d, &i, &j, param, &k, m, D); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:348:18: note: 'corFun_dxdp' was declared here 348 | double (*corFun_dxdp)(const double *, const int *, const int *, const int *, const int *, const double *, const int *, const int *, const double *); | ^~~~~~~~~~~ CorFunctions.c: In function 'corMat_dxdydp': CorFunctions.c:446:42: warning: 'corFun_dxdydp' may be used uninitialized [-Wmaybe-uninitialized] 446 | (*corFun_dxdydp)(X, n, d, &i, &j, param, &k, &l, m, D, E); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CorFunctions.c:435:18: note: 'corFun_dxdydp' was declared here 435 | double (*corFun_dxdydp)(const double *, const int *, const int *, const int *, const int *, const double *, const int *, const int *, const int *, const double *, const double *); | ^~~~~~~~~~~~~ gcc -shared -s -static-libgcc -o gek.dll tmp.def CorFunctions.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/2025_03_16_01_50_00_2523/RtmpO6Clwk/R.INSTALL30e2c5e0a649f/gek/src' make[1]: Entering directory '/d/temp/2025_03_16_01_50_00_2523/RtmpO6Clwk/R.INSTALL30e2c5e0a649f/gek/src' make[1]: Leaving directory '/d/temp/2025_03_16_01_50_00_2523/RtmpO6Clwk/R.INSTALL30e2c5e0a649f/gek/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-gek/00new/gek/libs/x64 ** R ** 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 'gek' as gek_1.1.0.zip * DONE (gek)