* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘bayesEO’ ...
** package ‘bayesEO’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpPLhsnu/R.INSTALL330c867e18e526/bayesEO/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c bayes_smooth.cpp -o bayes_smooth.o
bayes_smooth.cpp: In function ‘void neigh_vec(neigh_t&, const arma::mat&, arma::uword, arma::uword, const arma::mat&, arma::uword, arma::uword, arma::uword)’:
bayes_smooth.cpp:101:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  101 |         for (arma::uword j = 0; j < w.n_cols; ++j)
      |         ^~~
bayes_smooth.cpp:112:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  112 |             n.n_rows = k;
      |             ^
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c label_class.cpp -o label_class.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c other_smoothers.cpp -o other_smoothers.o
other_smoothers.cpp: In function ‘void neigh_vec_gauss(neigh_gauss_t&, const arma::mat&, arma::uword, arma::uword, const arma::mat&, arma::uword, arma::uword, arma::uword)’:
other_smoothers.cpp:32:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   32 |         for (arma::uword j = 0; j < w.n_cols; ++j)
      |         ^~~
other_smoothers.cpp:42:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   42 |             n.n_rows = k;
      |             ^
other_smoothers.cpp: In function ‘arma::mat kernel_smoother(const arma::mat&, arma::uword, arma::uword, const arma::mat&, bool)’:
other_smoothers.cpp:73:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   73 |         for (arma::uword i = 0; i < m_nrow; ++i)
      |         ^~~
other_smoothers.cpp:91:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   91 |             return res;
      |             ^~~~~~
other_smoothers.cpp: In function ‘arma::mat bilateral_smoother(const arma::mat&, arma::uword, arma::uword, const arma::mat&, double)’:
other_smoothers.cpp:110:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  110 |         for (arma::uword i = 0; i < m_nrow; ++i)
      |         ^~~
other_smoothers.cpp:131:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  131 |             return res;
      |             ^~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o bayesEO.so RcppExports.o bayes_smooth.o label_class.o other_smoothers.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpPLhsnu/R.INSTALL330c867e18e526/bayesEO/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpPLhsnu/R.INSTALL330c867e18e526/bayesEO/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpPLhsnu/R.INSTALL330c867e18e526/bayesEO/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-bayesEO/00new/bayesEO/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (bayesEO)