* installing *source* package ‘lmSubsets’ ... ** package ‘lmSubsets’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmSubsets/src' g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iinclude -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 lmSubsets.cc -o lmSubsets.o In file included from include/mcs/subset/detail/dca_node.hh:42, from include/mcs/subset/detail/dca_preo.hh:30, from include/mcs/subset/abba.hh:40, from lmSubsets.cc:45: include/mcs/subset/detail/dca_subset.hh: In static member function 'static void mcs::subset::detail::dca_subset::drop_column(const std::vector&, int, std::vector&)': include/mcs/subset/detail/dca_subset.hh:55:19: warning: unused variable 'n' [-Wunused-variable] 55 | const int n = subset.size(); | ^ In file included from include/mcs/subset/detail/dca_preo.hh:32: include/mcs/subset/detail/dca_state.hh: In instantiation of 'mcs::subset::detail::dca_state_base::dca_state_base(matrix_cspan, int, const NodeXfer&) [with Scalar = double; NodeXfer = mcs::subset::detail::dca_preo::radius, mcs::subset::detail::dca_preo::null >; matrix_cspan = mcs::core::detail::matrix]': include/mcs/subset/detail/dca_state.hh:251:21: required from 'mcs::subset::detail::dca_state_all::dca_state_all(matrix_cspan, int, int, const NodeXfer&) [with Scalar = double; NodeXfer = mcs::subset::detail::dca_preo::radius, mcs::subset::detail::dca_preo::null >; matrix_cspan = mcs::core::detail::matrix]' include/mcs/subset/subset.hh:91:15: required from 'mcs::subset::table_all mcs::subset::subset_all(mcs::core::detail::matrix, int, gsl::span, int, int) [with Scalar = double; table_all = std::vector, std::allocator > >, std::allocator, std::allocator > > > >]' lmSubsets.cc:217:33: required from here include/mcs/subset/detail/dca_state.hh:102:19: warning: unused variable 'n' [-Wunused-variable] 102 | const int n = root_size_; | ^ g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o lmSubsets.so lmSubsets.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmSubsets/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmSubsets/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmSubsets/src' installing to /data/gannet/ripley/R/packages/tests-devel/lmSubsets.Rcheck/00LOCK-lmSubsets/00new/lmSubsets/libs ** R ** data ** 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 (lmSubsets)