* installing *source* package ‘COveR’ ... ** using staged installation checking for gcc... clang-18 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang-18 accepts -g... yes checking for clang-18 option to enable C11 features... none needed checking for gsl-config... /usr/bin/gsl-config configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘Debian clang version 18.1.8 (12)’ clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I. -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c COveR-init.c -o COveR-init.o In file included from COveR-init.c:2: ./icmeans/R_icmeans.h:27:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 27 | unsigned n, x, y, z, nc, ns, d, im, i, j; | ^ ./icmeans/R_icmeans.h:27:18: warning: variable 'y' set but not used [-Wunused-but-set-variable] 27 | unsigned n, x, y, z, nc, ns, d, im, i, j; | ^ In file included from COveR-init.c:3: ./ikmeans/R_ikmeans.h:26:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 26 | unsigned n, x, y, z, nc, ns, d, im, i, j; | ^ ./ikmeans/R_ikmeans.h:26:18: warning: variable 'y' set but not used [-Wunused-but-set-variable] 26 | unsigned n, x, y, z, nc, ns, d, im, i, j; | ^ In file included from COveR-init.c:4: ./ineokm/R_ineokm.h:27:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 27 | unsigned n, x, y, z, nc, ns, im, i, j; | ^ ./ineokm/R_ineokm.h:27:18: warning: variable 'y' set but not used [-Wunused-but-set-variable] 27 | unsigned n, x, y, z, nc, ns, im, i, j; | ^ In file included from COveR-init.c:5: ./iokm/R_iokm.h:28:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 28 | unsigned n, x, y, z, nc, ns, dist, algo, up, im, i, j; | ^ ./iokm/R_iokm.h:28:18: warning: variable 'y' set but not used [-Wunused-but-set-variable] 28 | unsigned n, x, y, z, nc, ns, dist, algo, up, im, i, j; | ^ In file included from COveR-init.c:8: ./neokm/R_neokm.h:26:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 26 | unsigned n, x, y, nc, ns, im, i, j; | ^ In file included from COveR-init.c:9: ./okm/okm.h:195:21: warning: variable 'ret2' set but not used [-Wunused-but-set-variable] 195 | double ret = 0.0, ret2 = 0.0; | ^ ./okm/okm.h:308:10: warning: unused variable 'tmp' [-Wunused-variable] 308 | double tmp; | ^~~ ./okm/okm.h:309:18: warning: unused variable 'res2' [-Wunused-variable] 309 | double res[p], res2[p]; | ^~~~ ./okm/okm.h:310:7: warning: unused variable 'idm' [-Wunused-variable] 310 | int idm, u = 0; | ^~~ ./okm/okm.h:497:10: warning: variable 'dwss' set but not used [-Wunused-but-set-variable] 497 | double dwss; | ^ In file included from COveR-init.c:10: ./r1okm/R_r1okm.h:25:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 25 | unsigned n, x, y, nc, ns, im, i, j; | ^ In file included from COveR-init.c:11: ./r2okm/R_r2okm.h:25:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 25 | unsigned n, x, y, nc, ns, im, i, j; | ^ 16 warnings generated. clang-18 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o COveR.so COveR-init.o -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/COveR.Rcheck/00LOCK-COveR/00new/COveR/libs ** R ** data *** moving datasets to lazyload DB ** inst ** 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 (COveR)