* installing *source* package ‘CorMID’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.6 (1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c calc_mid_error_C.cpp -o calc_mid_error_C.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c poss_local.cpp -o poss_local.o poss_local.cpp:44:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 44 | by = abs(to - from)/(length-1); | ^ poss_local.cpp:44:10: note: use function 'std::abs' instead 44 | by = abs(to - from)/(length-1); | ^~~ | std::abs poss_local.cpp:46:22: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 46 | length = 1+round(abs(to - from)/by); | ^ poss_local.cpp:46:22: note: use function 'std::abs' instead 46 | length = 1+round(abs(to - from)/by); | ^~~ | std::abs poss_local.cpp:71:9: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 71 | if (abs(total - exp_sum)