* installing *source* package ‘Haplin’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.6 (5)’ using C++ compiler: ‘Debian clang version 17.0.6 (5)’ clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c Haplin_init.c -o Haplin_init.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -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++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-17/lib -Wl,-O1 -o Haplin.so Haplin_init.o dists.o -L/home/hornik/tmp/R-d-clang-17/lib -lR installing to /srv/hornik/tmp/CRAN/Haplin.Rcheck/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)