* installing *source* package 'glmpath' ...
** package 'glmpath' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpIz0pA4/R.INSTALLaae8628d22c1/glmpath/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c asa_cg.c -o asa_cg.o
asa_cg.c: In function 'asa_cg':
asa_cg.c:381:20: warning: unused variable 'mess5' [-Wunused-variable]
  381 |         const char mess5 [] = "   - the parameter epsilon in "
      |                    ^~~~~
asa_cg.c:380:20: warning: unused variable 'mess4' [-Wunused-variable]
  380 |         const char mess4 [] = "   - your gradient routine has an error" ;
      |                    ^~~~~
asa_cg.c:378:20: warning: unused variable 'mess2' [-Wunused-variable]
  378 |         const char mess2 [] = "   - your tolerance may be too strict: "
      |                    ^~~~~
asa_cg.c:377:20: warning: unused variable 'mess1' [-Wunused-variable]
  377 |         const char mess1 [] = "Possible causes of this error message:" ;
      |                    ^~~~~
asa_cg.c: In function 'asa_lineW':
asa_cg.c:1883:34: warning: 'fquad' may be used uninitialized [-Wmaybe-uninitialized]
 1883 |                 if ( Com->QuadOK && (phi <= fquad) )
      |                      ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
asa_cg.c:1776:37: note: 'fquad' was declared here
 1776 |            a0, da0, b0, db0, width, fquad, rho, psi, dpsi, minstep, maxstep,
      |                                     ^~~~~
asa_cg.c: In function 'asa_line':
asa_cg.c:1609:34: warning: 'fquad' may be used uninitialized [-Wmaybe-uninitialized]
 1609 |                 if ( Com->QuadOK && (phi <= fquad) )
      |                      ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
asa_cg.c:1507:37: note: 'fquad' was declared here
 1507 |            a0, da0, b0, db0, width, fquad, rho, minstep, maxstep,
      |                                     ^~~~~
asa_cg.c: In function 'asa_descent':
asa_cg.c:1373:17: warning: 'iter' may be used uninitialized [-Wmaybe-uninitialized]
 1373 |     Com->cgiter += iter ;
      |                 ^~
asa_cg.c:810:16: note: 'iter' was declared here
  810 |     int     i, iter, j, maxit, n, n5, nfree, nf, ng, nrestart,
      |                ^~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c glmpath_init.c -o glmpath_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c solve_coxpath.c -o solve_coxpath.o
solve_coxpath.c: In function 'coxpath_grad':
solve_coxpath.c:160:7: warning: unused variable 'iy' [-Wunused-variable]
  160 |   int iy, id, irept, ipenalty, i, j, k0, k, l;
      |       ^~
solve_coxpath.c: In function 'coxpath_valgrad':
solve_coxpath.c:303:7: warning: unused variable 'iy' [-Wunused-variable]
  303 |   int iy, id, irept, ipenalty, ieta, iwsum, ilp, i, j, k0, k, l;
      |       ^~
solve_coxpath.c: In function 'coxpath_value':
solve_coxpath.c:126:28: warning: 'wsum' may be used uninitialized [-Wmaybe-uninitialized]
  126 |       f += (-1.0 * mu[i] + log(wsum));
      |                            ^~~~~~~~~
solve_coxpath.c:52:44: note: 'wsum' was declared here
   52 |   double lamone, lamtwo, normone, normtwo, wsum, dwsum;
      |                                            ^~~~
solve_coxpath.c: In function 'coxpath_valgrad':
solve_coxpath.c:415:20: warning: 'wsum' may be used uninitialized [-Wmaybe-uninitialized]
  415 |       z[iwsum + i] = wsum;
      |       ~~~~~~~~~~~~~^~~~~~
solve_coxpath.c:306:44: note: 'wsum' was declared here
  306 |   double lamone, lamtwo, normone, normtwo, wsum, dwsum;
      |                                            ^~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c solve_glmpath.c -o solve_glmpath.o
gcc -shared -s -static-libgcc -o glmpath.dll tmp.def asa_cg.o glmpath_init.o solve_coxpath.o solve_glmpath.o -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/RtmpIz0pA4/R.INSTALLaae8628d22c1/glmpath/src'
make[1]: Entering directory '/d/temp/RtmpIz0pA4/R.INSTALLaae8628d22c1/glmpath/src'
make[1]: Leaving directory '/d/temp/RtmpIz0pA4/R.INSTALLaae8628d22c1/glmpath/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-glmpath/00new/glmpath/libs/x64
** R
** data
** 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 'glmpath' as glmpath_0.98.zip
* DONE (glmpath)