* installing *source* package 'beyondWhittle' ... ** package 'beyondWhittle' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmp6RjKA9/R.INSTALL28be822972d72/beyondWhittle/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/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.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c a_gamma_process_prior.cpp -o a_gamma_process_prior.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c arma.cpp -o arma.o arma.cpp: In function 'Rcpp::NumericMatrix pacf2AR(Rcpp::NumericVector)': arma.cpp:34:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 34 | for (int r=1; r <= p-j; ++r) { | ~~^~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bernstein_gamma_psd.cpp -o bernstein_gamma_psd.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gibbs_np_help.cpp -o gibbs_np_help.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gibbs_vnp_algorithm.cpp -o gibbs_vnp_algorithm.o gibbs_vnp_algorithm.cpp: In function 'Rcpp::List gibbs_multivariate_nuisance_cpp(arma::mat, Rcpp::IntegerVector, arma::cx_mat, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, arma::vec, arma::vec, arma::mat, arma::vec, double, double, arma::cx_mat, int, int, double, bool, int, double, Rcpp::List)': gibbs_vnp_algorithm.cpp:51:13: warning: unused variable 'n' [-Wunused-variable] 51 | const int n=data.n_rows; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c gibbs_vnp_help.cpp -o gibbs_vnp_help.o gibbs_vnp_help.cpp: In function 'double llike_whittle(const arma::cx_mat&, const arma::cx_cube&)': gibbs_vnp_help.cpp:56:24: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 56 | for (unsigned j=1; j < N-1; ++j) { | ~~^~~~~ gibbs_vnp_help.cpp: In function 'arma::cx_mat mdft_cpp(const arma::mat&)': gibbs_vnp_help.cpp:94:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare] 94 | for (unsigned j=1; j<n; ++j) { | ~^~ gibbs_vnp_help.cpp: In function 'void mean_center(arma::mat&)': gibbs_vnp_help.cpp:113:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 113 | for (int j=0; j<x.n_rows; ++j) { | ~^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix_cube.cpp -o matrix_cube.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c misc.cpp -o misc.o misc.cpp: In function 'Rcpp::NumericMatrix acvMatrix(Rcpp::NumericVector)': misc.cpp:13:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 13 | for (int i=0; i < p; ++i) { | ~~^~~ misc.cpp:14:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 14 | for (int j=0; j < p; ++j) { | ~~^~~ misc.cpp: In function 'arma::mat acvBlockMatrix(arma::mat)': misc.cpp:30:19: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 30 | for (int i=0; i < p; ++i) { | ~~^~~ misc.cpp:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 31 | for (int j=0; j < p; ++j) { | ~~^~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c qpsd_cal_cpp_expedited.cpp -o qpsd_cal_cpp_expedited.o gcc -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c unit_trace.cpp -o unit_trace.o unit_trace.cpp: In function 'arma::cx_mat unit_trace_U_from_phi_cpp(const arma::vec&)': unit_trace.cpp:38:18: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 38 | for (int i=0; i<d; ++i) { | ~^~ unit_trace.cpp: In function 'arma::cx_mat unit_trace_L_from_x(arma::vec)': unit_trace.cpp:88:18: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare] 88 | for (int i=0; i<d; ++i) { | ~^~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c varma.cpp -o varma.o g++ -std=gnu++17 -shared -s -static-libgcc -o beyondWhittle.dll tmp.def RcppExports.o a_gamma_process_prior.o arma.o bernstein_gamma_psd.o gibbs_np_help.o gibbs_vnp_algorithm.o gibbs_vnp_help.o matrix_cube.o misc.o qpsd_cal_cpp_expedited.o registerDynamicSymbol.o unit_trace.o varma.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmp6RjKA9/R.INSTALL28be822972d72/beyondWhittle/src' make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/Rtmp6RjKA9/R.INSTALL28be822972d72/beyondWhittle/src' make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/Rtmp6RjKA9/R.INSTALL28be822972d72/beyondWhittle/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-beyondWhittle/00new/beyondWhittle/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 'beyondWhittle' as beyondWhittle_1.3.0.zip * DONE (beyondWhittle)