* installing *source* package ‘infotheo’ ... ** package ‘infotheo’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/infotheo/src' /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c discretize.cpp -o discretize.o /usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -c entropy.cpp -o entropy.o discretize.cpp:30:13: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 30 | std::sort(col,col+N); | ^ discretize.cpp:28:9: note: previous statement is here 28 | for( int s=0; s