* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘DetMCD’ ...
** package ‘DetMCD’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/Rtmpsu7g7t/R.INSTALL1ec4504b88baf7/DetMCD/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/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/RcppEigen/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -DEIGEN_DONT_PARALLELIZE  -fpic  -g -O3 -Wall -pedantic  -c DetMCD_1.cpp -o DetMCD_1.o
DetMCD_1.cpp:46:21: warning: variable 'wright' set but not used [-Wunused-but-set-variable]
   46 |         int64_t wleft,wmid,wright,w_tot,wrest=0;
      |                            ^
DetMCD_1.cpp:338:24: warning: unused variable 'p' [-Wunused-variable]
  338 |         const int n=xi.rows(),p=xi.cols(),h0=hsup.rows(),S=hsup.cols(); 
      |                               ^
2 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/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/RcppEigen/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -DEIGEN_DONT_PARALLELIZE  -fpic  -g -O3 -Wall -pedantic  -c DetMCD_2.cpp -o DetMCD_2.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/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/RcppEigen/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -DEIGEN_DONT_PARALLELIZE  -fpic  -g -O3 -Wall -pedantic  -c DetMCD_3.cpp -o DetMCD_3.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/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/RcppEigen/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o DetMCD.so DetMCD_1.o DetMCD_2.o DetMCD_3.o init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpsu7g7t/R.INSTALL1ec4504b88baf7/DetMCD/src'
make[1]: Entering directory '/tmp/Rtmpsu7g7t/R.INSTALL1ec4504b88baf7/DetMCD/src'
make[1]: Leaving directory '/tmp/Rtmpsu7g7t/R.INSTALL1ec4504b88baf7/DetMCD/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-DetMCD/00new/DetMCD/libs
** R
** 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 (DetMCD)