* installing *source* package ‘hdflex’ ...
** this is package ‘hdflex’ version ‘0.3.1’
** package ‘hdflex’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/hdflex/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c dsc.cpp -o dsc.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c stsc.cpp -o stsc.o
stsc.cpp: In function ‘arma::field<arma::Row<double> > tvc_model_cand_(double, const arma::rowvec&, const arma::rowvec&, arma::vec, arma::vec, arma::cube&, arma::cube&, arma::rowvec&)’:
stsc.cpp:193:45: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  193 |                bool is_na = !arma::is_finite(s_t_j);
      |                              ~~~~~~~~~~~~~~~^~~~~~~
In file included from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo:518,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:32,
                 from stsc.cpp:1:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
stsc.cpp: In function ‘void dsc_score_cands_(arma::rowvec&, double, const arma::rowvec&, const arma::rowvec&, double, int, double, double, double)’:
stsc.cpp:348:29: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  348 |          if (arma::is_finite(forecast_tvc_t(i))) {
      |              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
stsc.cpp: In function ‘Rcpp::List stsc_loop_(const arma::vec&, Rcpp::Nullable<const Rcpp::Matrix<14>&>, Rcpp::Nullable<const Rcpp::Matrix<14>&>, int, arma::vec, arma::vec, bool, arma::rowvec, arma::irowvec, double, int, int, int, bool, Rcpp::Nullable<Rcpp::Vector<13> >, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >)’:
stsc.cpp:880:39: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  880 |                   if (!arma::is_finite(s_t(j))) {
      |                        ~~~~~~~~~~~~~~~^~~~~~~~
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c stsc_parallel.cpp -o stsc_parallel.o
stsc_parallel.cpp: In lambda function:
stsc_parallel.cpp:237:31: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  237 |             if(arma::is_finite(s_t_j)) {
      |                ~~~~~~~~~~~~~~~^~~~~~~
In file included from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo:518,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:32,
                 from stsc_parallel.cpp:1:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
stsc_parallel.cpp: In function ‘void dsc_score_cands_par_(arma::rowvec&, double, const arma::rowvec&, const arma::rowvec&, double, int, double, double, double)’:
stsc_parallel.cpp:390:28: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  390 |         if (arma::is_finite(forecast_tvc_t(i))) {
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
stsc_parallel.cpp: In function ‘Rcpp::List stsc_loop_par_(const arma::vec&, Rcpp::Nullable<const Rcpp::Matrix<14>&>, Rcpp::Nullable<const Rcpp::Matrix<14>&>, int, arma::vec, arma::vec, bool, arma::rowvec, arma::irowvec, double, int, int, int, bool, Rcpp::Nullable<Rcpp::Vector<13> >, int, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >)’:
stsc_parallel.cpp:936:37: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  936 |                 if (!arma::is_finite(s_t(j))) {
      |                      ~~~~~~~~~~~~~~~^~~~~~~~
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c tvc.cpp -o tvc.o
tvc.cpp: In function ‘arma::field<arma::Row<double> > tvc_model_cand(double, const arma::rowvec&, const arma::rowvec&, arma::vec, arma::vec, arma::cube&, arma::cube&, arma::rowvec&)’:
tvc.cpp:185:45: warning: ‘bool arma::is_finite(eT, const typename arma_scalar_only<T>::result*) [with eT = double; typename arma_scalar_only<T>::result = double]’ is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  185 |                bool is_na = !arma::is_finite(s_t_j);
      |                              ~~~~~~~~~~~~~~~^~~~~~~
In file included from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo:518,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:32,
                 from tvc.cpp:1:
/data/gannet/ripley/R/test-dev/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here
  167 | is_finite(const eT x, const typename arma_scalar_only<eT>::result* junk = nullptr)
      | ^~~~~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o hdflex.so RcppExports.o dsc.o init.o stsc.o stsc_parallel.o tvc.o -latomic -lpthread -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/hdflex/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/hdflex/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/hdflex/src'
installing to /data/gannet/ripley/R/packages/tests-devel/hdflex.Rcheck/00LOCK-hdflex/00new/hdflex/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (hdflex)