* using log directory 'd:/Rcompile/CRANpkg/local/4.6/lmSubsets.Rcheck' * using R Under development (unstable) (2026-01-06 r89281 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'lmSubsets/DESCRIPTION' ... OK * this is package 'lmSubsets' version '0.5-2' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'lmSubsets' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.6/lmSubsets.Rcheck/00install.out' for details. * DONE The installation logfile: Warning: SystemRequirements specified C++11: support has been removed * installing *source* package 'lmSubsets' ... ** this is package 'lmSubsets' version '0.5-2' ** package 'lmSubsets' successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++11 using C++ compiler: 'g++.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_01_07_09_26_23_3239/RtmpmS1AL1/R.INSTALL17ca815b7444c/lmSubsets/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -Iinclude -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -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: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/util/function_traits.hh:26, from include/mcs/subset/detail/dca_state.hh:40, from include/mcs/subset/detail/dca_preo.hh:32: include/mcs/util/detail/function_traits.hh: In instantiation of 'struct mcs::util::detail::function_traits::*)(int, double) const noexcept>': include/mcs/util/detail/function_traits.hh:53:8: required from 'struct mcs::util::detail::function_traits >' 53 | struct function_traits : public function_traits | ^~~~~~~~~~~~~~~ include/mcs/subset/detail/dca_state.hh:356:12: required from 'class mcs::subset::detail::dca_state_best, mcs::subset::detail::dca_preo::radius, mcs::subset::detail::dca_preo::null > >' 356 | >::value, | ^~~~~ include/mcs/subset/subset.hh:67:15: required from 'mcs::subset::table_best mcs::subset::subset_best(mcs::core::detail::matrix, int, const CostFunc&, Scalar, int, int) [with Scalar = double; CostFunc = const detail::aic; table_best = std::vector, std::allocator > >]' 67 | dca_state state(ay_mat, mark, cost_func, nbest, preo_radius(prad)); | ^~~~~ lmSubsets.cc:505:52: required from here 505 | subset_best( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 506 | ay_mat, mark, cost_aic, tau, nbest, prad): | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/mcs/util/detail/function_traits.hh:53:58: error: 'operator()' is not a member of 'double (mcs::subset::detail::aic::*)(int, double) const noexcept' 53 | struct function_traits : public function_traits | ^~~~~~~~~~~~~~ include/mcs/subset/detail/dca_state.hh: In instantiation of 'class mcs::subset::detail::dca_state_best, mcs::subset::detail::dca_preo::radius, mcs::subset::detail::dca_preo::null > >': include/mcs/subset/subset.hh:67:15: required from 'mcs::subset::table_best mcs::subset::subset_best(mcs::core::detail::matrix, int, const CostFunc&, Scalar, int, int) [with Scalar = double; CostFunc = const detail::aic; table_best = std::vector, std::allocator > >]' 67 | dca_state state(ay_mat, mark, cost_func, nbest, preo_radius(prad)); | ^~~~~ lmSubsets.cc:505:52: required from here 505 | subset_best( | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 506 | ay_mat, mark, cost_aic, tau, nbest, prad): | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/mcs/subset/detail/dca_state.hh:356:12: error: no type named 'signature' in 'struct mcs::util::detail::function_traits >' 356 | >::value, | ^~~~~ 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]' 251 | 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:217:33: required from here 217 | tab = subset_all(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_; | ^ make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:294: lmSubsets.o] Error 1 make[1]: Leaving directory '/d/temp/2026_01_07_09_26_23_3239/RtmpmS1AL1/R.INSTALL17ca815b7444c/lmSubsets/src' ERROR: compilation failed for package 'lmSubsets' * removing 'd:/Rcompile/CRANpkg/lib/4.6/lmSubsets' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.6/lmSubsets'