* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘HVS’ ...
** this is package ‘HVS’ version ‘1.0.0’
** package ‘HVS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 22.1.8 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBCEmXo/R.INSTALL2e52a83bb238ae/HVS/src'
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic   -c CountIndep.cpp -o CountIndep.o
In file included from CountIndep.cpp:9:
./Set.h:52:74: warning: for loop has empty body [-Wempty-body]
   52 |   bool increment(){unsigned int i=0;for(;*(v+i)==(unsigned)-1;*(v+i++)=0);(*(v+i))++;return(i<(numulst-1)||((*(v+i))&((((unsigned long)1)<<(maxcard-(numulst-1)*SUL))-1)));};
      |                                                                          ^
./Set.h:52:74: note: put the semicolon on a separate line to silence this warning
CountIndep.cpp:239:84: warning: for loop has empty body [-Wempty-body]
  239 |   for(j=temp->getfirst();j<set::maxcard&&temp->disjoint(edges[j]);temp->getnext(j));
      |                                                                                    ^
CountIndep.cpp:239:84: note: put the semicolon on a separate line to silence this warning
CountIndep.cpp:693:18: warning: unused variable 'sz' [-Wunused-variable]
  693 |     unsigned int sz=*n;
      |                  ^~
CountIndep.cpp:701:18: warning: unused variable 'sz' [-Wunused-variable]
  701 |     unsigned int sz=*n;
      |                  ^~
4 warnings generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic   -c Hypergraph.cpp -o Hypergraph.o
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic   -c Set.cpp -o Set.o
In file included from Set.cpp:1:
./Set.h:52:74: warning: for loop has empty body [-Wempty-body]
   52 |   bool increment(){unsigned int i=0;for(;*(v+i)==(unsigned)-1;*(v+i++)=0);(*(v+i))++;return(i<(numulst-1)||((*(v+i))&((((unsigned long)1)<<(maxcard-(numulst-1)*SUL))-1)));};
      |                                                                          ^
./Set.h:52:74: note: put the semicolon on a separate line to silence this warning
1 warning generated.
clang++-22 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o HVS.so CountIndep.o Hypergraph.o Set.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBCEmXo/R.INSTALL2e52a83bb238ae/HVS/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBCEmXo/R.INSTALL2e52a83bb238ae/HVS/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBCEmXo/R.INSTALL2e52a83bb238ae/HVS/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-HVS/00new/HVS/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 (HVS)