* installing *source* package ‘protoclust’ ...
** package ‘protoclust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/protoclust/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -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 '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;
      |       ^~
hier.c: In function 'findNN':
hier.c:346:29: 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;
      |                    ^~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c protoclust_init.c -o protoclust_init.o
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o protoclust.so hier.o protoclust_init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/protoclust/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/protoclust/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/protoclust/src'
installing to /data/gannet/ripley/R/packages/tests-devel/protoclust.Rcheck/00LOCK-protoclust/00new/protoclust/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (protoclust)