* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/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: ‘g++-15 (Debian 15.3.0-1) 15.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpbecpks/R.INSTALL20907f617d797c/HVS/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c CountIndep.cpp -o CountIndep.o
CountIndep.cpp: In member function ‘double setgraph::indep_prob(const set&, set*)’:
CountIndep.cpp:239:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
239 | for(j=temp->getfirst();j<set::maxcard&&temp->disjoint(edges[j]);temp->getnext(j));
| ^~~
CountIndep.cpp:240:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
240 | if(j==set::maxcard){
| ^~
CountIndep.cpp: In function ‘void count_indep(double*, const int*, const double*, const double*)’:
CountIndep.cpp:693:18: warning: unused variable ‘sz’ [-Wunused-variable]
693 | unsigned int sz=*n;
| ^~
CountIndep.cpp: In function ‘void count_indep_import(double*, const int*, const double*, const double*, const int*)’:
CountIndep.cpp:701:18: warning: unused variable ‘sz’ [-Wunused-variable]
701 | unsigned int sz=*n;
| ^~
CountIndep.cpp: In member function ‘double graph::select_cutoff(double, unsigned int, unsigned int, double*, double*, double*, double*)’:
CountIndep.cpp:681:20: warning: ‘jj’ may be used uninitialized [-Wmaybe-uninitialized]
681 | double ans=cvals[jj];
| ^~
CountIndep.cpp:580:16: note: ‘jj’ was declared here
580 | unsigned int jj;
| ^~
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Hypergraph.cpp -o Hypergraph.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Set.cpp -o Set.o
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o HVS.so CountIndep.o Hypergraph.o Set.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpbecpks/R.INSTALL20907f617d797c/HVS/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpbecpks/R.INSTALL20907f617d797c/HVS/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpbecpks/R.INSTALL20907f617d797c/HVS/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-HVS/00new/HVS/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘HVS’
finding HTML links ... done
convex.hull html
count.indep html
count.indep.hyper html
isotonic_regression html
predict.isotonic html
select.cutoff html
** 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)