* installing *source* package 'selectiveInference' ...
** package 'selectiveInference' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpkXvdP0/R.INSTALL132f42ddb2dc1/selectiveInference/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp-debias.cpp -o Rcpp-debias.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp-matrixcomps.cpp -o Rcpp-matrixcomps.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c Rcpp-randomized.cpp -o Rcpp-randomized.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -I. -DCOLUMN_MAJOR_ORDER   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c matrixcomps.c -o matrixcomps.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -I. -DCOLUMN_MAJOR_ORDER   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quadratic_program.c -o quadratic_program.o
quadratic_program.c: In function 'solve_qp':
quadratic_program.c:424:29: warning: 'old_value' may be used uninitialized [-Wmaybe-uninitialized]
  424 |         if ((fabs(old_value - new_value) < objective_tol * fabs(new_value)) && (iter > 0)) {
      |                   ~~~~~~~~~~^~~~~~~~~~~
quadratic_program.c:292:10: note: 'old_value' was declared here
  292 |   double old_value, new_value;
      |          ^~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -I. -DCOLUMN_MAJOR_ORDER   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c quadratic_program_wide.c -o quadratic_program_wide.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -I. -DCOLUMN_MAJOR_ORDER   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c randomized_lasso.c -o randomized_lasso.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -I. -DCOLUMN_MAJOR_ORDER   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c selective_mle.c -o selective_mle.o
D:/RCompile/recent/R/bin/Rscript -e "library(Rcpp); Rcpp::compileAttributes('..')"
g++ -std=gnu++17 -shared -s -static-libgcc -o selectiveInference.dll tmp.def Rcpp-debias.o Rcpp-matrixcomps.o Rcpp-randomized.o RcppExports.o matrixcomps.o quadratic_program.o quadratic_program_wide.o randomized_lasso.o selective_mle.o -L. -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpkXvdP0/R.INSTALL132f42ddb2dc1/selectiveInference/src'
make[1]: Entering directory '/d/temp/RtmpkXvdP0/R.INSTALL132f42ddb2dc1/selectiveInference/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG -I. -DCOLUMN_MAJOR_ORDER -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
make[1]: Leaving directory '/d/temp/RtmpkXvdP0/R.INSTALL132f42ddb2dc1/selectiveInference/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-selectiveInference/00new/selectiveInference/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 'selectiveInference' as selectiveInference_1.2.5.zip
* DONE (selectiveInference)