* 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++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpgf7CQr/R.INSTALL57084a8fe72/support/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c herding.cpp -o herding.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.6/BH/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -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 -s -static-libgcc -o support.dll tmp.def RcppExports.o herding.o support.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpgf7CQr/R.INSTALL57084a8fe72/support/src'
make[1]: Entering directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpgf7CQr/R.INSTALL57084a8fe72/support/src'
make[1]: Leaving directory '/d/temp/2025_07_20_01_50_00_20656/Rtmpgf7CQr/R.INSTALL57084a8fe72/support/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-support/00new/support/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'support' as support_0.1.7.zip
* DONE (support)