* installing *source* package 'adespatial' ... ** package 'adespatial' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/RtmpSmYXfW/R.INSTALL1e9a479045de8/adespatial/src' gcc -I"D:/RCompile/recent/R-4.4.2/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-4.4.2/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-4.4.2/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-4.4.2/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<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:483:9: note: in expansion of macro 'UNPROTECT' 483 | UNPROTECT(3); | ^~~~~~~~~ betadiv.c: In function 'canberra': betadiv.c:506:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 506 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:530:9: note: in expansion of macro 'UNPROTECT' 530 | UNPROTECT(4); | ^~~~~~~~~ betadiv.c: In function 'kulczynski': betadiv.c:549:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 549 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:563:9: note: in expansion of macro 'UNPROTECT' 563 | UNPROTECT(3); | ^~~~~~~~~ betadiv.c: In function 'divergence': betadiv.c:586:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 586 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:608:9: note: in expansion of macro 'UNPROTECT' 608 | UNPROTECT(4); | ^~~~~~~~~ betadiv.c: In function 'modmean': betadiv.c:630:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 630 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:646:9: note: in expansion of macro 'UNPROTECT' 646 | UNPROTECT(4); | ^~~~~~~~~ betadiv.c: In function 'whittaker': betadiv.c:701:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 701 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:718:9: note: in expansion of macro 'UNPROTECT' 718 | UNPROTECT(3); | ^~~~~~~~~ betadiv.c: In function 'wishart': betadiv.c:737:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 737 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:752:9: note: in expansion of macro 'UNPROTECT' 752 | UNPROTECT(3); | ^~~~~~~~~ betadiv.c: In function 'percentdiff': betadiv.c:982:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 982 | for (i = 0; i < I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:1000:9: note: in expansion of macro 'UNPROTECT' 1000 | UNPROTECT(6); | ^~~~~~~~~ betadiv.c: In function 'binary_D': betadiv.c:1020:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1020 | for (i=0; i<I; i++) | ^~~ D:/RCompile/recent/R-4.4.2/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:1035:9: note: in expansion of macro 'UNPROTECT' 1035 | UNPROTECT(4); | ^~~~~~~~~ gcc -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c buildbinary.c -o buildbinary.o gcc -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c constr.hclust.c -o constr.hclust.o constr.hclust.c: In function 'initNNlist': constr.hclust.c:109:15: warning: 'nn' may be used uninitialized [-Wmaybe-uninitialized] 109 | nn_idx[i] = nn; | ~~~~~~~~~~^~~~ constr.hclust.c:99:25: note: 'nn' was declared here 99 | unsigned int i, j, k, nn; | ^~ constr.hclust.c: In function 'updateNNlist': constr.hclust.c:130:13: warning: 'nn' may be used uninitialized [-Wmaybe-uninitialized] 130 | nn_idx[i] = nn; | ~~~~~~~~~~^~~~ constr.hclust.c:121:22: note: 'nn' was declared here 121 | unsigned int j, k, nn; | ^~ gcc -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c forward.c -o forward.o gcc -I"D:/RCompile/recent/R-4.4.2/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 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c stipermute.c -o stipermute.o gcc -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c testsmoran.c -o testsmoran.o gcc -shared -s -static-libgcc -o adespatial.dll tmp.def WRperiodogram.o adesub.o betadiv.o buildbinary.o constr.hclust.o forward.o init.o stipermute.o testsmoran.o -LD:/RCompile/recent/R-4.4.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.2/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.2/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/RtmpSmYXfW/R.INSTALL1e9a479045de8/adespatial/src' make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/RtmpSmYXfW/R.INSTALL1e9a479045de8/adespatial/src' make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/RtmpSmYXfW/R.INSTALL1e9a479045de8/adespatial/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-adespatial/00new/adespatial/libs/x64 ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 'adespatial' as adespatial_0.3-24.zip * DONE (adespatial)