* installing *source* package ‘support’ ... ** this is package ‘support’ version ‘0.1.7’ ** package ‘support’ 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/support/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/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/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++ -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/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/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 herding.cpp -o herding.o 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/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/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 support.cpp -o support.o support.cpp: In function ‘Rcpp::NumericVector energy_norm_cpp(Rcpp::NumericMatrix&, Rcpp::NumericMatrix&, int)’: support.cpp:323:21: warning: unused variable ‘p’ [-Wunused-variable] 323 | int i, j, k, p, maxterms=2000; | ^ support.cpp:325:12: warning: unused variable ‘meanyy’ [-Wunused-variable] 325 | double meanyy, meanzz; | ^~~~~~ support.cpp: In function ‘Rcpp::NumericMatrix sp_cpp(int, int, Rcpp::NumericMatrix&, Rcpp::NumericVector&, Rcpp::List, Rcpp::NumericMatrix&, bool, Rcpp::NumericMatrix&, int, int, int, double, int, double, Rcpp::NumericVector&, bool)’: support.cpp:733:8: warning: unused variable ‘cont2’ [-Wunused-variable] 733 | bool cont2 = true; //stopping boolean for inside CCCP loop | ^~~~~ support.cpp: In function ‘Rcpp::NumericMatrix sp_seq_cpp(Rcpp::NumericMatrix&, int, Rcpp::NumericMatrix&, Rcpp::NumericVector&, Rcpp::List, Rcpp::NumericMatrix&, bool, Rcpp::NumericMatrix&, int, int, int, double, int)’: support.cpp:1123:5: warning: label ‘rst’ defined but not used [-Wunused-label] 1123 | rst: | ^~~ support.cpp: In function ‘arma::vec asvec(arma::rowvec)’: support.cpp:1360:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 1360 | for (int i=0; i