* installing *source* package 'contfrac' ... ** package 'contfrac' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/RtmpE3DC8a/R.INSTALL11c047a565a96/contfrac/src' gcc -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG -I"d:/rtools43/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-4.3.1/include" -DNDEBUG -I"d:/rtools43/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:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.1/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpE3DC8a/R.INSTALL11c047a565a96/contfrac/src' make[1]: Entering directory '/d/temp/RtmpE3DC8a/R.INSTALL11c047a565a96/contfrac/src' make[1]: Leaving directory '/d/temp/RtmpE3DC8a/R.INSTALL11c047a565a96/contfrac/src' installing to d:/Rcompile/CRANpkg/lib/4.3/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)