* installing *source* package 'protoclust' ... ** package 'protoclust' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/RtmpSIhcA5/R.INSTALL33b44d921f3b/protoclust/src' gcc -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hier.c -o hier.o hier.c: In function 'hier': hier.c:194:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 194 | for(j = 0; j < imerge; j++) | ^~~ hier.c:204:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 204 | ii = lt(imerge+1,imerge,n); | ^~ In function 'completelink', inlined from 'findNN' at hier.c:373:22: hier.c:465:24: warning: 'nn' may be used uninitialized [-Wmaybe-uninitialized] 465 | if(dmax[n*cur->i + iG] > dmm) | ~~~~~~~~~^~~~ hier.c: In function 'findNN': hier.c:328:7: note: 'nn' was declared here 328 | int nn; | ^~ hier.c: In function 'hier': hier.c:274:26: warning: 'imerge' may be used uninitialized [-Wmaybe-uninitialized] 274 | Cluster *cur = clusters[imerge]; | ^ hier.c:28:20: note: 'imerge' was declared here 28 | int i, j, k, ii, imerge, jmerge, reverse; | ^~~~~~ hier.c:189:83: warning: 'mm' may be used uninitialized [-Wmaybe-uninitialized] 189 | un_protos[k] = minimaxpoint(dmax,n,clusters[imerge],imerge,clustSize[imerge]) + 1; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ hier.c:428:7: note: 'mm' was declared here 428 | int mm; | ^~ hier.c: In function 'minimaxpoint': hier.c:442:10: warning: 'mm' may be used uninitialized [-Wmaybe-uninitialized] 442 | return mm; | ^~ hier.c:428:7: note: 'mm' was declared here 428 | int mm; | ^~ gcc -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c protoclust_init.c -o protoclust_init.o gcc -shared -s -static-libgcc -o protoclust.dll tmp.def hier.o protoclust_init.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.1/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpSIhcA5/R.INSTALL33b44d921f3b/protoclust/src' make[1]: Entering directory '/d/temp/RtmpSIhcA5/R.INSTALL33b44d921f3b/protoclust/src' make[1]: Leaving directory '/d/temp/RtmpSIhcA5/R.INSTALL33b44d921f3b/protoclust/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-protoclust/00new/protoclust/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 'protoclust' as protoclust_1.6.4.zip * DONE (protoclust)