* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘resemble’ ... ** this is package ‘resemble’ version ‘2.2.4’ ** package ‘resemble’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (7)’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmppIL2cT/R.INSTALL2c71dd4dc71ac2/resemble/src' clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include -I. -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 -fopenmp -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../inst/include -I. -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c diss_helpers.cpp -o diss_helpers.o diss_helpers.cpp:233:7: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations] 233 | x.min(index); // don't assign result to a value since we are interested only in the index | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:544:5: note: 'min' has been explicitly marked deprecated here 544 | [[deprecated("use .index_min() instead")]] inline eT min(uword& index_of_min_val) const; | ^ diss_helpers.cpp:280:7: warning: 'min' is deprecated: use .index_min() instead [-Wdeprecated-declarations] 280 | x.min(index); // don't assign result to a value since we are interested only in the index | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/Mat_bones.hpp:544:5: note: 'min' has been explicitly marked deprecated here 544 | [[deprecated("use .index_min() instead")]] inline eT min(uword& index_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../inst/include -I. -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 -fopenmp -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c regression_methods.cpp -o regression_methods.o regression_methods.cpp:163:43: warning: 'from<double, arma::Glue<arma::Mat<double>, arma::eGlue<arma::subview_col<double>, arma::subview_col<double>, arma::eglue_minus>, arma::glue_cor>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations] 163 | w(i, 0) += arma::conv_to<double>::from(arma::cor(Y, X.col(i) - X.col(j))); | ^ /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::Glue<arma::Mat<double>, arma::eGlue<arma::subview_col<double>, arma::subview_col<double>, arma::eglue_minus>, arma::glue_cor>>' 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); | ^ regression_methods.cpp:164:43: warning: 'from<double, arma::Glue<arma::Mat<double>, arma::eGlue<arma::subview_col<double>, arma::subview_col<double>, arma::eglue_minus>, arma::glue_cor>>' is deprecated: replace conv_to<...>::from(X) with as_scalar(X) [-Wdeprecated-declarations] 164 | w(j, 0) -= arma::conv_to<double>::from(arma::cor(Y, X.col(i) - X.col(j))); | ^ /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::Glue<arma::Mat<double>, arma::eGlue<arma::subview_col<double>, arma::subview_col<double>, arma::eglue_minus>, arma::glue_cor>>' 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 resemble.so RcppExports.o diss_helpers.o regression_methods.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmppIL2cT/R.INSTALL2c71dd4dc71ac2/resemble/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmppIL2cT/R.INSTALL2c71dd4dc71ac2/resemble/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmppIL2cT/R.INSTALL2c71dd4dc71ac2/resemble/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-resemble/00new/resemble/libs ** R ** 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 (resemble)