* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘regmed’ ...
** this is package ‘regmed’ version ‘2.1.5’
** package ‘regmed’ 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/Rtmplh676n/R.INSTALL39c161410a142b/regmed/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 mvregmed.cpp -o mvregmed.o
mvregmed.cpp:127:9: warning: unused variable 'ncolA' [-Wunused-variable]
127 | int ncolA = A.n_cols;
| ^~~~~
mvregmed.cpp:129:9: warning: unused variable 'nrowB' [-Wunused-variable]
129 | int nrowB = B.n_rows;
| ^~~~~
mvregmed.cpp:532:7: warning: variable 'rank' set but not used [-Wunused-but-set-variable]
532 | int rank;
| ^
mvregmed.cpp:696:10: warning: unused variable 'pen_loss_end' [-Wunused-variable]
696 | double pen_loss_end = 0.0;
| ^~~~~~~~~~~~
mvregmed.cpp:723:7: warning: unused variable 'nt' [-Wunused-variable]
723 | int nt = vary.n_rows;
| ^~
5 warnings generated.
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 regmed.cpp -o regmed.o
regmed.cpp:501:10: warning: unused variable 'varx_old' [-Wunused-variable]
501 | double varx_old = 0.0;
| ^~~~~~~~
regmed.cpp:502:10: warning: unused variable 'varx_new' [-Wunused-variable]
502 | double varx_new = 0.0;
| ^~~~~~~~
regmed.cpp:503:10: warning: unused variable 'varx_diff' [-Wunused-variable]
503 | double varx_diff = 0.0;
| ^~~~~~~~~
regmed.cpp:507:10: warning: unused variable 'vary_diff' [-Wunused-variable]
507 | double vary_diff = 0.0;
| ^~~~~~~~~
regmed.cpp:514:10: warning: unused variable 'pen_loss_end' [-Wunused-variable]
514 | double pen_loss_end = 0.0;
| ^~~~~~~~~~~~
regmed.cpp:526:10: warning: unused variable 'grad_varx' [-Wunused-variable]
526 | double grad_varx = 0.0;
| ^~~~~~~~~
6 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o regmed.so RcppExports.o mvregmed.o regmed.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/Rtmplh676n/R.INSTALL39c161410a142b/regmed/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmplh676n/R.INSTALL39c161410a142b/regmed/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmplh676n/R.INSTALL39c161410a142b/regmed/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-regmed/00new/regmed/libs
** R
** data
** 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 (regmed)