* 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<xx.size(); i++){
      |                 ~^~~~~~~~~~
support.cpp: In function ‘arma::vec omega(arma::vec&, arma::vec&, int)’:
support.cpp:1375:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
 1375 |   for (int i=0; i<theta_vec.size(); i++){
      |                 ~^~~~~~~~~~~~~~~~~
support.cpp:1379:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
 1379 |     for (int j=0; j<theta_vec.size(); j++){
      |                   ~^~~~~~~~~~~~~~~~~
support.cpp:1399:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
 1399 |     for (int j=0; j<(theta_vec.size()-1); j++){
      |                   ~^~~~~~~~~~~~~~~~~~~~~
support.cpp: In function ‘Rcpp::NumericMatrix psp_cpp(Rcpp::NumericMatrix&, Rcpp::NumericVector&, Rcpp::List, Rcpp::NumericVector&, arma::vec&, int, Rcpp::NumericMatrix&, bool, Rcpp::NumericMatrix&, bool, Rcpp::NumericMatrix&, int, int, int, double, int)’:
support.cpp:1563:10: warning: unused variable ‘gam_shape’ [-Wunused-variable]
 1563 |   double gam_shape=gam_param[0];
      |          ^~~~~~~~~
support.cpp:1564:10: warning: unused variable ‘gam_rate’ [-Wunused-variable]
 1564 |   double gam_rate=gam_param[1];
      |          ^~~~~~~~
support.cpp:1571:8: warning: unused variable ‘cont2’ [-Wunused-variable]
 1571 |   bool cont2 = true; //stopping boolean for inside CCCP loop
      |        ^~~~~
support.cpp:1834:3: warning: label ‘stop’ defined but not used [-Wunused-label]
 1834 |   stop:
      |   ^~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o support.so RcppExports.o herding.o support.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/support/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/support/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/support/src'
installing to /data/gannet/ripley/R/packages/tests-devel/support.Rcheck/00LOCK-support/00new/support/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (support)