* 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:780:55: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 780 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^ mable.c:780:55: note: use function 'abs' instead 780 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^~~~ | abs mable.c:810:55: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 810 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^ mable.c:810:55: note: use function 'abs' instead 810 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^~~~ | abs mable.c:826:80: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 826 | if(m>3) for(j=i0; j<=m-i1; j++) p[j] =(1.0-*tini)*p[j]+ *tini/(double)(m+1-fabs(*vb)); | ^ mable.c:826:80: note: use function 'abs' instead 826 | if(m>3) for(j=i0; j<=m-i1; j++) p[j] =(1.0-*tini)*p[j]+ *tini/(double)(m+1-fabs(*vb)); | ^~~~ | abs mable.c:904:55: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 904 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^ mable.c:904:55: note: use function 'abs' instead 904 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^~~~ | abs mable.c:933:55: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 933 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^ mable.c:933:55: note: use function 'abs' instead 933 | for(j=i0; j<=m-i1; j++) p[j] = 1.0/(double)(m+1-fabs(*vb)); | ^~~~ | abs mable.c:944:80: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 944 | if(m>3) for(j=i0; j<=m-i1; j++) p[j] =(1.0-*tini)*p[j]+ *tini/(double)(m+1-fabs(*vb)); | ^ mable.c:944:80: note: use function 'abs' instead 944 | if(m>3) for(j=i0; j<=m-i1; j++) p[j] =(1.0-*tini)*p[j]+ *tini/(double)(m+1-fabs(*vb)); | ^~~~ | abs 6 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)