* installing *source* package 'contfrac' ...
** package 'contfrac' 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/RtmpAFiD9E/R.INSTALL1e8e4f6f620f/contfrac/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 contfrac.c -o contfrac.o
contfrac.c: In function 'c_contfrac':
contfrac.c:33:22: warning: 'Delta' may be used uninitialized [-Wmaybe-uninitialized]
   33 |         *tol = Delta -1.0;
      |                ~~~~~~^~~~
contfrac.c:7:20: note: 'Delta' was declared here
    7 |         double C,D,Delta;
      |                    ^~~~~
contfrac.c: In function 'c_contfrac_complex':
contfrac.c:98:28: warning: 'Deltar' may be used uninitialized [-Wmaybe-uninitialized]
   98 |         *tol = sqrt((Deltar-1.0)*(Deltar-1.0) + Deltai*Deltai);
      |                     ~~~~~~~^~~~~
contfrac.c:41:32: note: 'Deltar' was declared here
   41 |         double Cr, Ci, Dr, Di, Deltar, Deltai;
      |                                ^~~~~~
contfrac.c:98:55: warning: 'Deltai' may be used uninitialized [-Wmaybe-uninitialized]
   98 |         *tol = sqrt((Deltar-1.0)*(Deltar-1.0) + Deltai*Deltai);
      |                                                 ~~~~~~^~~~~~~
contfrac.c:41:40: note: 'Deltai' was declared here
   41 |         double Cr, Ci, Dr, Di, Deltar, Deltai;
      |                                        ^~~~~~
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 contfrac_init.c -o contfrac_init.o
gcc -shared -s -static-libgcc -o contfrac.dll tmp.def contfrac.o contfrac_init.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/RtmpAFiD9E/R.INSTALL1e8e4f6f620f/contfrac/src'
make[1]: Entering directory '/d/temp/RtmpAFiD9E/R.INSTALL1e8e4f6f620f/contfrac/src'
make[1]: Leaving directory '/d/temp/RtmpAFiD9E/R.INSTALL1e8e4f6f620f/contfrac/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-contfrac/00new/contfrac/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 'contfrac' as contfrac_1.1-12.zip
* DONE (contfrac)