* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘tidylda’ ...
** this is package ‘tidylda’ version ‘0.0.5’
** package ‘tidylda’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (7)’
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpahVT7s/R.INSTALL13d6312c4f17d5/tidylda/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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang-19 -std=gnu23 -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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppThread/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -DARMA_64BIT_WORD=1 -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c lda_gibbs2.cpp -o lda_gibbs2.o
In file included from lda_gibbs2.cpp:18:
./sample_int.h:57:37: warning: 'from<double, arma::subview<double>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
   57 |   double u = arma::conv_to<double>::from(lqvec.tail(1L));
      |                                     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<double, arma::subview<double>>' has been explicitly marked deprecated here
   33 |   [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
      |     ^
In file included from lda_gibbs2.cpp:18:
./sample_int.h:86:37: warning: 'from<double, arma::subview<double>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations]
   86 |   double u = arma::conv_to<double>::from(qvec.tail(1L));
      |                                     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_conv_to.hpp:33:5: note: 'from<double, arma::subview<double>>' has been explicitly marked deprecated here
   33 |   [[deprecated("replace conv_to<...>::from(X) with as_scalar(X)")]] inline static out_eT from(const Base<in_eT, T1>& in, const typename arma_not_cx<in_eT>::result* junk = nullptr);
      |     ^
2 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o tidylda.so RcppExports.o init.o lda_gibbs2.o -fopenmp -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/RtmpahVT7s/R.INSTALL13d6312c4f17d5/tidylda/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpahVT7s/R.INSTALL13d6312c4f17d5/tidylda/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpahVT7s/R.INSTALL13d6312c4f17d5/tidylda/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-tidylda/00new/tidylda/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (tidylda)