* installing *source* package 'gb' ... ** package 'gb' 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/RtmpSI0L65/R.INSTALL28a1078323b28/gb/src' gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ARL.c -o ARL.o ARL.c: In function 'arl0': ARL.c:141:9: warning: 'xa1' may be used uninitialized [-Wmaybe-uninitialized] 141 | xa1 += dK; | ~~~~^~~~~ ARL.c:79:37: note: 'xa1' was declared here 79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1; | ^~~ ARL.c:140:14: warning: 'xb1' may be used uninitialized [-Wmaybe-uninitialized] 140 | dK = (xb1-xa1)*0.05; | ~~~~^~~~~ ARL.c:79:41: note: 'xb1' was declared here 79 | double xa=0.00001, xb=0.99999, xc,xa1,xb1; | ^~~ ARL.c:132:14: warning: 'K0' may be used uninitialized [-Wmaybe-uninitialized] 132 | lcl[0] = K0; | ~~~~~~~^~~~ ARL.c:81:29: note: 'K0' was declared here 81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0]; | ^~ ARL.c:133:17: warning: 'A0' may be used uninitialized [-Wmaybe-uninitialized] 133 | lambda[0] = A0; | ~~~~~~~~~~^~~~ ARL.c:81:32: note: 'A0' was declared here 81 | double delta,dK,dmin=99.0,K0,A0,ARL0=lcl[0]; | ^~ gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gbd.c -o gbd.o gbd.c: In function 'FitGBDMom': gbd.c:200:7: warning: 'mt1' may be used uninitialized [-Wmaybe-uninitialized] 200 | mt1 /= n; | ~~~~^~~~ gbd.c:185:10: note: 'mt1' was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:207:9: warning: 'mt2' may be used uninitialized [-Wmaybe-uninitialized] 207 | mt2 += pow(x[i]-mt1,2.) + pow(x[n-1-i-k]-mt1,2.); | ^~ gbd.c:185:14: note: 'mt2' was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:208:9: warning: 'mt3' may be used uninitialized [-Wmaybe-uninitialized] 208 | mt3 += pow(x[i]-mt1,3.) + pow(x[n-1-i-k]-mt1,3.); | ^~ gbd.c:185:18: note: 'mt3' was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gbd.c:209:9: warning: 'mt4' may be used uninitialized [-Wmaybe-uninitialized] 209 | mt4 += pow(x[i]-mt1,4.) + pow(x[n-1-i-k]-mt1,4.); | ^~ gbd.c:185:22: note: 'mt4' was declared here 185 | double mt1,mt2,mt3,mt4; | ^~~ gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gld.c -o gld.o gld.c: In function 'GLDMoP': gld.c:497:13: warning: variable 'k' set but not used [-Wunused-but-set-variable] 497 | int i, j, k, igrid, jgrid; | ^ gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -shared -s -static-libgcc -o gb.dll tmp.def ARL.o gbd.o gld.o init.o -LD:/RCompile/recent/R-4.4.0/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-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpSI0L65/R.INSTALL28a1078323b28/gb/src' make[1]: Entering directory '/d/temp/RtmpSI0L65/R.INSTALL28a1078323b28/gb/src' make[1]: Leaving directory '/d/temp/RtmpSI0L65/R.INSTALL28a1078323b28/gb/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-gb/00new/gb/libs/x64 ** R ** data ** 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 'gb' as gb_2.3.3.zip * DONE (gb)