* installing *source* package 'hypergraph.sizing' ...
** this is package 'hypergraph.sizing' version '1.0.0'
** package 'hypergraph.sizing' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_06_27_01_50_00_12844/RtmpcZKJNg/R.INSTALL12a047bb9250e/hypergraph.sizing/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Hypergraph2.cpp -o Hypergraph2.o
Hypergraph2.cpp: In function 'void count_indep_hyper_approx(double*, const int*, const int*, const int*, const int*, const int*)':
Hypergraph2.cpp:433:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]
  433 |     for(unsigned int i=0;i<*ne;i++){
      |                          ~^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o hypergraph.sizing.dll tmp.def Hypergraph2.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_06_27_01_50_00_12844/RtmpcZKJNg/R.INSTALL12a047bb9250e/hypergraph.sizing/src'
make[1]: Entering directory '/d/temp/2026_06_27_01_50_00_12844/RtmpcZKJNg/R.INSTALL12a047bb9250e/hypergraph.sizing/src'
make[1]: Leaving directory '/d/temp/2026_06_27_01_50_00_12844/RtmpcZKJNg/R.INSTALL12a047bb9250e/hypergraph.sizing/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-hypergraph.sizing/00new/hypergraph.sizing/libs/x64
** 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
** 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 'hypergraph.sizing' as hypergraph.sizing_1.0.0.zip
* DONE (hypergraph.sizing)