* 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: ‘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'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c CountIndep.cpp -o CountIndep.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c Hypergraph.cpp -o Hypergraph.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -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
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;
      |                  ^~
1 warning generated.
4 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 HVS.so CountIndep.o Hypergraph.o Set.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/HVS.Rcheck/00LOCK-HVS/00new/HVS/libs
** generating debug symbols (dSYM)
** 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)