* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘UComp’ ...
** this is package ‘UComp’ version ‘5.1.1’
** package ‘UComp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9BtuLR/R.INSTALL26e0d45fdaf873/UComp/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c UCompC.cpp -o UCompC.o
In file included from UCompC.cpp:6:
In file included from ./BSMmodel.h:19:
./SSpace.h:578:10: warning: 'is_finite<arma::subview<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
  578 |     if (!is_finite(data->y.row(t))){
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:178:3: note: 'is_finite<arma::subview<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from UCompC.cpp:6:
In file included from ./BSMmodel.h:19:
./SSpace.h:713:13: warning: 'is_finite<arma::subview<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
  713 |     miss = !is_finite(data->y.row(t));
      |             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:178:3: note: 'is_finite<arma::subview<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from UCompC.cpp:6:
In file included from ./BSMmodel.h:19:
./SSpace.h:849:12: warning: 'is_finite<arma::subview<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
  849 |       if (!is_finite(data->y.row(t))){
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:178:3: note: 'is_finite<arma::subview<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from UCompC.cpp:6:
In file included from ./BSMmodel.h:19:
./SSpace.h:1032:10: warning: 'is_finite<arma::subview<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
 1032 |     if (!is_finite(data.y.row(t))){
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:178:3: note: 'is_finite<arma::subview<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from UCompC.cpp:6:
In file included from ./BSMmodel.h:19:
./SSpace.h:1128:11: warning: 'is_finite<arma::subview<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
 1128 |       if (is_finite(data.y.row(t))){
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:178:3: note: 'is_finite<arma::subview<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1008:17: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1008 |             if (is_finite(m->comp(t, 1))){
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1037:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1037 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1048:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1048 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1061:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1061 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1074:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1074 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1088:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1088 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1113:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1113 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1121:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1121 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1131:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1131 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1141:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1141 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1153:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1153 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1165:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1165 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1177:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1177 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1196:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1196 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
In file included from UCompC.cpp:7:
./ETSmodel.h:1209:25: warning: 'is_finite<double>' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations]
 1209 |                     if (is_finite(m->comp(t, 1))){
      |                         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)")]]
      |   ^
20 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o UComp.so RcppExports.o UCompC.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9BtuLR/R.INSTALL26e0d45fdaf873/UComp/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp9BtuLR/R.INSTALL26e0d45fdaf873/UComp/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp9BtuLR/R.INSTALL26e0d45fdaf873/UComp/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-UComp/00new/UComp/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (UComp)