* installing *source* package 'protoclust' ...
** this is package 'protoclust' version '1.6.4'
** package 'protoclust' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp6Fdm70/R.INSTALL301852411eef/protoclust/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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);
| ^~
hier.c: In function 'findNN':
hier.c:346:59: warning: 'nn' may be used uninitialized [-Wmaybe-uninitialized]
346 | mincomplete = completelink(dmax, n, clusters[nn], nn, clusters[i], i);
| ^
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/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp6Fdm70/R.INSTALL301852411eef/protoclust/src'
make[1]: Entering directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp6Fdm70/R.INSTALL301852411eef/protoclust/src'
make[1]: Leaving directory '/d/temp/2025_11_02_01_50_01_2710/Rtmp6Fdm70/R.INSTALL301852411eef/protoclust/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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)