* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘anticlust’ ...
** package ‘anticlust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpA4dEb7/R.INSTALL14f6bbb270da7/anticlust/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c anticlust_init.c -o anticlust_init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c bicriterion_iterated_local_search_call.c -o bicriterion_iterated_local_search_call.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c categorical-contraints.c -o categorical-contraints.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c dispersion_anticlustering.c -o dispersion_anticlustering.o
dispersion_anticlustering.c: In function ‘dispersion_anticlustering’:
dispersion_anticlustering.c:213:25: warning: ‘best_partner’ may be used uninitialized [-Wmaybe-uninitialized]
  213 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dispersion_anticlustering.c:137:16: note: ‘best_partner’ was declared here
  137 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c distance-anticlustering.c -o distance-anticlustering.o
distance-anticlustering.c: In function ‘distance_anticlustering’:
distance-anticlustering.c:215:25: warning: ‘best_partner’ may be used uninitialized [-Wmaybe-uninitialized]
  215 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distance-anticlustering.c:138:16: note: ‘best_partner’ was declared here
  138 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c fast-kmeans-anticlustering.c -o fast-kmeans-anticlustering.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c free-memory.c -o free-memory.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c kmeans-anticlustering.c -o kmeans-anticlustering.o
kmeans-anticlustering.c: In function ‘kmeans_anticlustering’:
kmeans-anticlustering.c:241:25: warning: ‘best_partner’ may be used uninitialized [-Wmaybe-uninitialized]
  241 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kmeans-anticlustering.c:177:16: note: ‘best_partner’ was declared here
  177 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c misc-array-methods.c -o misc-array-methods.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c set-up-data-structures.c -o set-up-data-structures.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c variance-objective.c -o variance-objective.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o anticlust.so anticlust_init.o bicriterion_iterated_local_search_call.o categorical-contraints.o dispersion_anticlustering.o distance-anticlustering.o fast-kmeans-anticlustering.o free-memory.o kmeans-anticlustering.o misc-array-methods.o set-up-data-structures.o variance-objective.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpA4dEb7/R.INSTALL14f6bbb270da7/anticlust/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpA4dEb7/R.INSTALL14f6bbb270da7/anticlust/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpA4dEb7/R.INSTALL14f6bbb270da7/anticlust/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-anticlust/00new/anticlust/libs
** R
** data
*** moving datasets to lazyload DB
** 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
** 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 (anticlust)