* installing *source* package 'adespatial' ... ** package 'adespatial' 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/Rtmp2LCRUm/R.INSTALL22564226a6b87/adespatial/src' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c WRperiodogram.c -o WRperiodogram.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c adesub.c -o adesub.o gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c betadiv.c -o betadiv.o betadiv.c: In function 'euclidean': betadiv.c:36:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 36 | for (i = 0; i < I; i++) | ^~~ In file included from betadiv.c:7: D:/RCompile/recent/R/include/Rinternals.h:372:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 372 | #define UNPROTECT(n) Rf_unprotect(n) | ^~~~~~~~~~~~ betadiv.c:42:9: note: in expansion of macro 'UNPROTECT' 42 | UNPROTECT(3); | ^~~~~~~~~ betadiv.c: In function 'manhattan': betadiv.c:476:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 476 | for (i=0; i