* installing *source* package 'gelnet' ...
** package 'gelnet' 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/Rtmp02STKH/R.INSTALL647016894183/gelnet/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gelnet.c -o gelnet.o
gelnet.c: In function 'gelnet_logreg_opt':
gelnet.c:225:10: warning: unused variable 'lambda2' [-Wunused-variable]
  225 |   double lambda2 = *lambda2p;
      |          ^~~~~~~
gelnet.c:224:10: warning: unused variable 'lambda1' [-Wunused-variable]
  224 |   double lambda1 = *lambda1p;
      |          ^~~~~~~
gelnet.c:223:20: warning: unused variable 'p' [-Wunused-variable]
  223 |   int n = *np; int p = *pp;
      |                    ^
gcc -shared -s -static-libgcc -o gelnet.dll tmp.def gelnet.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp02STKH/R.INSTALL647016894183/gelnet/src'
make[1]: Entering directory '/d/temp/Rtmp02STKH/R.INSTALL647016894183/gelnet/src'
make[1]: Leaving directory '/d/temp/Rtmp02STKH/R.INSTALL647016894183/gelnet/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-gelnet/00new/gelnet/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'gelnet' as gelnet_1.2.1.zip
* DONE (gelnet)