* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘lmSubsets’ ...
** this is package ‘lmSubsets’ version ‘0.5-2’
** package ‘lmSubsets’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBQf85Q/R.INSTALL3dd189571ee0b/lmSubsets/src'
g++-14 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -Iinclude -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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>&, 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/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o lmSubsets.so lmSubsets.o -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBQf85Q/R.INSTALL3dd189571ee0b/lmSubsets/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBQf85Q/R.INSTALL3dd189571ee0b/lmSubsets/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBQf85Q/R.INSTALL3dd189571ee0b/lmSubsets/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-lmSubsets/00new/lmSubsets/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘lmSubsets’
finding HTML links ... done
AIC.lmSubsets html
AirPollution html
BIC.lmSubsets html
IbkTemperature html
coef.lmSubsets html
deviance.lmSubsets html
fitted.lmSubsets html
formula.lmSubsets html
image.lmSubsets html
lmSelect html
lmSelect.lmSubsets html
lmSelect.matrix html
lmSelect_fit html
lmSubsets-package html
lmSubsets html
lmSubsets.matrix html
lmSubsets_fit html
logLik.lmSubsets html
model.frame.lmSubsets html
model.matrix.lmSubsets html
model_response html
model_response.lmSubsets html
plot.lmSubsets html
refit html
refit.lmSubsets html
residuals.lmSubsets html
sigma.lmSubsets html
summary.lmSubsets html
variable.names.lmSubsets html
vcov.lmSubsets html
** 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)