* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘Haplin’ ...
** package ‘Haplin’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.5 (1)’
using C++ compiler: ‘Debian clang version 19.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjciSnI/R.INSTALL36677a2432f34d/Haplin/src'
clang-19 -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 Haplin_init.c -o Haplin_init.o
clang++-19 -std=gnu++17 -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 -DR_NO_REMAP -c dists.cc -o dists.o
dists.cc:29:21: warning: unused variable 'MAXEXP' [-Wunused-const-variable]
   29 | static const double MAXEXP=LOG10*DBL_MAX_10_EXP;        // Maximum argument for exp()
      |                     ^~~~~~
dists.cc:31:21: warning: unused variable 'SQRT2' [-Wunused-const-variable]
   31 | static const double SQRT2=1.414135623730950488;
      |                     ^~~~~
dists.cc:32:21: warning: unused variable 'LNGAMMAHALF' [-Wunused-const-variable]
   32 | static const double LNGAMMAHALF=1.144729885849400174143427/2;   // log of gamma(1/2)=log(sqrt(PI))
      |                     ^~~~~~~~~~~
dists.cc:33:21: warning: unused variable 'LOG2' [-Wunused-const-variable]
   33 | static const double LOG2=0.6931471805599453094172321;
      |                     ^~~~
dists.cc:34:21: warning: unused variable 'TOLNEWTON' [-Wunused-const-variable]
   34 | static const double TOLNEWTON=3e-8;
      |                     ^~~~~~~~~
dists.cc:35:21: warning: unused variable 'LOGSQRT2PI' [-Wunused-const-variable]
   35 | static const double LOGSQRT2PI=0.9189385332046727417803296;
      |                     ^~~~~~~~~~
dists.cc:89:18: warning: unused variable 'MAXFITER' [-Wunused-const-variable]
   89 | static const int MAXFITER=20;
      |                  ^~~~~~~~
7 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o Haplin.so Haplin_init.o dists.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjciSnI/R.INSTALL36677a2432f34d/Haplin/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjciSnI/R.INSTALL36677a2432f34d/Haplin/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjciSnI/R.INSTALL36677a2432f34d/Haplin/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-Haplin/00new/Haplin/libs
** R
** 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 (Haplin)