* installing *source* package 'QF' ...
** this is package 'QF' version '0.0.9'
** package 'QF' successfully unpacked and MD5 sums checked
** using staged installation
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_15_13_34_13_7498/RtmpK6dsnf/R.INSTALL1665c3bde7978/QF/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Mellin_QF.cpp -o Mellin_QF.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Mellin_QF_ratio.cpp -o Mellin_QF_ratio.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c QF_random.cpp -o QF_random.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/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++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c complex_sf.cpp -o complex_sf.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compute_ak.cpp -o compute_ak.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fun_distr_QF.cpp -o fun_distr_QF.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fun_distr_QF_depratio.cpp -o fun_distr_QF_depratio.o
fun_distr_QF_depratio.cpp: In function 'double pQF_depratio_c(Rcpp::NumericVector, Rcpp::NumericVector, double, std::complex<double>, double, int, int)':
fun_distr_QF_depratio.cpp:41:20: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
41 | if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
| ~~~~~~~~~~~~^~~~~~~~~~~
fun_distr_QF_depratio.cpp:41:47: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
41 | if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
| ~~~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c get_mellin_QF.cpp -o get_mellin_QF.o
get_mellin_QF.cpp: In function 'Rcpp::List get_mellin_QF(Rcpp::NumericVector, Rcpp::NumericVector, double, double, std::complex<double>, double, double, int, int, int, double)':
get_mellin_QF.cpp:46:16: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
46 | if(ak.size() == maxit_ak){// stop with error if the ak did not converge
| ~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c get_mellin_QF_ratio.cpp -o get_mellin_QF_ratio.o
get_mellin_QF_ratio.cpp: In function 'Rcpp::List get_mellin_QF_ratio(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, double, std::complex<double>, double, double, int, int, int, double)':
get_mellin_QF_ratio.cpp:61:18: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
61 | if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
| ~~~~~~~~~~~~^~~~~~~~~~~
get_mellin_QF_ratio.cpp:61:45: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
61 | if(ak_1.size() == maxit_ak || ak_2.size() == maxit_ak){// stop with error if the ak did not converged
| ~~~~~~~~~~~~^~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppGSL/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c quant_QF.cpp -o quant_QF.o
g++ -std=gnu++17 -shared -s -static-libgcc -o QF.dll tmp.def Mellin_QF.o Mellin_QF_ratio.o QF_random.o RcppExports.o complex_sf.o compute_ak.o fun_distr_QF.o fun_distr_QF_depratio.o get_mellin_QF.o get_mellin_QF_ratio.o quant_QF.o -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lgsl -lgslcblas -lm -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.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_15_13_34_13_7498/RtmpK6dsnf/R.INSTALL1665c3bde7978/QF/src'
make[1]: Entering directory '/d/temp/2025_11_15_13_34_13_7498/RtmpK6dsnf/R.INSTALL1665c3bde7978/QF/src'
make[1]: Leaving directory '/d/temp/2025_11_15_13_34_13_7498/RtmpK6dsnf/R.INSTALL1665c3bde7978/QF/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-QF/00new/QF/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 'QF' as QF_0.0.9.zip
* DONE (QF)