* 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++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_07_03_01_50_00_1784/RtmpGQeMmo/R.INSTALLba2c535153a5/HVS/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Hypergraph.cpp -o Hypergraph.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Set.cpp -o Set.o
g++ -std=gnu++20 -shared -s -static-libgcc -o HVS.dll tmp.def CountIndep.o Hypergraph.o Set.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_07_03_01_50_00_1784/RtmpGQeMmo/R.INSTALLba2c535153a5/HVS/src'
make[1]: Entering directory '/d/temp/2026_07_03_01_50_00_1784/RtmpGQeMmo/R.INSTALLba2c535153a5/HVS/src'
make[1]: Leaving directory '/d/temp/2026_07_03_01_50_00_1784/RtmpGQeMmo/R.INSTALLba2c535153a5/HVS/src'
installing to d:/Rcompile/CRANpkg/lib/4.7/00LOCK-HVS/00new/HVS/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'HVS' as HVS_1.0.0.zip
* DONE (HVS)