* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘sommer’ ...
** this is package ‘sommer’ version ‘4.3.6’
** package ‘sommer’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.6 (1+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp60qWyU/R.INSTALL3a82e44039a845/sommer/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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c MNR.cpp -o MNR.o
MNR.cpp:306:7: warning: unused variable 'p' [-Wunused-variable]
  306 |   int p = X.n_cols;
      |       ^
MNR.cpp:1299:12: warning: unused variable 'ok' [-Wunused-variable]
 1299 |       bool ok = log_det(val, sign, arma::mat(Ai[i])); // calculate the logDet of the covariance matrix
      |            ^~
MNR.cpp:1522:14: warning: unused variable 'ok' [-Wunused-variable]
 1522 |         bool ok = log_det(val, sign, theta(i));  // form 2
      |              ^~
MNR.cpp:1528:10: warning: unused variable 'ok' [-Wunused-variable]
 1528 |     bool ok = log_det(val, sign, theta(nRRe-1));  // form 2
      |          ^~
4 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'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o sommer.so MNR.o RcppExports.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/Rtmp60qWyU/R.INSTALL3a82e44039a845/sommer/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp60qWyU/R.INSTALL3a82e44039a845/sommer/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp60qWyU/R.INSTALL3a82e44039a845/sommer/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-sommer/00new/sommer/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (sommer)