* installing *source* package 'doRedis' ...
** package 'doRedis' 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/RtmpgvunZy/R.INSTALL242f45fb862e1/doRedis/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -DWin32  -D_R_  -D_WIN32_WINNT=0x0501    -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c alive.c -o alive.o
alive.c: In function 'sendall':
alive.c:173:23: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
  173 |   return n == -1 ? -1 : 0;      // return -1 on failure, 0 on success
      |          ~~~~~~~~~~~~~^~~
alive.c:161:7: note: 'n' was declared here
  161 |   int n;
      |       ^
In function 'sendall',
    inlined from 'msg' at alive.c:186:7:
alive.c:173:23: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
  173 |   return n == -1 ? -1 : 0;      // return -1 on failure, 0 on success
      |          ~~~~~~~~~~~~~^~~
alive.c: In function 'msg':
alive.c:161:7: note: 'n' was declared here
  161 |   int n;
      |       ^
gcc -shared -s -static-libgcc -o doRedis.dll tmp.def alive.o -lWs2_32 -lMswsock -lAdvApi32 -luser32 -lkernel32 -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/RtmpgvunZy/R.INSTALL242f45fb862e1/doRedis/src'
make[1]: Entering directory '/d/temp/RtmpgvunZy/R.INSTALL242f45fb862e1/doRedis/src'
make[1]: Leaving directory '/d/temp/RtmpgvunZy/R.INSTALL242f45fb862e1/doRedis/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-doRedis/00new/doRedis/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 'doRedis' as doRedis_3.0.2.zip
* DONE (doRedis)