* installing *source* package 'lmSubsets' ... ** this is package 'lmSubsets' version '0.5-3' ** using staged installation ** libs specified C++17 using C++ compiler: 'g++.exe (GCC) 14.3.0' using C++17 g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinclude -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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:44: 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:250: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]' 250 | nbest_(nbest) | ^ 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 > > > >]' 91 | dca_state state(ay_mat, mark, nbest, preo_radius(prad)); | ^~~~~ lmSubsets.cc:216:33: required from here 216 | tab = subset_all(ay_mat, mark, tau, nbest, prad); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/mcs/subset/detail/dca_state.hh:101:19: warning: unused variable 'n' [-Wunused-variable] 101 | const int n = root_size_; | ^ g++ -shared -s -static-libgcc -o lmSubsets.dll tmp.def lmSubsets.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-lmSubsets/00new/lmSubsets/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lmSubsets)