* installing *source* package 'phenmod' ...
** package 'phenmod' 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/RtmpU72LaW/R.INSTALL99a824179c0/phenmod/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 phenmod_init.c -o phenmod_init.o
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 pimModel.c -o pimModel.o
pimModel.c: In function 'isLeapYear':
pimModel.c:184:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  184 |         if (year % 4 == 0)
      |            ^
pimModel.c: In function 'tsModel':
pimModel.c:208:35: warning: unused variable 'param' [-Wunused-variable]
  208 |         double temperatures[365], param[2];
      |                                   ^~~~~
gcc -shared -s -static-libgcc -o phenmod.dll tmp.def phenmod_init.o pimModel.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/RtmpU72LaW/R.INSTALL99a824179c0/phenmod/src'
make[1]: Entering directory '/d/temp/RtmpU72LaW/R.INSTALL99a824179c0/phenmod/src'
make[1]: Leaving directory '/d/temp/RtmpU72LaW/R.INSTALL99a824179c0/phenmod/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-phenmod/00new/phenmod/libs/x64
** R
** data
** 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 'phenmod' as phenmod_1.2-7.zip
* DONE (phenmod)