* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘bayesEO’ ...
** package ‘bayesEO’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.6 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpg56TUM/R.INSTALL7e91364a48181/bayesEO/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c bayes_smooth.cpp -o bayes_smooth.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.
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c label_class.cpp -o label_class.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -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.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o bayesEO.so RcppExports.o bayes_smooth.o label_class.o other_smoothers.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpg56TUM/R.INSTALL7e91364a48181/bayesEO/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpg56TUM/R.INSTALL7e91364a48181/bayesEO/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpg56TUM/R.INSTALL7e91364a48181/bayesEO/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/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)