* 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: ‘clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/HVS/src'
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -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 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c Hypergraph.cpp -o Hypergraph.o
clang++-22 -stdlib=libc++ -std=gnu++20 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -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 -stdlib=libc++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o HVS.so CountIndep.o Hypergraph.o Set.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/HVS/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/HVS/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/HVS/src'
installing to /data/gannet/ripley/R/packages/tests-clang/HVS.Rcheck/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)