* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘sgd’ ...
** this is package ‘sgd’ version ‘1.1.2’
** package ‘sgd’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmppn17KK/R.INSTALL1fbf6252ec8c7f/sgd/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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/bigmemory/include' -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   -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/BH/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/bigmemory/include' -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   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c sgd.cpp -o sgd.o
In file included from sgd.cpp:11:
./sgd/explicit_sgd.h:25:10: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
   25 |     if (!is_finite(grad_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::Mat<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from sgd.cpp:12:
./sgd/implicit_sgd.h:150:10: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
  150 |     if (!is_finite(grad_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::Mat<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from sgd.cpp:13:
./sgd/momentum_sgd.h:27:10: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
   27 |     if (!is_finite(grad_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::Mat<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from sgd.cpp:14:
./sgd/nesterov_sgd.h:27:10: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
   27 |     if (!is_finite(grad_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::Mat<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
In file included from sgd.cpp:15:
./validity-check/validity_check.h:21:8: warning: 'is_finite<arma::Mat<double>>' is deprecated: change arma::is_finite(X) to X.is_finite() [-Wdeprecated-declarations]
   21 |   if (!is_finite(theta)) {
      |        ^
/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::Mat<double>>' has been explicitly marked deprecated here
  178 | [[deprecated("change arma::is_finite(X) to X.is_finite()")]]
      |   ^
5 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o sgd.so RcppExports.o sgd.o -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/Rtmppn17KK/R.INSTALL1fbf6252ec8c7f/sgd/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmppn17KK/R.INSTALL1fbf6252ec8c7f/sgd/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmppn17KK/R.INSTALL1fbf6252ec8c7f/sgd/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-sgd/00new/sgd/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** 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
** 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 (sgd)