* 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 (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/wcc/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c corr.c -o corr.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -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 -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o wcc.so corr.o init.o windcross.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/wcc/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/wcc/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/wcc/src'
installing to /data/gannet/ripley/R/packages/tests-devel/wcc.Rcheck/00LOCK-wcc/00new/wcc/libs
** R
** demo
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (wcc)