* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘Libra’ ...
** package ‘Libra’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmpWIevwG/R.INSTALL1900866435032c/Libra/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c LBLasso.c -o LBLasso.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c LBheader.c -o LBheader.o
LBheader.c:57:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   57 |     gsl_blas_dgemm(CblasNoTrans,CblasNoTrans, 1, W_temp, X, 0, G);
      |     ^
LBheader.c:51:3: note: previous statement is here
   51 |   for(int i=0;i<d;++i)
      |   ^
1 warning generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c LBlogistic.c -o LBlogistic.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c LBmultilogistic.c -o LBmultilogistic.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c Libra_init.c -o Libra_init.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c ggm_C.c -o ggm_C.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c ising_C.c -o ising_C.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c potts_C.c -o potts_C.o
potts_C.c:85:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   85 |     double maxiter = (t_r[nt-1]-t_r[0])/alpha+1;
      |     ^
potts_C.c:82:3: note: previous statement is here
   82 |   for (int i=0;i<nt;++i)
      |   ^
1 warning generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o Libra.so LBLasso.o LBheader.o LBlogistic.o LBmultilogistic.o Libra_init.o ggm_C.o ising_C.o potts_C.o -L/usr/local/lib -lgsl -lgslcblas -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpWIevwG/R.INSTALL1900866435032c/Libra/src'
make[1]: Entering directory '/tmp/RtmpWIevwG/R.INSTALL1900866435032c/Libra/src'
make[1]: Leaving directory '/tmp/RtmpWIevwG/R.INSTALL1900866435032c/Libra/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-Libra/00new/Libra/libs
** R
** data
** 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 (Libra)