* installing *source* package 'irace' ...
** package 'irace' successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/d/temp/RtmpuKUJgK/R.INSTALL314c72f36a22/irace/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 iracebin/irace.c -o iracebin/irace.o
In file included from iracebin/irace.c:8:
iracebin/irace.h: In function 'concat':
iracebin/irace.h:35:31: warning: pointer 'result' may be used after 'realloc' [-Wuse-after-free]
   35 |               wp = newp + (wp - result);
      |                           ~~~~^~~~~~~~~
iracebin/irace.h:29:31: note: call to 'realloc' here
   29 |               newp = (char *) realloc (result, allocated);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  iracebin/irace.o -o iracebin/irace.exe
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 iracebin/ablation.c -o iracebin/ablation.o
In file included from iracebin/ablation.c:8:
iracebin/irace.h: In function 'concat':
iracebin/irace.h:35:31: warning: pointer 'result' may be used after 'realloc' [-Wuse-after-free]
   35 |               wp = newp + (wp - result);
      |                           ~~~~^~~~~~~~~
iracebin/irace.h:29:31: note: call to 'realloc' here
   29 |               newp = (char *) realloc (result, allocated);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  iracebin/ablation.o -o iracebin/ablation.exe
make[1]: Leaving directory '/d/temp/RtmpuKUJgK/R.INSTALL314c72f36a22/irace/src'
make[1]: Entering directory '/d/temp/RtmpuKUJgK/R.INSTALL314c72f36a22/irace/src'
make[1]: Leaving directory '/d/temp/RtmpuKUJgK/R.INSTALL314c72f36a22/irace/src'
installing via 'install.libs.R' to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-irace/00new/irace
** 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 'irace' as irace_3.5.zip
* DONE (irace)