* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘subrank’ ...
** package ‘subrank’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpYBL9M9/R.INSTALL8da59e627a6b/subrank/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 Tir.c -o Tir.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 copc.c -o copc.o
In file included from copc.c:1:
In file included from ./copc.h:6:
In file included from ./randomkit.h:37:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
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 lienR.c -o lienR.o
In file included from lienR.c:1:
In file included from ./lienR.h:7:
In file included from ./randomkit.h:37:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
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 rk_isaac.c -o rk_isaac.o
rk_isaac.c:34:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   34 | static char const rcsid[] =
      |                   ^~~~~
In file included from rk_isaac.c:37:
In file included from ./rk_isaac.h:58:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
2 warnings 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 rk_mt.c -o rk_mt.o
rk_mt.c:38:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   38 | static char const rcsid[] =
      |                   ^~~~~
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 rk_primitive.c -o rk_primitive.o
rk_primitive.c:29:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   29 | static char const rcsid[] =
      |                   ^~~~~
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 rk_sobol.c -o rk_sobol.o
rk_sobol.c:892:41: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
  892 |   const double inverse_denominator=1.0/(ULONG_MAX+1.0);
      |                                         ^~~~~~~~~~
/usr/lib/llvm-18/lib/clang/18/include/limits.h:61:37: note: expanded from macro 'ULONG_MAX'
   61 | #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
      |                    ~~~~~~~~~~~~~~~~~^~~~
rk_sobol.c:31:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
   31 | static char const rcsid[] =
      |                   ^~~~~
In file included from rk_sobol.c:37:
In file included from ./rk_sobol.h:65:
./rk_mt.h:98:22: warning: unused function 'rk_hash' [-Wunused-function]
   98 | static unsigned long rk_hash(unsigned long key);
      |                      ^~~~~~~
3 warnings generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o subrank.so Tir.o copc.o lienR.o rk_isaac.o rk_mt.o rk_primitive.o rk_sobol.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpYBL9M9/R.INSTALL8da59e627a6b/subrank/src'
make[1]: Entering directory '/tmp/RtmpYBL9M9/R.INSTALL8da59e627a6b/subrank/src'
make[1]: Leaving directory '/tmp/RtmpYBL9M9/R.INSTALL8da59e627a6b/subrank/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-subrank/00new/subrank/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 (subrank)