* installing *source* package 'yuima' ...
** this is package 'yuima' version '1.15.30'
** package 'yuima' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_06_27_01_50_00_19361/RtmpcNV725/R.INSTALL298d81de779f4/yuima/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c IntensityEval.cpp -o IntensityEval.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c MpCN.cpp -o MpCN.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c PseudoLoglikCOGARCH.c -o PseudoLoglikCOGARCH.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/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.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ae.cpp -o ae.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c carmafilter.c -o carmafilter.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c cce_functions.c -o cce_functions.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c euler.c -o euler.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c kalmanBucyFilter.cpp -o kalmanBucyFilter.o
kalmanBucyFilter.cpp: In function 'void calc_filter_mean_time_homogeneous_with_vcov_are(arma::mat&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::mat&, const arma::vec&, double, arma::mat&)':
kalmanBucyFilter.cpp:69:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   69 |   for (int i = 0; i < n_deltaY; i++) {
      |                   ~~^~~~~~~~~~
kalmanBucyFilter.cpp: In function 'void calc_filter_mean_explicit(arma::mat&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::mat&, const arma::vec&, double, arma::mat&)':
kalmanBucyFilter.cpp:111:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  111 |   for (int i = 0; i < n_deltaY; i++) {
      |                   ~~^~~~~~~~~~
kalmanBucyFilter.cpp: In function 'Rcpp::List calc_kalman_bucy_filter_no_are_no_time_homogeneous(arma::cube&, arma::mat&, arma::cube&, arma::cube&, arma::mat&, arma::cube&, arma::mat&, arma::vec&, double, arma::mat&, unsigned int)':
kalmanBucyFilter.cpp:140:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  140 |   for (int i = 0; i < n_deltaY; i++) {
      |                   ~~^~~~~~~~~~
kalmanBucyFilter.cpp:159:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  159 |     for (int j = 0; j < upsamp_rate; j++) {
      |                     ~~^~~~~~~~~~~~~
kalmanBucyFilter.cpp: In function 'Rcpp::List calc_kalman_bucy_filter_time_homogeneous(arma::mat&, arma::vec&, arma::mat&, arma::mat&, arma::vec&, arma::mat&, arma::mat&, arma::vec&, double, arma::mat&, unsigned int)':
kalmanBucyFilter.cpp:220:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  220 |   for (int i = 0; i < n_deltaY; i++) {
      |                   ~~^~~~~~~~~~
kalmanBucyFilter.cpp:231:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
  231 |     for (int j = 0; j < upsamp_rate; j++) {
      |                     ~~^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c minusquasilogl_W1andW2.cpp -o minusquasilogl_W1andW2.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c pseudoLogLikCogarchIrregularGrid.cpp -o pseudoLogLikCogarchIrregularGrid.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c qmle_linear_state_space_model.cpp -o qmle_linear_state_space_model.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c qmle_terms.cpp -o qmle_terms.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c qmlecpp.cpp -o qmlecpp.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c residual.cpp -o residual.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c rng.c -o rng.o
gcc  -I"D:/RCompile/recent/R-4.5.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c yuima_init.c -o yuima_init.o
g++ -std=gnu++17 -shared -s -static-libgcc -o yuima.dll tmp.def IntensityEval.o MpCN.o PseudoLoglikCOGARCH.o RcppExports.o ae.o carmafilter.o cce_functions.o euler.o kalmanBucyFilter.o minusquasilogl_W1andW2.o pseudoLogLikCogarchIrregularGrid.o qmle_linear_state_space_model.o qmle_terms.o qmlecpp.o residual.o rng.o yuima_init.o -LD:/RCompile/recent/R-4.5.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.0/bin/x64 -lRblas -lgfortran -lquadmath -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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_06_27_01_50_00_19361/RtmpcNV725/R.INSTALL298d81de779f4/yuima/src'
make[1]: Entering directory '/d/temp/2025_06_27_01_50_00_19361/RtmpcNV725/R.INSTALL298d81de779f4/yuima/src'
make[1]: Leaving directory '/d/temp/2025_06_27_01_50_00_19361/RtmpcNV725/R.INSTALL298d81de779f4/yuima/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-yuima/00new/yuima/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for 'simulate' in package 'yuima'
** 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 'yuima' as yuima_1.15.30.zip
* DONE (yuima)