* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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++-16 (Debian 16.1.0-2) 16.1.0’
make[1]: Entering directory '/tmp/RtmpYQpIFU/R.INSTALL237b45109d5b64/hypergraph.sizing/src'
g++-16 -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 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++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o hypergraph.sizing.so Hypergraph2.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpYQpIFU/R.INSTALL237b45109d5b64/hypergraph.sizing/src'
make[1]: Entering directory '/tmp/RtmpYQpIFU/R.INSTALL237b45109d5b64/hypergraph.sizing/src'
make[1]: Leaving directory '/tmp/RtmpYQpIFU/R.INSTALL237b45109d5b64/hypergraph.sizing/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-hypergraph.sizing/00new/hypergraph.sizing/libs
** 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
** 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 (hypergraph.sizing)