* installing *source* package 'LowRankQP' ... ** package 'LowRankQP' 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/RtmpGMk2b0/R.INSTALLdf1c17b5519e/LowRankQP/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 LowRankQP.c -o LowRankQP.o LowRankQP.c: In function 'LowRankQP': LowRankQP.c:905:13: warning: 'T' may be used uninitialized [-Wmaybe-uninitialized] 905 | free( T ); | ^~~~~~~~~ LowRankQP.c:780:13: note: 'T' was declared here 780 | double *T; | ^ LowRankQP.c:904:13: warning: 'LambdaTemp' may be used uninitialized [-Wmaybe-uninitialized] 904 | free( LambdaTemp ); | ^~~~~~~~~~~~~~~~~~ LowRankQP.c:779:13: note: 'LambdaTemp' was declared here 779 | double *LambdaTemp; | ^~~~~~~~~~ LowRankQP.c:903:13: warning: 'Lambda' may be used uninitialized [-Wmaybe-uninitialized] 903 | free( Lambda ); | ^~~~~~~~~~~~~~ LowRankQP.c:778:13: note: 'Lambda' was declared here 778 | double *Lambda; | ^~~~~~ LowRankQP.c:902:13: warning: 'Beta' may be used uninitialized [-Wmaybe-uninitialized] 902 | free( Beta ); | ^~~~~~~~~~~~ LowRankQP.c:777:13: note: 'Beta' was declared here 777 | double *Beta; | ^~~~ LowRankQP.c:901:13: warning: 'P' may be used uninitialized [-Wmaybe-uninitialized] 901 | free( P ); | ^~~~~~~~~ LowRankQP.c:776:13: note: 'P' was declared here 776 | double *P; | ^ LowRankQP.c:895:13: warning: 'buffMx1' may be used uninitialized [-Wmaybe-uninitialized] 895 | free( buffMx1 ); | ^~~~~~~~~~~~~~~ LowRankQP.c:774:13: note: 'buffMx1' was declared here 774 | double *buffMx1; | ^~~~~~~ LowRankQP.c:896:13: warning: 'buffNxM' may be used uninitialized [-Wmaybe-uninitialized] 896 | free( buffNxM ); | ^~~~~~~~~~~~~~~ LowRankQP.c:773:13: note: 'buffNxM' was declared here 773 | double *buffNxM; | ^~~~~~~ LowRankQP.c:889:9: warning: 'pivN' may be used uninitialized [-Wmaybe-uninitialized] 889 | free( pivN ); | ^~~~~~~~~~~~ LowRankQP.c:771:13: note: 'pivN' was declared here 771 | int *pivN; | ^~~~ LowRankQP.c:888:9: warning: 'M' may be used uninitialized [-Wmaybe-uninitialized] 888 | free( M ); | ^~~~~~~~~ LowRankQP.c:770:13: note: 'M' was declared here 770 | double *M; | ^ LowRankQP.c:883:9: warning: 'buffPx1' may be used uninitialized [-Wmaybe-uninitialized] 883 | free( buffPx1 ); | ^~~~~~~~~~~~~~~ LowRankQP.c:768:13: note: 'buffPx1' was declared here 768 | double *buffPx1; | ^~~~~~~ LowRankQP.c:882:9: warning: 'buffPxP' may be used uninitialized [-Wmaybe-uninitialized] 882 | free( buffPxP ); | ^~~~~~~~~~~~~~~ LowRankQP.c:767:13: note: 'buffPxP' was declared here 767 | double *buffPxP; | ^~~~~~~ LowRankQP.c:881:9: warning: 'buffMxP' may be used uninitialized [-Wmaybe-uninitialized] 881 | free( buffMxP ); | ^~~~~~~~~~~~~~~ LowRankQP.c:766:13: note: 'buffMxP' was declared here 766 | double *buffMxP; | ^~~~~~~ LowRankQP.c:880:9: warning: 'R' may be used uninitialized [-Wmaybe-uninitialized] 880 | free( R ); | ^~~~~~~~~ LowRankQP.c:763:13: note: 'R' was declared here 763 | double *R; | ^ LowRankQP.c:879:9: warning: 'r2' may be used uninitialized [-Wmaybe-uninitialized] 879 | free( r2 ); | ^~~~~~~~~~ LowRankQP.c:757:13: note: 'r2' was declared here 757 | double *r2; | ^~ LowRankQP.c:878:9: warning: 'dbeta' may be used uninitialized [-Wmaybe-uninitialized] 878 | free( dbeta ); | ^~~~~~~~~~~~~ LowRankQP.c:745:13: note: 'dbeta' was declared here 745 | double *dbeta; | ^~~~~ 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 LowRankQP_init.c -o LowRankQP_init.o gcc -shared -s -static-libgcc -o LowRankQP.dll tmp.def LowRankQP.o LowRankQP_init.o -LD:/RCompile/recent/R-4.3.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.1/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/RtmpGMk2b0/R.INSTALLdf1c17b5519e/LowRankQP/src' make[1]: Entering directory '/d/temp/RtmpGMk2b0/R.INSTALLdf1c17b5519e/LowRankQP/src' make[1]: Leaving directory '/d/temp/RtmpGMk2b0/R.INSTALLdf1c17b5519e/LowRankQP/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-LowRankQP/00new/LowRankQP/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 'LowRankQP' as LowRankQP_1.0.6.zip * DONE (LowRankQP)