* installing *source* package ‘MediaK’ ... ** this is package ‘MediaK’ version ‘1.0’ ** package ‘MediaK’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/MediaK/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c MediaK.cpp -o MediaK.o MediaK.cpp: In function ‘double calculate(Eigen::MatrixXd, int)’: MediaK.cpp:36:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 36 | for(int Mrow = 0;Mrow<(C.rows()-1);Mrow++) | ^~~ MediaK.cpp:44:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 44 | for(int i =0;i