* installing *source* package ‘qshap’ ... ** this is package ‘qshap’ version ‘1.0’ ** package ‘qshap’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’ using C++17 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qshap/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 -DNDEBUG -DEIGEN_NO_DEBUG -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 -DNDEBUG -DEIGEN_NO_DEBUG -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 qshap.cpp -o qshap.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 -DNDEBUG -DEIGEN_NO_DEBUG -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 utils.cpp -o utils.o utils.cpp: In function ‘void traversal_weight(const Eigen::VectorXd&, int, Eigen::VectorXd&, const Eigen::VectorXi&, const Eigen::VectorXi&, const Eigen::VectorXi&, const Eigen::VectorXd&, const Eigen::VectorXd&, const Eigen::VectorXi&, Eigen::MatrixXd&, Eigen::MatrixXi&, int, Eigen::VectorXi&)’: utils.cpp:158:16: warning: unused variable ‘root_calls’ [-Wunused-variable] 158 | static int root_calls = 0; | ^~~~~~~~~~ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o qshap.so RcppExports.o qshap.o utils.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qshap/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/qshap/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/qshap/src' installing to /data/gannet/ripley/R/packages/tests-devel/qshap.Rcheck/00LOCK-qshap/00new/qshap/libs ** R ** 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 (qshap)