* installing *source* package ‘lmSubsets’ ... ** package ‘lmSubsets’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmSubsets/src' g++-14 -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 -DR_NO_REMAP -c lmSubsets.cc -o lmSubsets.o lmSubsets.cc:31:9: warning: "R_NO_REMAP" redefined 31 | #define R_NO_REMAP | ^~~~~~~~~~ <command-line>: note: this is the location of the previous definition 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>&, int, std::vector<int>&)': 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<Scalar, NodeXfer>::dca_state_base(matrix_cspan, int, const NodeXfer&) [with Scalar = double; NodeXfer = mcs::subset::detail::dca_preo::radius<double, mcs::subset::detail::dca_preo::complete<double>, mcs::subset::detail::dca_preo::null<double> >; matrix_cspan = mcs::core::detail::matrix<const double&>]': include/mcs/subset/detail/dca_state.hh:251:21: required from 'mcs::subset::detail::dca_state_all<Scalar, NodeXfer>::dca_state_all(matrix_cspan, int, int, const NodeXfer&) [with Scalar = double; NodeXfer = mcs::subset::detail::dca_preo::radius<double, mcs::subset::detail::dca_preo::complete<double>, mcs::subset::detail::dca_preo::null<double> >; matrix_cspan = mcs::core::detail::matrix<const double&>]' 251 | nbest_(nbest) | ^ include/mcs/subset/subset.hh:91:15: required from 'mcs::subset::table_all<Scalar> mcs::subset::subset_all(mcs::core::detail::matrix<const Scalar&>, int, gsl::span<const T>, int, int) [with Scalar = double; table_all<Scalar> = std::vector<std::vector<detail::dca_result<double>, std::allocator<detail::dca_result<double> > >, std::allocator<std::vector<detail::dca_result<double>, std::allocator<detail::dca_result<double> > > > >]' 91 | dca_state state(ay_mat, mark, nbest, preo_radius(prad)); | ^~~~~ lmSubsets.cc:217:33: required from here 217 | tab = subset_all<double>(ay_mat, mark, tau, nbest, prad); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/mcs/subset/detail/dca_state.hh:102:19: warning: unused variable 'n' [-Wunused-variable] 102 | const int n = root_size_; | ^ g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -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)