* installing *source* package 'gelnet' ...
** this is package 'gelnet' version '1.2.1'
** package 'gelnet' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpQzQZZK/R.INSTALL13a782f265f1c/gelnet/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/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/2025_11_13_01_50_00_26121/RtmpQzQZZK/R.INSTALL13a782f265f1c/gelnet/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpQzQZZK/R.INSTALL13a782f265f1c/gelnet/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpQzQZZK/R.INSTALL13a782f265f1c/gelnet/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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)