* 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.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpm6i3wx/R.INSTALL10700ada5395/bipartite/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
g++ -std=gnu++20 -shared -s -static-libgcc -o bipartite.dll tmp.def identifyModules.o init.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpm6i3wx/R.INSTALL10700ada5395/bipartite/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpm6i3wx/R.INSTALL10700ada5395/bipartite/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmpm6i3wx/R.INSTALL10700ada5395/bipartite/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-bipartite/00new/bipartite/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'bipartite' as bipartite_2.23.zip
* DONE (bipartite)