* installing *source* package ‘QuadratiK’ ...
** this is package ‘QuadratiK’ version ‘1.1.3’
** package ‘QuadratiK’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/QuadratiK/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/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
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/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 kernel_function.cpp -o kernel_function.o
kernel_function.cpp: In function ‘Eigen::VectorXd var_k(const Eigen::MatrixXd&, const Eigen::VectorXd&, const Eigen::VectorXd&)’:
kernel_function.cpp:378:8: warning: unused variable ‘n’ [-Wunused-variable]
  378 |    int n = Kcen.rows();
      |        ^
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o QuadratiK.so RcppExports.o kernel_function.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/QuadratiK/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/QuadratiK/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/QuadratiK/src'
installing to /data/gannet/ripley/R/packages/tests-devel/QuadratiK.Rcheck/00LOCK-QuadratiK/00new/QuadratiK/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (QuadratiK)