* 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: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c identifyModules.cc -o identifyModules.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.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++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o bipartite.so identifyModules.o init.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/bipartite.Rcheck/00LOCK-bipartite/00new/bipartite/libs
** generating debug symbols (dSYM)
** 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)