* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘bipartite’ ...
** this is package ‘bipartite’ version ‘2.23’
** package ‘bipartite’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 21.1.8 (3+b1)’
using C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpzYLQLU/R.INSTALL1463107440f253/bipartite/src'
clang++-21 -std=gnu++20 -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 identifyModules.cc -o identifyModules.o
In file included from identifyModules.cc:83:
In file included from ./dendro.h:77:
./MersenneTwister.h:307:13: warning: arithmetic between different enumeration types ('MTRand::(unnamed enum at ./MersenneTwister.h:74:2)' and 'MTRand::(unnamed enum at ./MersenneTwister.h:78:2)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
  307 |         for( i = N - M; i--; ++p )
      |                  ~ ^ ~
./MersenneTwister.h:310:18: warning: arithmetic between different enumeration types ('MTRand::(unnamed enum at ./MersenneTwister.h:78:2)' and 'MTRand::(unnamed enum at ./MersenneTwister.h:74:2)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
  310 |                 *p = twist( p[M-N], p[0], p[1] );
      |                               ~^~
./MersenneTwister.h:311:17: warning: arithmetic between different enumeration types ('MTRand::(unnamed enum at ./MersenneTwister.h:78:2)' and 'MTRand::(unnamed enum at ./MersenneTwister.h:74:2)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
  311 |         *p = twist( p[M-N], p[0], state[0] );
      |                       ~^~
3 warnings generated.
clang-21 -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 init.c -o init.o
clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o bipartite.so identifyModules.o init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpzYLQLU/R.INSTALL1463107440f253/bipartite/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpzYLQLU/R.INSTALL1463107440f253/bipartite/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpzYLQLU/R.INSTALL1463107440f253/bipartite/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-bipartite/00new/bipartite/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (bipartite)