* 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: ‘clang version 21.1.1’
using C++ compiler: ‘clang version 21.1.1’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/hdflex/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c dsc.cpp -o dsc.o
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c stsc.cpp -o stsc.o
stsc.cpp:193:36: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  193 |                bool is_na = !arma::is_finite(s_t_j);
      |                                    ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
stsc.cpp:348:20: warning: 'is_finite<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-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
stsc.cpp:880:30: warning: 'is_finite<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-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c stsc_parallel.cpp -o stsc_parallel.o
3 warnings generated.
stsc_parallel.cpp:237:22: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  237 |             if(arma::is_finite(s_t_j)) {
      |                      ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
stsc_parallel.cpp:390:19: warning: 'is_finite<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-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
stsc_parallel.cpp:936:28: warning: 'is_finite<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-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppThread/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include   -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c tvc.cpp -o tvc.o
3 warnings generated.
tvc.cpp:185:36: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
  185 |                bool is_na = !arma::is_finite(s_t_j);
      |                                    ^
/data/gannet/ripley/R/test-clang/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:164:3: note: 'is_finite<double>' has been explicitly marked deprecated here
  164 | [[deprecated("change arma::is_finite(val) to std::isfinite(val)")]]
      |   ^
1 warning generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o hdflex.so RcppExports.o dsc.o init.o stsc.o stsc_parallel.o tvc.o -latomic -lpthread -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/hdflex/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/hdflex/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/hdflex/src'
installing to /data/gannet/ripley/R/packages/tests-clang/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)