* installing *source* package 'mvnfast' ...
** this is package 'mvnfast' version '0.2.8'
** package 'mvnfast' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_08_01_50_00_24415/RtmpkzFxrv/R.INSTALLed0c4bd1428d/mvnfast/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dmixtCpp.cpp -o dmixtCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from dmixtCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
dmixtCpp.cpp: In function 'SEXPREC* dmixtCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
dmixtCpp.cpp:65:18: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
65 | if( A.nrow() != n ) Rcpp::stop("A.nrow() != n");
| ~~~~~~~~~^~~~
dmixtCpp.cpp:66:18: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
66 | if( A.ncol() != m ) Rcpp::stop("A.ncol() != m");
| ~~~~~~~~~^~~~
dmixtCpp.cpp:83:24: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
83 | for(int ii = 0; ii < m; ii++)
| ~~~^~~
dmixtCpp.cpp:100:27: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
100 | for(int imix = 0; imix<m; imix++)
| ~~~~^~
dmixtCpp.cpp:108:23: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
108 | for(int ii = 0; ii<n; ii++)
| ~~^~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dmvtCpp.cpp -o dmvtCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from dmvtCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mahaCpp.cpp -o mahaCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from mahaCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c msCpp.cpp -o msCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from msCpp.cpp:21:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rmixnCpp.cpp -o rmixnCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from rmixnCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
rmixnCpp.cpp: In function 'SEXPREC* rmixnCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
rmixnCpp.cpp:55:10: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
55 | if(d != A.ncol()) stop("mu.n_cols != A.ncol()");
| ~~^~~~~~~~~~~
rmixnCpp.cpp:56:10: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
56 | if(n != A.nrow()) stop("n != A.nrow()");
| ~~^~~~~~~~~~~
rmixnCpp.cpp:75:24: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
75 | for(int ii = 0; ii < m; ii++)
| ~~~^~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rmixtCpp.cpp -o rmixtCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from rmixtCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
rmixtCpp.cpp: In function 'SEXPREC* rmixtCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
rmixtCpp.cpp:58:10: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
58 | if(d != A.ncol()) stop("mu.n_cols != A.ncol()");
| ~~^~~~~~~~~~~
rmixtCpp.cpp:59:10: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
59 | if(n != A.nrow()) stop("n != A.nrow()");
| ~~^~~~~~~~~~~
rmixtCpp.cpp:78:24: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
78 | for(int ii = 0; ii < m; ii++)
| ~~~^~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rmvnCpp.cpp -o rmvnCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from rmvnCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
rmvnCpp.cpp: In function 'SEXPREC* rmvnCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
rmvnCpp.cpp:52:12: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
52 | if(d != A.ncol()) stop("mu.n_elem != A.ncol()");
| ~~^~~~~~~~~~~
rmvnCpp.cpp:53:12: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
53 | if(n != A.nrow()) stop("n != A.nrow()");
| ~~^~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rmvtCpp.cpp -o rmvtCpp.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from mvnfast.h:6,
from rmvtCpp.cpp:20:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from mvnfast.h:9:
sitmo/sitmo.hpp: In member function 'void sitmo::prng_engine::discard(uint64_t)':
sitmo/sitmo.hpp:224:9: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
224 | if (z < 8 - _o_counter) {
| ~~^~~~~~~~~~~~~~~~
rmvtCpp.cpp: In function 'SEXPREC* rmvtCpp(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
rmvtCpp.cpp:55:10: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
55 | if(d != A.ncol()) stop("mu.n_elem != A.ncol()");
| ~~^~~~~~~~~~~
rmvtCpp.cpp:56:10: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
56 | if(n != A.nrow()) stop("n != A.nrow()");
| ~~^~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o mvnfast.dll tmp.def dmixtCpp.o dmvtCpp.o init.o mahaCpp.o msCpp.o rmixnCpp.o rmixtCpp.o rmvnCpp.o rmvtCpp.o -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRblas -lgfortran -lquadmath -fopenmp -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_08_01_50_00_24415/RtmpkzFxrv/R.INSTALLed0c4bd1428d/mvnfast/src'
make[1]: Entering directory '/d/temp/2025_11_08_01_50_00_24415/RtmpkzFxrv/R.INSTALLed0c4bd1428d/mvnfast/src'
make[1]: Leaving directory '/d/temp/2025_11_08_01_50_00_24415/RtmpkzFxrv/R.INSTALLed0c4bd1428d/mvnfast/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-mvnfast/00new/mvnfast/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'mvnfast' as mvnfast_0.2.8.zip
* DONE (mvnfast)