* installing *source* package ‘RiemBase’ ... ** package ‘RiemBase’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RiemBase/src' g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 engines.cpp -o engines.o In file included from ../inst/include/riemfactory.hpp:11, from engines.cpp:2: ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_exp(arma::mat, arma::mat, double)': ../inst/include/manifolds/riem_04stiefel.h:88:13: warning: unused variable 'n' [-Wunused-variable] 88 | const int n = x.n_rows; | ^ ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_log(arma::mat, arma::mat)': ../inst/include/manifolds/riem_04stiefel.h:108:13: warning: unused variable 'n' [-Wunused-variable] 108 | const int n = U0.n_rows; | ^ ../inst/include/manifolds/riem_04stiefel.h: In function 'arma::mat stiefel_invretr(arma::mat, arma::mat)': ../inst/include/manifolds/riem_04stiefel.h:168:7: warning: unused variable 'n' [-Wunused-variable] 168 | int n = x.n_rows; | ^ In file included from ../inst/include/riemfactory.hpp:12: ../inst/include/manifolds/riem_05grassmann.h: In function 'double grassmann_dist(arma::mat, arma::mat)': ../inst/include/manifolds/riem_05grassmann.h:34:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 34 | for (int i=0;i