* installing *source* package 'WienR' ...
** package 'WienR' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpoLnI96/R.INSTALL198f8748143f0/WienR/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_wrapper.cpp -o R_wrapper.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c WienR_init.c -o WienR_init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cdf_fncs.cpp -o cdf_fncs.o
cdf_fncs.cpp: In function 'void logdxFs(int, int, int, int, double, double, double, double, double, double&, double&, double&)':
cdf_fncs.cpp:774:53: warning: 'tv4' may be used uninitialized [-Wmaybe-uninitialized]
  774 |                 if (k <= Ksv) Fv = (tv1 + tv2 + tv3 + tv4) + Fv;
      |                                    ~~~~~~~~~~~~~~~~~^~~~~~
cdf_fncs.cpp:737:39: note: 'tv4' was declared here
  737 |                 double tv1, tv2, tv3, tv4;
      |                                       ^~~
cdf_fncs.cpp:776:53: warning: 'tw4' may be used uninitialized [-Wmaybe-uninitialized]
  776 |                 if (k <= Ksw) Fw = (tw1 + tw2 + tw3 + tw4) + Fw;
      |                                    ~~~~~~~~~~~~~~~~~^~~~~~
cdf_fncs.cpp:738:39: note: 'tw4' was declared here
  738 |                 double tw1, tw2, tw3, tw4;
      |                                       ^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c derivs.cpp -o derivs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fncs_seven.cpp -o fncs_seven.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hcubature.cpp -o hcubature.o
hcubature.cpp: In function 'int hcubature(int (*)(unsigned int, const double*, void*, unsigned int, double*), void*, unsigned int, const double*, const double*, size_t, double, double, double*, double*)':
hcubature.cpp:650:7: warning: unused variable 'kdiv' [-Wunused-variable]
  650 |   int kdiv = out.kdivide;
      |       ^~~~
hcubature.cpp: In function 'void integrate_GenzMalik(GenzMalik, int, const double*, const double*, one_d&, void*, int (*)(unsigned int, const double*, void*, unsigned int, double*))':
hcubature.cpp:532:12: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized]
  532 |   integrand(n, c, pars, 1, &f1);
      |   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
hcubature.cpp:532:12: note: by argument 2 of type 'const double*' to 'int(unsigned int, const double*, void*, unsigned int, double*)'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c methods.cpp -o methods.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pdf_fncs.cpp -o pdf_fncs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rwiener.cpp -o rwiener.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tools.cpp -o tools.o
g++ -std=gnu++17 -shared -s -static-libgcc -o WienR.dll tmp.def R_wrapper.o WienR_init.o cdf_fncs.o derivs.o fncs_seven.o hcubature.o methods.o pdf_fncs.o rwiener.o tools.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpoLnI96/R.INSTALL198f8748143f0/WienR/src'
make[1]: Entering directory '/d/temp/RtmpoLnI96/R.INSTALL198f8748143f0/WienR/src'
make[1]: Leaving directory '/d/temp/RtmpoLnI96/R.INSTALL198f8748143f0/WienR/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-WienR/00new/WienR/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 'WienR' as WienR_0.3-15.zip
* DONE (WienR)