* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/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: ‘gcc-15 (Debian 15.2.0-13) 15.2.0’
using C++ compiler: ‘g++-15 (Debian 15.2.0-13) 15.2.0’
make[1]: Entering directory '/tmp/RtmpkidJI4/R.INSTALL3a5b631c7db376/bipartite/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c identifyModules.cc -o identifyModules.o
In file included from dendro.h:77,
from identifyModules.cc:83:
MersenneTwister.h: In member function ‘void MTRand::reload()’:
MersenneTwister.h:307:20: warning: arithmetic between different enumeration types ‘MTRand::<unnamed enum>’ and ‘MTRand::<unnamed enum>’ is deprecated [-Wdeprecated-enum-enum-conversion]
307 | for( i = N - M; i--; ++p )
| ~~^~~
MersenneTwister.h:310:32: warning: arithmetic between different enumeration types ‘MTRand::<unnamed enum>’ and ‘MTRand::<unnamed enum>’ is deprecated [-Wdeprecated-enum-enum-conversion]
310 | *p = twist( p[M-N], p[0], p[1] );
| ~^~
MersenneTwister.h:311:24: warning: arithmetic between different enumeration types ‘MTRand::<unnamed enum>’ and ‘MTRand::<unnamed enum>’ is deprecated [-Wdeprecated-enum-enum-conversion]
311 | *p = twist( p[M-N], p[0], state[0] );
| ~^~
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o bipartite.so identifyModules.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpkidJI4/R.INSTALL3a5b631c7db376/bipartite/src'
make[1]: Entering directory '/tmp/RtmpkidJI4/R.INSTALL3a5b631c7db376/bipartite/src'
make[1]: Leaving directory '/tmp/RtmpkidJI4/R.INSTALL3a5b631c7db376/bipartite/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/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)