* installing *source* package 'wcc' ...
** this is package 'wcc' version '0.3.1'
** package 'wcc' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_04_22_01_50_00_3429/Rtmpgj9Wvv/R.INSTALL1131815173428/wcc/src'
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c corr.c -o corr.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c windcross.c -o windcross.o
windcross.c: In function 'windcross':
windcross.c:32:9: warning: unused variable 'centerCol' [-Wunused-variable]
32 | int centerCol = (floor(maxLag / lagIncrement)) + 1;
| ^~~~~~~~~
windcross.c:29:9: warning: unused variable 'tStart' [-Wunused-variable]
29 | int tStart = windowSize + maxLag - 1;
| ^~~~~~
windcross.c:20:14: warning: unused variable 'maxRowLen2' [-Wunused-variable]
20 | R_xlen_t maxRowLen2 = XLENGTH(inSeries2);
| ^~~~~~~~~~
gcc -shared -s -static-libgcc -o wcc.dll tmp.def corr.o init.o windcross.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_00_3429/Rtmpgj9Wvv/R.INSTALL1131815173428/wcc/src'
make[1]: Entering directory '/d/temp/2026_04_22_01_50_00_3429/Rtmpgj9Wvv/R.INSTALL1131815173428/wcc/src'
make[1]: Leaving directory '/d/temp/2026_04_22_01_50_00_3429/Rtmpgj9Wvv/R.INSTALL1131815173428/wcc/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-wcc/00new/wcc/libs/x64
** R
** demo
** preparing 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 'wcc' as wcc_0.3.1.zip
* DONE (wcc)