* installing *source* package ‘mable’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.8 (11)’ clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c mable.c -o mable.o mable.c:4801:12: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 4801 | del+=abs(p[i]-p[i]*tmp/(double)n); | ^ mable.c:4801:12: note: use function 'fabs' instead 4801 | del+=abs(p[i]-p[i]*tmp/(double)n); | ^~~ | fabs mable.c:4819:12: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 4819 | del+=abs(p[i]-p[i]*tmp/(double)(d*n)); | ^ mable.c:4819:12: note: use function 'fabs' instead 4819 | del+=abs(p[i]-p[i]*tmp/(double)(d*n)); | ^~~ | fabs mable.c:5510:60: warning: variable 'sump' set but not used [-Wunused-but-set-variable] 5510 | double *beta_x, *beta_y, *fm, *Tk, *H, *Jac, llik_new, sump; | ^ mable.c:5581:34: warning: variable 'sump' set but not used [-Wunused-but-set-variable] 5581 | double del_em, del_nt, *tmp, sump; | ^ 4 warnings generated. clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c mable_init.c -o mable_init.o clang-18 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o mable.so mable.o mable_init.o -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/mable.Rcheck/00LOCK-mable/00new/mable/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (mable)