* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘EstMix’ ...
** this is package ‘EstMix’ version ‘1.0.1’
** package ‘EstMix’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpb3pg0W/R.INSTALL1de1be162e17e/EstMix/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 -Wdeprecated-literal-operator  -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 -Wdeprecated-literal-operator  -c calcll_1d_baf.cpp -o calcll_1d_baf.o
calcll_1d_baf.cpp:51:28: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   51 |           lmax_baf = L_baf.min(row,col);
      |                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_1d_baf.cpp:56:22: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   56 |       L(i,j) = L_tot.min(row,col);
      |                      ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_1d_baf.cpp:18:10: warning: variable 'Var' set but not used [-Wunused-but-set-variable]
   18 |   double Var;
      |          ^
3 warnings 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 -Wdeprecated-literal-operator  -c calcll_baf.cpp -o calcll_baf.o
calcll_baf.cpp:55:28: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   55 |           lmax_baf = L_baf.min(row,col);
      |                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_baf.cpp:61:22: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   61 |       L(i,j) = L_tot.min(row,col);
      |                      ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_baf.cpp:18:10: warning: variable 'Var' set but not used [-Wunused-but-set-variable]
   18 |   double Var;
      |          ^
3 warnings 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 -Wdeprecated-literal-operator  -c calcll_cpp.cpp -o calcll_cpp.o
calcll_cpp.cpp:54:28: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   54 |           lmax_baf = L_baf.min(row,col);
      |                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_cpp.cpp:61:22: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   61 |       L(i,j) = L_tot.min(row,col);
      |                      ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
2 warnings 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 -Wdeprecated-literal-operator  -c calcll_p1_cpp.cpp -o calcll_p1_cpp.o
calcll_p1_cpp.cpp:57:28: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   57 |           lmax_baf = L_baf.min(row,col);
      |                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
calcll_p1_cpp.cpp:66:22: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   66 |       L(i,j) = L_tot.min(row,col);
      |                      ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:547:5: note: 'min' has been explicitly marked deprecated here
  547 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val) const;
      |     ^
2 warnings 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 -Wdeprecated-literal-operator  -c calcll_p3.cpp -o calcll_p3.o
calcll_p3.cpp:62:32: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   62 |               lmax_baf = L_baf.min(row,col,slice);L_tot(r1,r2,r3) += lmax_baf;
      |                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Cube_bones.hpp:393:5: note: 'min' has been explicitly marked deprecated here
  393 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val, uword& slice_of_min_val) const;
      |     ^
calcll_p3.cpp:64:26: warning: 'min' is deprecated: use .index_min() with ind2sub() instead [-Wdeprecated-declarations]
   64 |         L(i,j,k) = L_tot.min(row,col,slice);
      |                          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Cube_bones.hpp:393:5: note: 'min' has been explicitly marked deprecated here
  393 |   [[deprecated("use .index_min() with ind2sub() instead")]] inline eT min(uword& row_of_min_val, uword& col_of_min_val, uword& slice_of_min_val) const;
      |     ^
2 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o EstMix.so RcppExports.o calcll_1d_baf.o calcll_baf.o calcll_cpp.o calcll_p1_cpp.o calcll_p3.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpb3pg0W/R.INSTALL1de1be162e17e/EstMix/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpb3pg0W/R.INSTALL1de1be162e17e/EstMix/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpb3pg0W/R.INSTALL1de1be162e17e/EstMix/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-EstMix/00new/EstMix/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (EstMix)