* installing *source* package 'IRon' ...
** package 'IRon' 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/RtmpktOmLh/R.INSTALLd41449fa1082/IRon/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bump.c -o bump.o
In file included from bump.c:25:
util.h:35:18: warning: 'utilF' defined but not used [-Wunused-variable]
   35 | static util_fun *utilF;
      |                  ^~~~~
util.h:34:19: warning: 'bumpI' defined but not used [-Wunused-variable]
   34 | static phi_bumps *bumpI;
      |                   ^~~~~
In file included from util.h:10:
phi.h:43:17: warning: 'phiF' defined but not used [-Wunused-variable]
   43 | static phi_fun *phiF;
      |                 ^~~~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pchip.c -o pchip.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c phi.c -o phi.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -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
util.c: In function 'benefcost_lin':
util.c:166:17: warning: variable 'yc' set but not used [-Wunused-but-set-variable]
  166 |   double lossA, yc;
      |                 ^~
gcc -shared -s -static-libgcc -o IRon.dll tmp.def bump.o init.o pchip.o phi.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/RtmpktOmLh/R.INSTALLd41449fa1082/IRon/src'
make[1]: Entering directory '/d/temp/RtmpktOmLh/R.INSTALLd41449fa1082/IRon/src'
make[1]: Leaving directory '/d/temp/RtmpktOmLh/R.INSTALLd41449fa1082/IRon/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-IRon/00new/IRon/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'IRon' as IRon_0.1.4.zip
* DONE (IRon)