* installing *source* package 'wcc' ... ** this is package 'wcc' version '0.3.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/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/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/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/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/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 * DONE (wcc)