* installing *source* package 'wfe' ...
** package 'wfe' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/RtmpawKGxo/R.INSTALLe65457317d03/wfe/src'
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -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.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vector.c -o vector.o
gcc -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wfe.c -o wfe.o
wfe.c: In function 'CalDID':
wfe.c:1507:16: warning: variable 'c_it' set but not used [-Wunused-but-set-variable]
1507 | double c_it;
| ^~~~
wfe.c: In function 'GenWeightsMDID':
wfe.c:2580:14: warning: variable 'y_it' set but not used [-Wunused-but-set-variable]
2580 | double y_it;
| ^~~~
wfe.c: In function 'GenWeightsFD':
wfe.c:1378:86: warning: 'c_it' may be used uninitialized [-Wmaybe-uninitialized]
1378 | weightfd[k*(*len_u_index)+i] = weightfd[k*(*len_u_index)+i] + (w_it[k] * c_it);
| ~~~~~~~~~^~~~~~~
wfe.c:1344:13: note: 'c_it' was declared here
1344 | int c_it;
| ^~~~
wfe.c:1370:14: warning: 't_it' may be used uninitialized [-Wmaybe-uninitialized]
1370 | if ( t_it != t_it_1 ) { /* check whether treatment status changes */
| ^
wfe.c:1345:13: note: 't_it' was declared here
1345 | int t_it;
| ^~~~
wfe.c:1370:14: warning: 't_it_1' may be used uninitialized [-Wmaybe-uninitialized]
1370 | if ( t_it != t_it_1 ) { /* check whether treatment status changes */
| ^
wfe.c:1360:15: note: 't_it_1' was declared here
1360 | int t_it_1;
| ^~~~~~
wfe.c: In function 'is_t_t1_same':
wfe.c:1410:6: warning: 't_it' may be used uninitialized [-Wmaybe-uninitialized]
1410 | if (t_it == t_it_1) {
| ^
wfe.c:1399:7: note: 't_it' was declared here
1399 | int t_it;
| ^~~~
wfe.c:1410:6: warning: 't_it_1' may be used uninitialized [-Wmaybe-uninitialized]
1410 | if (t_it == t_it_1) {
| ^
wfe.c:1400:7: note: 't_it_1' was declared here
1400 | int t_it_1;
| ^~~~~~
wfe.c: In function 't_t1_same':
wfe.c:1452:10: warning: 't_ij' may be used uninitialized [-Wmaybe-uninitialized]
1452 | if (t_ij == t_ij_1) {
| ^
wfe.c:1428:7: note: 't_ij' was declared here
1428 | int t_ij;
| ^~~~
wfe.c:1452:10: warning: 't_ij_1' may be used uninitialized [-Wmaybe-uninitialized]
1452 | if (t_ij == t_ij_1) {
| ^
wfe.c:1429:7: note: 't_ij_1' was declared here
1429 | int t_ij_1;
| ^~~~~~
wfe.c: In function 'CalDID':
wfe.c:1688:18: warning: 'y_it1' may be used uninitialized [-Wmaybe-uninitialized]
1688 | diff = y_it - y_it1;
| ~~~~~^~~~~~~~~~~~~~
wfe.c:1510:16: note: 'y_it1' was declared here
1510 | double y_it1;
| ^~~~~
wfe.c:1679:14: warning: 't_it' may be used uninitialized [-Wmaybe-uninitialized]
1679 | if (t_it == 1) { /* ifTRUE(sub[,treat]...) == 1 */
| ^
wfe.c:1508:16: note: 't_it' was declared here
1508 | double t_it;
| ^~~~
wfe.c:1688:18: warning: 'y_it' may be used uninitialized [-Wmaybe-uninitialized]
1688 | diff = y_it - y_it1;
| ~~~~~^~~~~~~~~~~~~~
wfe.c:1509:16: note: 'y_it' was declared here
1509 | double y_it;
| ^~~~
wfe.c:1718:31: warning: 'diff0' may be used uninitialized [-Wmaybe-uninitialized]
1718 | diffprime += diff0;
| ~~~~~~~~~~^~~~~~~~
wfe.c:1686:20: note: 'diff0' was declared here
1686 | double diff0;
| ^~~~~
wfe.c:1644:31: warning: 'diff0' may be used uninitialized [-Wmaybe-uninitialized]
1644 | diffprime += diff0;
| ~~~~~~~~~~^~~~~~~~
wfe.c:1612:20: note: 'diff0' was declared here
1612 | double diff0;
| ^~~~~
wfe.c:1574:31: warning: 'diff0' may be used uninitialized [-Wmaybe-uninitialized]
1574 | diffprime += diff0;
| ~~~~~~~~~~^~~~~~~~
wfe.c:1541:20: note: 'diff0' was declared here
1541 | double diff0;
| ^~~~~
wfe.c: In function 'GenWeightsMDID':
wfe.c:2776:28: warning: 'y_it1' may be used uninitialized [-Wmaybe-uninitialized]
2776 | tmpydiff = absolute(y_it1 - y[k]); /* absolute diff */
| ^~~~~~~~~~~~~~~~~~~~~~
wfe.c:2581:14: note: 'y_it1' was declared here
2581 | double y_it1;
| ^~~~~
wfe.c:2740:44: warning: 'minydiff' may be used uninitialized [-Wmaybe-uninitialized]
2740 | } else if (count_treat > 0 && tmpydiff<= minydiff) {
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
wfe.c:2719:16: note: 'minydiff' was declared here
2719 | double minydiff;
| ^~~~~~~~
wfe.c:2638:48: warning: 'minydiff' may be used uninitialized [-Wmaybe-uninitialized]
2638 | } else if (count_control > 0 && tmpydiff<= minydiff) {
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
wfe.c:2614:18: note: 'minydiff' was declared here
2614 | double minydiff;
| ^~~~~~~~
gcc -shared -s -static-libgcc -o wfe.dll tmp.def init.o vector.o wfe.o -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/RtmpawKGxo/R.INSTALLe65457317d03/wfe/src'
make[1]: Entering directory '/d/temp/2025_10_21_12_46_10_10564/RtmpawKGxo/R.INSTALLe65457317d03/wfe/src'
make[1]: Leaving directory '/d/temp/2025_10_21_12_46_10_10564/RtmpawKGxo/R.INSTALLe65457317d03/wfe/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-wfe/00new/wfe/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 'wfe' as wfe_1.9.1.zip
* DONE (wfe)