* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘lessSEM’ ... ** this is package ‘lessSEM’ version ‘1.5.6’ ** package ‘lessSEM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’ using C++17 make[1]: Entering directory '/tmp/RtmpKmn1q3/R.INSTALL1505573a5d00e2/lessSEM/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from RcppExports.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ../inst/include/lesstimate/include/lesstimate/common_headers.h:21, from ../inst/include/lesstimate/include/lesstimate.h:4: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c SEM.cpp -o SEM.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c WLS.cpp -o WLS.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c callFitFunction.cpp -o callFitFunction.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c cappedL1.cpp -o cappedL1.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from cappedL1.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from cappedL1.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c dataset.cpp -o dataset.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c derivativeStructure.cpp -o derivativeStructure.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c elasticNet.cpp -o elasticNet.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from elasticNet.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from elasticNet.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c generalPurposeElasticNet.cpp -o generalPurposeElasticNet.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from gpFitFramework.h:4, from generalPurposeElasticNet.cpp:3: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from generalPurposeElasticNet.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_cappedL1.cpp -o glmnet_cappedL1.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from glmnet_cappedL1.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_cappedL1.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_generalPurposeMixedPenalty.cpp -o glmnet_generalPurposeMixedPenalty.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from gpFitFramework.h:4, from glmnet_generalPurposeMixedPenalty.cpp:3: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_generalPurposeMixedPenalty.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_lsp.cpp -o glmnet_lsp.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from glmnet_lsp.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_lsp.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_mcp.cpp -o glmnet_mcp.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from glmnet_mcp.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_mcp.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_mixed.cpp -o glmnet_mixed.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from glmnet_mixed.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_mixed.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c glmnet_scad.cpp -o glmnet_scad.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from glmnet_scad.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from glmnet_scad.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c gradients.cpp -o gradients.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c implied.cpp -o implied.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c impliedDerivatives.cpp -o impliedDerivatives.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c ista_generalPurposeMixedPenalty.cpp -o ista_generalPurposeMixedPenalty.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from gpFitFramework.h:4, from ista_generalPurposeMixedPenalty.cpp:3: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ista_generalPurposeMixedPenalty.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c ista_lsp.cpp -o ista_lsp.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from ista_lsp.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ista_lsp.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c ista_mcp.cpp -o ista_mcp.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from ista_mcp.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ista_mcp.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c ista_mixed.cpp -o ista_mixed.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from ista_mixed.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ista_mixed.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c ista_scad.cpp -o ista_scad.o In file included from ../inst/include/lesstimate/include/lesstimate.h:5, from ../inst/include/lessSEM.h:4, from SEMFitFramework.h:4, from ista_scad.cpp:4: ../inst/include/lesstimate/include/lesstimate/ista_class.h: In function ‘lessSEM::fitResults lessSEM::ista(model&, numericVector, proximalOperator<T>&, penalty<T>&, smoothPenalty<U>&, const T&, const U&, const control&)’: ../inst/include/lesstimate/include/lesstimate/ista_class.h:306:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:518, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32, from ista_scad.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:318:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 318 | if (!arma::is_finite(penalizedFit_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/ista_class.h:369:31: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 369 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:10, from ../inst/include/lesstimate/include/lesstimate.h:7: ../inst/include/lesstimate/include/lesstimate/bfgs.h: In function ‘arma::mat lessSEM::BFGS(const arma::rowvec&, const arma::rowvec&, const arma::mat&, const arma::rowvec&, const arma::rowvec&, bool, double, bool)’: ../inst/include/lesstimate/include/lesstimate/bfgs.h:71:25: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 71 | if (!arma::is_finite(Hessian_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h: In function ‘arma::rowvec lessSEM::glmnetLineSearch(model&, nonsmoothPenalty&, smoothPenalty&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const tuning&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:306:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 306 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/glmnet_class.h:346:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 346 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:9, from ../inst/include/lesstimate/include/lesstimate.h:8: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h: In member function ‘double lessSEM::penaltyMcpGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersMcpGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_mcp.h:282:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 282 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate/glmnet_penalties.h:10: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h: In member function ‘double lessSEM::penaltyLSPGlmnet::getZ(unsigned int, const arma::rowvec&, const arma::rowvec&, const arma::rowvec&, const arma::mat&, const lessSEM::tuningParametersLspGlmnet&)’: ../inst/include/lesstimate/include/lesstimate/glmnet_lsp.h:216:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 216 | if (!arma::is_finite(z[i])) | ~~~~~~~~~~~~~~~^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ In file included from ../inst/include/lesstimate/include/lesstimate.h:9: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h: In function ‘arma::rowvec lessSEM::bfgsLineSearch(model&, smoothPenalty<T>&, const arma::rowvec&, const stringVector&, const arma::rowvec&, double, const arma::rowvec&, const arma::mat&, const T&, double, double, double, int, int)’: ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:188:27: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 188 | if (!arma::is_finite(fit_k)) | ~~~~~~~~~~~~~~~^~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr) | ^~~~~~~~~ ../inst/include/lesstimate/include/lesstimate/bfgsOptim.h:226:29: warning: ‘bool arma::is_finite(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>; typename T1::elem_type = double]’ is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 226 | if (!arma::is_finite(gradients_k)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base<typename T1::elem_type,T1>& X) | ^~~~~~~~~ g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c logicalMatch.cpp -o logicalMatch.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c mgSEM.cpp -o mgSEM.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c multivariateNormal.cpp -o multivariateNormal.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c parameters.cpp -o parameters.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppParallel/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -I../inst/include/ -fpic -g -O2 -Wall -pedantic -mtune=native -c scores.cpp -o scores.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o lessSEM.so RcppExports.o SEM.o WLS.o callFitFunction.o cappedL1.o dataset.o derivativeStructure.o elasticNet.o generalPurposeElasticNet.o glmnet_cappedL1.o glmnet_generalPurposeMixedPenalty.o glmnet_lsp.o glmnet_mcp.o glmnet_mixed.o glmnet_scad.o gradients.o implied.o impliedDerivatives.o ista_generalPurposeMixedPenalty.o ista_lsp.o ista_mcp.o ista_mixed.o ista_scad.o logicalMatch.o mgSEM.o multivariateNormal.o parameters.o scores.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpKmn1q3/R.INSTALL1505573a5d00e2/lessSEM/src' make[1]: Entering directory '/tmp/RtmpKmn1q3/R.INSTALL1505573a5d00e2/lessSEM/src' make[1]: Leaving directory '/tmp/RtmpKmn1q3/R.INSTALL1505573a5d00e2/lessSEM/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-lessSEM/00new/lessSEM/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 (lessSEM)