* installing *source* package 'mmeta' ... ** this is package 'mmeta' version '3.0.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' using Fortran compiler: 'GNU Fortran (GCC) 13.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c arms-R.c -o arms-R.o arms-R.c: In function 'invert': arms-R.c:329:37: warning: unused variable 'z' [-Wunused-variable] 329 | double u,xl,xr,yl,yr,eyl,eyr,prop,z; | ^ arms-R.c:382:6: warning: 'xl' may be used uninitialized [-Wmaybe-uninitialized] 382 | if ((p->x < xl) || (p->x > xr)) error("exit 1"); | ^ arms-R.c:329:12: note: 'xl' was declared here 329 | double u,xl,xr,yl,yr,eyl,eyr,prop,z; | ^~ arms-R.c:382:19: warning: 'xr' may be used uninitialized [-Wmaybe-uninitialized] 382 | if ((p->x < xl) || (p->x > xr)) error("exit 1"); | ~~~~~~~~~~~~^~~~~~~~~~~~~~ arms-R.c:329:15: note: 'xr' was declared here 329 | double u,xl,xr,yl,yr,eyl,eyr,prop,z; | ^~ arms-R.c: In function 'meet': arms-R.c:696:15: warning: 'gr' may be used uninitialized [-Wmaybe-uninitialized] 696 | dl = (grl - gr) * (q->pr->x - q->pl->x); | ~~~~~^~~~~ arms-R.c:634:13: note: 'gr' was declared here 634 | double gl,gr,grl,dl,dr; | ^~ arms-R.c:706:48: warning: 'dr' may be used uninitialized [-Wmaybe-uninitialized] 706 | q->y = (dl * q->pr->y + dr * q->pl->y + dl * dr)/(dl + dr); | ~~~^~~~ arms-R.c:634:23: note: 'dr' was declared here 634 | double gl,gr,grl,dl,dr; | ^~ gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -c hygfx.f -o hygfx.o hygfx.f:181:72: 181 | & -.206D-13, -.54D-14, .14D-14, .1D-15/ | 1 Warning: Obsolescent feature: DATA statement at (1) after the first executable statement gcc -shared -s -static-libgcc -o mmeta.dll tmp.def arms-R.o hygfx.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -lgfortran -lquadmath -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-mmeta/00new/mmeta/libs/x64 ** R ** data ** 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 * DONE (mmeta)