* 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 18.1.4 (1)’
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpZsUy1C/R.INSTALLf81d32c080723/Haplin/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 Haplin_init.c -o Haplin_init.o
clang++-18 -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  -c dists.cc -o dists.o
In file included from dists.cc:16:
./dists.h:70:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   70 | #define true 1
      |         ^
./dists.h:71:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   71 | #define false 0
      |         ^
./dists.h:72:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   72 | #define bool int
      |         ^
dists.cc:28:21: warning: unused variable 'MAXEXP' [-Wunused-const-variable]
   28 | static const double MAXEXP=LOG10*DBL_MAX_10_EXP;        // Maximum argument for exp()
      |                     ^~~~~~
dists.cc:29:21: warning: unused variable 'TWOPI' [-Wunused-const-variable]
   29 | static const double TWOPI=2*PI;
      |                     ^~~~~
dists.cc:30:21: warning: unused variable 'SQRT2' [-Wunused-const-variable]
   30 | static const double SQRT2=1.414135623730950488;
      |                     ^~~~~
dists.cc:31:21: warning: unused variable 'LNGAMMAHALF' [-Wunused-const-variable]
   31 | static const double LNGAMMAHALF=1.144729885849400174143427/2;   // log of gamma(1/2)=log(sqrt(PI))
      |                     ^~~~~~~~~~~
dists.cc:32:21: warning: unused variable 'LOG2' [-Wunused-const-variable]
   32 | static const double LOG2=0.6931471805599453094172321;
      |                     ^~~~
dists.cc:33:21: warning: unused variable 'TOLNEWTON' [-Wunused-const-variable]
   33 | static const double TOLNEWTON=3e-8;
      |                     ^~~~~~~~~
dists.cc:34:21: warning: unused variable 'LOGSQRT2PI' [-Wunused-const-variable]
   34 | static const double LOGSQRT2PI=0.9189385332046727417803296;
      |                     ^~~~~~~~~~
dists.cc:88:18: warning: unused variable 'MAXFITER' [-Wunused-const-variable]
   88 | static const int MAXFITER=20;
      |                  ^~~~~~~~
11 warnings generated.
clang++-18 -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 '/tmp/RtmpZsUy1C/R.INSTALLf81d32c080723/Haplin/src'
make[1]: Entering directory '/tmp/RtmpZsUy1C/R.INSTALLf81d32c080723/Haplin/src'
make[1]: Leaving directory '/tmp/RtmpZsUy1C/R.INSTALLf81d32c080723/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)