* installing *source* package 'proxy' ...
** package 'proxy' 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/RtmpwxPltI/R.INSTALL3624484636ee/proxy/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 apply.c -o apply.o
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 arrayIndex.c -o arrayIndex.o
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 distance.c -o distance.o
distance.c: In function 'ebinary':
distance.c:426:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  426 |     if (ISNAN(xy))
      |        ^
distance.c: In function 'cosine':
distance.c:473:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  473 |     if (ISNAN(xy))
      |        ^
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 dll.c -o dll.o
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 util.c -o util.o
gcc -shared -s -static-libgcc -o proxy.dll tmp.def apply.o arrayIndex.o distance.o dll.o util.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/RtmpwxPltI/R.INSTALL3624484636ee/proxy/src'
make[1]: Entering directory '/d/temp/RtmpwxPltI/R.INSTALL3624484636ee/proxy/src'
make[1]: Leaving directory '/d/temp/RtmpwxPltI/R.INSTALL3624484636ee/proxy/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-proxy/00new/proxy/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 'proxy' as proxy_0.4-27.zip
* DONE (proxy)