* installing *source* package 'XDNUTS' ... ** this is package 'XDNUTS' version '1.6.2' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from RcppExports.cpp:4: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dnuts.cpp -o dnuts.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from dnuts.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ dnuts.cpp: In function 'Rcpp::DataFrame trajectories(const Rcpp::NumericVector&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const Rcpp::RObject&, const Rcpp::RObject&, const unsigned int&)': dnuts.cpp:877:34: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 877 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:918:27: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 918 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:930:29: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 930 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:942:32: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 942 | if(!arma::is_finite(out(i,2*d+1))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1002:34: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1002 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1051:27: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1051 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1063:29: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1063 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1115:31: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1115 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1129:34: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1129 | if(!arma::is_finite(out(i,2*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1200:34: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1200 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1341:36: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1341 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1383:29: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1383 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1395:31: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1395 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1408:34: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1408 | if(!arma::is_finite(out(i,2*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1468:36: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1468 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1516:29: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1516 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1528:31: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1528 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1579:33: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1579 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1593:36: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1593 | if(!arma::is_finite(out(i,2*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1665:36: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1665 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1717:29: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1717 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1729:31: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1729 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1742:34: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1742 | if(!arma::is_finite(out(i,2*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1802:36: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1802 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ dnuts.cpp:1855:29: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1855 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1867:31: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1867 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:1918:33: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1918 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ dnuts.cpp:1932:36: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1932 | if(!arma::is_finite(out(i,2*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ dnuts.cpp:2003:36: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2003 | sum_H = arma::log_add_exp(sum_H,-out(i,2*d+1)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c epsilon_adapt.cpp -o epsilon_adapt.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from epsilon_adapt.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ epsilon_adapt.cpp: In function 'void adapt_stepsize(arma::vec&, const Rcpp::Function&, const Rcpp::List&, double&, const unsigned int&, const unsigned int&, arma::uvec&, const Rcpp::List&, const unsigned int&, const double&, const unsigned int&)': epsilon_adapt.cpp:139:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 139 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:146:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 146 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:152:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 152 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:234:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 234 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:242:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 242 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:248:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 248 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:327:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 327 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:335:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 335 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:341:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 341 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp: In function 'void adapt_stepsize(arma::vec&, const Rcpp::Function&, const Rcpp::List&, double&, const unsigned int&, const unsigned int&, arma::uvec&, const Rcpp::List&, const unsigned int&, const double&, const unsigned int&, const arma::vec&, arma::vec&, const arma::vec&, arma::vec&)': epsilon_adapt.cpp:520:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 520 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:543:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 543 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:578:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 578 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:585:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 585 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:592:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 592 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:688:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 688 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:711:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 711 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:746:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 746 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:753:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 753 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:760:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 760 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:851:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 851 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:874:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 874 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:909:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 909 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:916:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 916 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:923:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 923 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp: In function 'void adapt_stepsize(arma::vec&, const Rcpp::Function&, const Rcpp::List&, double&, const unsigned int&, const unsigned int&, arma::uvec&, const Rcpp::List&, const unsigned int&, const double&, const unsigned int&, const arma::mat&, arma::vec&, const arma::mat&, arma::vec&)': epsilon_adapt.cpp:1112:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1112 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1135:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1135 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1170:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1170 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1177:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1177 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1184:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1184 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1278:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1278 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1301:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1301 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1336:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1336 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1343:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1343 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1350:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1350 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1442:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1442 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1465:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1465 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1500:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1500 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1507:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1507 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_adapt.cpp:1514:30: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1514 | if(!arma::is_finite(gain)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c epsilon_init.cpp -o epsilon_init.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from epsilon_init.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ epsilon_init.cpp: In function 'double init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&)': epsilon_init.cpp:62:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 62 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:104:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 104 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'double init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&, const arma::vec&)': epsilon_init.cpp:175:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 175 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:217:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 217 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'double init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&, const arma::mat&)': epsilon_init.cpp:288:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 288 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:330:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 330 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'arma::vec init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&, arma::uvec&)': epsilon_init.cpp:412:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 412 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:440:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 440 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:503:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 503 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:554:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 554 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'arma::vec init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&)': epsilon_init.cpp:642:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 642 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:670:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 670 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:733:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 733 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:784:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 784 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'arma::vec init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&)': epsilon_init.cpp:872:22: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 872 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:900:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 900 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:963:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 963 | if(!arma::is_finite(H1)){ | ~~~~~~~~~~~~~~~^~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:1014:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1014 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'arma::vec init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, arma::uvec&)': epsilon_init.cpp:1093:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1093 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:1154:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1154 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp: In function 'arma::vec init_epsilon(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const unsigned int&, arma::uvec&, const arma::vec&)': epsilon_init.cpp:1233:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1233 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ epsilon_init.cpp:1294:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1294 | if(!arma::is_finite(delta_U)){ | ~~~~~~~~~~~~~~~^~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c globals.cpp -o globals.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from globals.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c globals_functions.cpp -o globals_functions.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from globals_functions.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c globals_interact.cpp -o globals_interact.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from globals_interact.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c leapfrog.cpp -o leapfrog.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from leapfrog.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, arma::uvec)': leapfrog.cpp:33:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 33 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:45:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 45 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp:98:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 98 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:108:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 108 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, arma::uvec, const arma::vec&, const arma::vec&)': leapfrog.cpp:164:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 164 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:175:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 175 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp:228:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 228 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:238:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 238 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, arma::uvec, const arma::mat&, const arma::vec&)': leapfrog.cpp:294:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 294 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:305:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 305 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp:358:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 358 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:368:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 368 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&)': leapfrog.cpp:421:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 421 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:432:23: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 432 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:441:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 441 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const arma::vec&)': leapfrog.cpp:488:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 488 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:499:23: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 499 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:508:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 508 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ leapfrog.cpp: In function 'void leapfrog(arma::vec&, arma::vec&, double&, arma::vec&, const double&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const arma::mat&)': leapfrog.cpp:555:21: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 555 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:566:23: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 566 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ leapfrog.cpp:575:26: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 575 | if(!arma::is_finite(lsw)){ | ~~~~~~~~~~~~~~~^~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mcmc.cpp -o mcmc.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from mcmc.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c recursive_tree.cpp -o recursive_tree.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from recursive_tree.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&)': recursive_tree.cpp:44:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 44 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:97:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 97 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:107:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 107 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:200:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 200 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&)': recursive_tree.cpp:254:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 254 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:306:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 306 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:316:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 316 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:411:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 411 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&)': recursive_tree.cpp:464:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 464 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:516:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 516 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:526:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 526 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:621:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 621 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const unsigned int&)': recursive_tree.cpp:671:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 671 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:723:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 723 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:733:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 733 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:826:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 826 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:883:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 883 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:935:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 935 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:945:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 945 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1039:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1039 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:1096:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1096 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1148:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 1148 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:1158:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1158 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1251:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1251 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&)': recursive_tree.cpp:1309:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1309 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1383:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1383 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const arma::vec&)': recursive_tree.cpp:1431:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1431 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1505:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1505 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const arma::mat&)': recursive_tree.cpp:1551:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1551 | if(!arma::is_finite(sub_tree(6*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1625:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1625 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&)': recursive_tree.cpp:1673:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1673 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1749:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1749 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:1805:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1805 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:1881:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1881 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const arma::mat&, const unsigned int&)': recursive_tree.cpp:1935:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 1935 | if(!arma::is_finite(sub_tree((5+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:2011:48: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2011 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&)': recursive_tree.cpp:2101:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2101 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const arma::vec&)': recursive_tree.cpp:2249:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2249 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const unsigned int&)': recursive_tree.cpp:2402:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2402 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:2556:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2556 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&)': recursive_tree.cpp:2682:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2682 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:2735:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 2735 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:2745:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2745 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:2834:43: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2834 | sub_tree2(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::vec&, const arma::vec&)': recursive_tree.cpp:2903:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2903 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:2956:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 2956 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:2966:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 2966 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3055:42: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3055 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::mat&, const arma::vec&)': recursive_tree.cpp:3121:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3121 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3174:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 3174 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:3184:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3184 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3275:42: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3275 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const unsigned int&)': recursive_tree.cpp:3338:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3338 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3390:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 3390 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:3400:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3400 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3490:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3490 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::vec&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:3562:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3562 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3614:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 3614 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:3624:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3624 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3714:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3714 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::mat&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:3786:23: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3786 | if(arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3838:25: warning: 'bool arma::is_finite(const Base&) [with T1 = Mat; typename T1::elem_type = double]' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations] 3838 | if(arma::is_finite(grad)){ | ~~~~~~~~~~~~~~~^~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:181:1: note: declared here 181 | is_finite(const Base& X) | ^~~~~~~~~ recursive_tree.cpp:3848:28: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 3848 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:3938:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3938 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&)': recursive_tree.cpp:4013:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4013 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4085:42: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4085 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&, const arma::vec&)': recursive_tree.cpp:4153:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4153 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4225:42: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4225 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&, const arma::mat&)': recursive_tree.cpp:4290:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4290 | if(!arma::is_finite(sub_tree(5*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4362:42: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4362 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&, const unsigned int&)': recursive_tree.cpp:4430:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4430 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4503:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4503 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:4577:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4577 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4651:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4651 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const double&, const unsigned int&, const double&, const arma::mat&, const unsigned int&)': recursive_tree.cpp:4720:24: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4720 | if(!arma::is_finite(sub_tree((4+K)*d))){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp:4794:46: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 4794 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const double&)': recursive_tree.cpp:4900:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 4900 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const double&, const arma::vec&)': recursive_tree.cpp:5056:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 5056 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const double&, const unsigned int&)': recursive_tree.cpp:5215:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 5215 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ recursive_tree.cpp: In function 'arma::vec build_tree(arma::vec, const Rcpp::Function&, const Rcpp::List&, const double&, unsigned int, const unsigned int&, arma::uvec&, const double&, const arma::vec&, const unsigned int&)': recursive_tree.cpp:5376:25: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 5376 | if( !arma::is_finite(U)){ | ~~~~~~~~~~~~~~~^~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c single_hmc.cpp -o single_hmc.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from single_hmc.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&)': single_hmc.cpp:76:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 76 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&)': single_hmc.cpp:154:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 154 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&)': single_hmc.cpp:231:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 231 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const unsigned int&)': single_hmc.cpp:307:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 307 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:332:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 332 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&, const unsigned int&)': single_hmc.cpp:420:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 420 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:445:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 445 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&, const unsigned int&)': single_hmc.cpp:533:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 533 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:558:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 558 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&)': single_hmc.cpp:643:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 643 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::vec&)': single_hmc.cpp:713:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 713 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::mat&)': single_hmc.cpp:783:28: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 783 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&)': single_hmc.cpp:856:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 856 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:881:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 881 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::vec&, const unsigned int&)': single_hmc.cpp:962:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 962 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:987:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 987 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp: In function 'Rcpp::List hmc_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::mat&, const unsigned int&)': single_hmc.cpp:1068:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1068 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_hmc.cpp:1093:30: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1093 | lsw = arma::log_add_exp(lsw,lsw2); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c single_nuts.cpp -o single_nuts.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:62, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from single_nuts.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&)': single_nuts.cpp:116:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 116 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&)': single_nuts.cpp:248:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 248 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&)': single_nuts.cpp:380:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 380 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const unsigned int&)': single_nuts.cpp:528:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 528 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::vec&, const arma::vec&, const unsigned int&)': single_nuts.cpp:684:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 684 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const arma::mat&, const arma::vec&, const unsigned int&)': single_nuts.cpp:842:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 842 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&)': single_nuts.cpp:969:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 969 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::vec&)': single_nuts.cpp:1091:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1091 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::mat&)': single_nuts.cpp:1209:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1209 | sub_tree(6*d) = arma::log_add_exp(sub_tree(6*d),sub_tree2(6*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&)': single_nuts.cpp:1348:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1348 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::vec&, const unsigned int&)': single_nuts.cpp:1489:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1489 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const arma::mat&, const unsigned int&)': single_nuts.cpp:1630:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 1630 | sub_tree((5+K)*d) = arma::log_add_exp(sub_tree((5+K)*d),sub_tree2((5+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&)': single_nuts.cpp:2284:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2284 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::vec&, const arma::vec&)': single_nuts.cpp:2421:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2421 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::mat&, const arma::vec&)': single_nuts.cpp:2559:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2559 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const unsigned int&)': single_nuts.cpp:2711:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2711 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::vec&, const arma::vec&, const unsigned int&)': single_nuts.cpp:2875:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 2875 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const unsigned int&, arma::uvec&, const double&, const arma::mat&, const arma::vec&, const unsigned int&)': single_nuts.cpp:3040:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3040 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&)': single_nuts.cpp:3176:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3176 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&, const arma::vec&)': single_nuts.cpp:3302:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3302 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&, const arma::mat&)': single_nuts.cpp:3428:40: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3428 | sub_tree(5*d) = arma::log_add_exp(sub_tree(5*d),sub_tree2(5*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&, const unsigned int&)': single_nuts.cpp:3570:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3570 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&, const arma::vec&, const unsigned int&)': single_nuts.cpp:3717:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3717 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ single_nuts.cpp: In function 'Rcpp::List nuts_singolo(const arma::vec&, const arma::vec&, const Rcpp::Function&, const Rcpp::List&, const double&, const unsigned int&, const unsigned int&, const double&, const arma::mat&, const unsigned int&)': single_nuts.cpp:3866:44: warning: 'typename arma::arma_real_only::result arma::log_add_exp(eT, eT) [with eT = double; typename arma_real_only::result = double]' is deprecated [-Wdeprecated-declarations] 3866 | sub_tree((4+K)*d) = arma::log_add_exp(sub_tree((4+K)*d),sub_tree2((4+K)*d)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:590:1: note: declared here 590 | log_add_exp(eT log_a, eT log_b) | ^~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o XDNUTS.dll tmp.def RcppExports.o dnuts.o epsilon_adapt.o epsilon_init.o globals.o globals_functions.o globals_interact.o leapfrog.o mcmc.o recursive_tree.o single_hmc.o single_nuts.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-XDNUTS/00new/XDNUTS/libs/x64 ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (XDNUTS)