* installing *source* package ‘bayesEO’ ...
** package ‘bayesEO’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 19.1.1’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/bayesEO/src'
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c bayes_smooth.cpp -o bayes_smooth.o
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c label_class.cpp -o label_class.o
bayes_smooth.cpp:112:13: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  112 |             n.n_rows = k;
      |             ^
bayes_smooth.cpp:101:9: note: previous statement is here
  101 |         for (arma::uword j = 0; j < w.n_cols; ++j)
      |         ^
1 warning generated.
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c other_smoothers.cpp -o other_smoothers.o
other_smoothers.cpp:42:13: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   42 |             n.n_rows = k;
      |             ^
other_smoothers.cpp:32:9: note: previous statement is here
   32 |         for (arma::uword j = 0; j < w.n_cols; ++j)
      |         ^
other_smoothers.cpp:91:13: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   91 |             return res;
      |             ^
other_smoothers.cpp:73:9: note: previous statement is here
   73 |         for (arma::uword i = 0; i < m_nrow; ++i)
      |         ^
other_smoothers.cpp:131:13: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  131 |             return res;
      |             ^
other_smoothers.cpp:110:9: note: previous statement is here
  110 |         for (arma::uword i = 0; i < m_nrow; ++i)
      |         ^
3 warnings generated.
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o bayesEO.so RcppExports.o bayes_smooth.o label_class.o other_smoothers.o -fopenmp -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/bayesEO/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/bayesEO/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/bayesEO/src'
installing to /data/gannet/ripley/R/packages/tests-clang/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)