* installing *source* package 'support' ... ** package 'support' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2025_07_18_01_50_00_13420/RtmpW0IWun/R.INSTALL5c306abd5e85/support/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/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-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/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-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I"d:/rtools44/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