* installing *source* package ‘HausdorffGoF’ ...
** this is package ‘HausdorffGoF’ version ‘0.3.0’
** package ‘HausdorffGoF’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/HausdorffGoF/src'
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 Hausdorff1d.cpp -o Hausdorff1d.o
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 Hausdorff2d.cpp -o Hausdorff2d.o
Hausdorff1d.cpp: In function ‘double H_stat_2s_1d_tr_cpp(const Eigen::ArrayXd&, const Eigen::ArrayXd&)’:
Hausdorff1d.cpp:65:10: warning: variable ‘swapped’ set but not used [-Wunused-but-set-variable]
65 | bool swapped = false;
| ^~~~~~~
Hausdorff1d.cpp: In function ‘double H_stat_2s_1d_p_cpp(const Eigen::ArrayXd&, const Eigen::ArrayXd&)’:
Hausdorff1d.cpp:236:9: warning: unused variable ‘loc’ [-Wunused-variable]
236 | int loc = 0, i = 0, start = 0, end_idx = 0, batch = 0;
| ^~~
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 Hausdorffsearch.cpp -o Hausdorffsearch.o
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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
Hausdorffsearch.cpp: In function ‘double hsearch(const Eigen::MatrixXd&, const Eigen::MatrixXd&)’:
Hausdorffsearch.cpp:47:29: warning: unused variable ‘dist’ [-Wunused-variable]
47 | double max_y = 0, h0 = 0, dist = 0, h = 0;
| ^~~~
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 fastCDF.cpp -o fastCDF.o
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 fastCDFOnSample.cpp -o fastCDFOnSample.o
g++ -std=gnu++20 -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/RcppEigen/include' -I/usr/local/include -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 nDDominanceAlone.cpp -o nDDominanceAlone.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o HausdorffGoF.so Hausdorff1d.o Hausdorff2d.o Hausdorffsearch.o RcppExports.o fastCDF.o fastCDFOnSample.o nDDominanceAlone.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/HausdorffGoF/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/HausdorffGoF/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/HausdorffGoF/src'
installing to /data/gannet/ripley/R/packages/tests-devel/HausdorffGoF.Rcheck/00LOCK-HausdorffGoF/00new/HausdorffGoF/libs
** R
** inst
** 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 (HausdorffGoF)