* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘DiceOptim’ ...
** this is package ‘DiceOptim’ version ‘2.1.2’
** package ‘DiceOptim’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 23.1.1 (2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCLOjGS/R.INSTALL2c6bce21f3c90a/DiceOptim/src'
clang-23 -std=gnu23 -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 davies.c -o davies.o
davies.c:62:68: warning: variable 'ndtsrt' set but not used [-Wunused-but-set-variable]
   62 |       extern double *lb; extern int *th; extern int r; extern BOOL ndtsrt;
      |                                                                    ^
davies.c:219:26: warning: variable 'fail' set but not used [-Wunused-but-set-variable]
  219 |       extern BOOL ndtsrt,fail; extern int *th,*n; extern double *lb,*nc;
      |                          ^
davies.c:19:40: warning: variable 'ndtsrt' set but not used [-Wunused-but-set-global]
   19 | static int count, r, lim;  static BOOL ndtsrt, fail;
      |                                        ^
3 warnings generated.
clang-23 -std=gnu23 -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 packagename_init.c -o packagename_init.o
clang-23 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o DiceOptim.so davies.o packagename_init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCLOjGS/R.INSTALL2c6bce21f3c90a/DiceOptim/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCLOjGS/R.INSTALL2c6bce21f3c90a/DiceOptim/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCLOjGS/R.INSTALL2c6bce21f3c90a/DiceOptim/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-DiceOptim/00new/DiceOptim/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 (DiceOptim)