* installing *source* package ‘CaseBasedReasoning’ ...
** this is package ‘CaseBasedReasoning’ version ‘0.4.1’
** package ‘CaseBasedReasoning’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/CaseBasedReasoning/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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 distanceAPI.cpp -o distanceAPI.o
In file included from distanceAPI.h:7,
                 from distanceAPI.cpp:1:
distance/distance.h: In member function ‘virtual double rfDepthDistance::calc_distance(const arma::subview_row<double>&, const arma::subview_row<double>&) const’:
distance/distance.h:60:17: warning: variable ‘nTree’ set but not used [-Wunused-but-set-variable=]
   60 |     std::size_t nTree = 0;
      |                 ^~~~~
distanceAPI.cpp: In member function ‘arma::mat weightedXYDistanceAPI::calculate_distance(arma::mat&, arma::mat&)’:
distanceAPI.cpp:46:7: warning: unused variable ‘ncols’ [-Wunused-variable]
   46 |   int ncols = y.n_rows;
      |       ^~~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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 distances.cpp -o distances.o
In file included from distanceAPI.h:7,
                 from distances.cpp:4:
distance/distance.h: In member function ‘virtual double rfDepthDistance::calc_distance(const arma::subview_row<double>&, const arma::subview_row<double>&) const’:
distance/distance.h:60:17: warning: variable ‘nTree’ set but not used [-Wunused-but-set-variable=]
   60 |     std::size_t nTree = 0;
      |                 ^~~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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 order.cpp -o order.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/RcppParallel/include' -I/usr/local/include   -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-dev/RcppParallel/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 weightedKNN.cpp -o weightedKNN.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o CaseBasedReasoning.so RcppExports.o distanceAPI.o distances.o order.o weightedKNN.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/CaseBasedReasoning/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/CaseBasedReasoning/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/CaseBasedReasoning/src'
installing to /data/localhost/ripley/R/packages/tests-devel/CaseBasedReasoning.Rcheck/00LOCK-CaseBasedReasoning/00new/CaseBasedReasoning/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (CaseBasedReasoning)