* installing *source* package 'EntropyEstimation' ...
** package 'EntropyEstimation' 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/Rtmp6JlRcT/R.INSTALL2654815446e4b/EntropyEstimation/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 EntropEst.c -o EntropEst.o
EntropEst.c: In function 'KlSd':
EntropEst.c:143:25: warning: argument 1 range [18446744056529682424, 18446744073709551608] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  143 |     Sigma1 = (double **)malloc(sizeof(double*)*(len-1));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from EntropEst.c:7:
D:/rtools44/x86_64-w64-mingw32.static.posix/include/stdlib.h:538:17: note: in a call to allocation function 'malloc' declared here
  538 |   void *__cdecl malloc(size_t _Size);
      |                 ^~~~~~
EntropEst.c: In function 'SymSd':
EntropEst.c:243:25: warning: argument 1 range [18446744056529682424, 18446744073709551608] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  243 |     Sigma1 = (double **)malloc(sizeof(double*)*(len-1));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/rtools44/x86_64-w64-mingw32.static.posix/include/stdlib.h:538:17: note: in a call to allocation function 'malloc' declared here
  538 |   void *__cdecl malloc(size_t _Size);
      |                 ^~~~~~
gcc -shared -s -static-libgcc -o EntropyEstimation.dll tmp.def EntropEst.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/Rtmp6JlRcT/R.INSTALL2654815446e4b/EntropyEstimation/src'
make[1]: Entering directory '/d/temp/Rtmp6JlRcT/R.INSTALL2654815446e4b/EntropyEstimation/src'
make[1]: Leaving directory '/d/temp/Rtmp6JlRcT/R.INSTALL2654815446e4b/EntropyEstimation/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-EntropyEstimation/00new/EntropyEstimation/libs/x64
** R
** 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 'EntropyEstimation' as EntropyEstimation_1.2.zip
* DONE (EntropyEstimation)