* installing *source* package ‘HVS’ ...
** this is package ‘HVS’ version ‘1.0.1’
** package ‘HVS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/HVS/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c CountIndep.cpp -o CountIndep.o
CountIndep.cpp: In function ‘void count_indep(double*, const int*, const double*, const double*)’:
CountIndep.cpp:695:18: warning: unused variable ‘sz’ [-Wunused-variable]
  695 |     unsigned int sz=*n;
      |                  ^~
CountIndep.cpp: In function ‘void count_indep_import(double*, const int*, const double*, const double*, const int*)’:
CountIndep.cpp:703:18: warning: unused variable ‘sz’ [-Wunused-variable]
  703 |     unsigned int sz=*n;
      |                  ^~
CountIndep.cpp: In member function ‘double graph::select_cutoff(double, unsigned int, unsigned int, double*, double*, double*, double*)’:
CountIndep.cpp:683:20: warning: ‘jj’ may be used uninitialized [-Wmaybe-uninitialized]
  683 |   double ans=cvals[jj];
      |                    ^~
CountIndep.cpp:582:16: note: ‘jj’ was declared here
  582 |   unsigned int jj;
      |                ^~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c Hypergraph.cpp -o Hypergraph.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c Set.cpp -o Set.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o HVS.so CountIndep.o Hypergraph.o Set.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/HVS/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/HVS/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/HVS/src'
installing to /data/localhost/ripley/R/packages/tests-devel/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)