* installing *source* package 'wowa' ...
** this is package 'wowa' version '1.0.2'
** package 'wowa' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmp0Qha5h/R.INSTALL135ac4ece7e36/wowa/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wowa.cpp -o wowa.o
wowa.cpp: In function 'double node_RWAnT(double*, INT*, INT, volatile int&, double (*)(double, double))':
wowa.cpp:287:29: warning: '++' expression of 'volatile'-qualified type is deprecated [-Wvolatile]
287 | if(N[k]<=0) k++; /* once all the repeated components x[k] are exhausted, move to next k */
| ^
wowa.cpp: In instantiation of 'double node_RWAnT(double*, INT*, INT, volatile int&, double (*)(double, double)) [with INT = long int]':
wowa.cpp:319:24: required from 'double RWAnT(double*, double*, int, double (*)(double, double), INT) [with INT = long int]'
319 | double r=node_RWAnT(x,N,L,k,F);
| ~~~~~~~~~~^~~~~~~~~~~
wowa.cpp:326:14: required from here
326 | return RWAnT(x,w,n,F,(long int)L);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
wowa.cpp:287:30: warning: '++' expression of 'volatile'-qualified type is deprecated [-Wvolatile]
287 | if(N[k]<=0) k++; /* once all the repeated components x[k] are exhausted, move to next k */
| ~^~
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c wowawrapper.cpp -o wowawrapper.o
g++ -std=gnu++20 -shared -s -static-libgcc -o wowa.dll tmp.def RcppExports.o wowa.o wowawrapper.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
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmp0Qha5h/R.INSTALL135ac4ece7e36/wowa/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/Rtmp0Qha5h/R.INSTALL135ac4ece7e36/wowa/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/Rtmp0Qha5h/R.INSTALL135ac4ece7e36/wowa/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-wowa/00new/wowa/libs/x64
** R
** inst
** 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 'wowa' as wowa_1.0.2.zip
* DONE (wowa)