* installing *source* package ‘bayesEO’ ...
** package ‘bayesEO’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bayesEO/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -fopenmp -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 RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -fopenmp -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 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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -fopenmp -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 label_class.cpp -o label_class.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0  -fopenmp -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 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/usr/local/gcc14/lib64 -L/usr/local/lib64 -o bayesEO.so RcppExports.o bayes_smooth.o label_class.o other_smoothers.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bayesEO/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bayesEO/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bayesEO/src'
installing to /data/gannet/ripley/R/packages/tests-devel/bayesEO.Rcheck/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)