* installing *source* package 'sommer' ... ** package 'sommer' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpiyzdMQ/R.INSTALLed84260e7ae/sommer/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c MNR.cpp -o MNR.o In file included from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo:26, from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo.h:29, from MNR.cpp:5: D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/config.hpp:326:86: note: '#pragma message: INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed' 326 | #pragma message ("INFO: support for ARMA_DONT_PRINT_ERRORS option has been removed") | ^ D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/config.hpp:331:75: note: '#pragma message: INFO: suggest to use ARMA_WARN_LEVEL option instead' 331 | #pragma message ("INFO: suggest to use ARMA_WARN_LEVEL option instead") | ^ D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/config.hpp:334:61: note: '#pragma message: INFO: see the documentation for details' 334 | #pragma message ("INFO: see the documentation for details") | ^ MNR.cpp: In function 'arma::mat dmat(const arma::mat&, const bool&, double)': MNR.cpp:306:7: warning: unused variable 'p' [-Wunused-variable] 306 | int p = X.n_cols; | ^ MNR.cpp: In function 'arma::rowvec scorecalc(const arma::mat&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::mat&, int, double)': MNR.cpp:453:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 453 | for (int i = 0; i < b.n_rows; ++i) { | ~~^~~~~~~~~~ MNR.cpp: In function 'Rcpp::List MNR(const arma::mat&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const arma::mat&, const bool&, int, double, double, const bool&, const bool&, const bool&, const bool&, const arma::vec&, const arma::vec&)': MNR.cpp:635:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 635 | for(int h=0; h < provX.n_cols ; h++){ // for each random effect unlist | ~~^~~~~~~~~~~~~~ MNR.cpp: In function 'Rcpp::List ai_mme_sp(const arma::sp_mat&, const Rcpp::List&, const arma::vec&, const Rcpp::List&, const arma::sp_mat&, const Rcpp::List&, const Rcpp::List&, const arma::sp_mat&, const bool&, int, double, double, double, const Rcpp::List&, const Rcpp::List&, const arma::mat&, const arma::vec&, const arma::vec&, const arma::vec&, const bool&)': MNR.cpp:1299:12: warning: unused variable 'ok' [-Wunused-variable] 1299 | bool ok = log_det(val, sign, arma::mat(Ai[i])); // calculate the logDet of the covariance matrix | ^~ MNR.cpp:1522:14: warning: unused variable 'ok' [-Wunused-variable] 1522 | bool ok = log_det(val, sign, theta(i)); // form 2 | ^~ MNR.cpp:1570:32: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1570 | for(int iRow = 0; iRow < partitionsP.n_rows; ++iRow){ // for each partition row | ~~~~~^~~~~~~~~~~~~~~~~~~~ MNR.cpp:1588:32: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1588 | for(int iRow = 0; iRow < lambdaProv.n_rows; ++iRow){ | ~~~~~^~~~~~~~~~~~~~~~~~~ MNR.cpp:1589:34: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1589 | for(int iCol = 0; iCol < lambdaProv.n_cols; ++iCol){ | ~~~~~^~~~~~~~~~~~~~~~~~~ MNR.cpp:1614:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1614 | for(int iS = 0; iS < S.size(); ++iS){ | ~~~^~~~~~~~~~ MNR.cpp:1695:32: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1695 | for(int iRow = 0; iRow < lambdaProv.n_rows; ++iRow){ | ~~~~~^~~~~~~~~~~~~~~~~~~ MNR.cpp:1696:34: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1696 | for(int iCol = 0; iCol < lambdaProv.n_cols; ++iCol){ | ~~~~~^~~~~~~~~~~~~~~~~~~ MNR.cpp:1722:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1722 | for(int iS = 0; iS < S.size(); ++iS){ // Rij <- S[[iS]]%*%Ri | ~~~^~~~~~~~~~ MNR.cpp:1780:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1780 | for(int i = 0; i < thetaCUnlisted.size() ; ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~ MNR.cpp:1787:28: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1787 | for(int j = 0; j < toBoundary.n_cols ; ++j){ | ~~^~~~~~~~~~~~~~~~~~~ MNR.cpp:1528:10: warning: unused variable 'ok' [-Wunused-variable] 1528 | bool ok = log_det(val, sign, theta(nRRe-1)); // form 2 | ^~ MNR.cpp: In function 'arma::vec varCols(const arma::mat&)': MNR.cpp:148:19: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized] 148 | out(j) = M2/(n-1); | ~~^~~ MNR.cpp:138:9: note: 'n' was declared here 138 | int n; | ^ MNR.cpp: In function 'Rcpp::List ai_mme_sp(const arma::sp_mat&, const Rcpp::List&, const arma::vec&, const Rcpp::List&, const arma::sp_mat&, const Rcpp::List&, const Rcpp::List&, const arma::sp_mat&, const bool&, int, double, double, double, const Rcpp::List&, const Rcpp::List&, const arma::mat&, const arma::vec&, const arma::vec&, const arma::vec&, const bool&)': MNR.cpp:1286:37: warning: 'nRe' may be used uninitialized [-Wmaybe-uninitialized] 1286 | arma::field Ai(nReAl); // allocate size of Ai field | ^ MNR.cpp:1245:7: note: 'nRe' was declared here 1245 | int nRe; | ^~~ MNR.cpp: In function 'Rcpp::List MNR(const arma::mat&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const Rcpp::List&, const arma::mat&, const bool&, int, double, double, const bool&, const bool&, const bool&, const bool&, const arma::vec&, const arma::vec&)': MNR.cpp:1108:36: warning: 'cycle2' may be used uninitialized [-Wmaybe-uninitialized] 1108 | arma::mat monitor2 = monitor.cols(0, cycle2); | ~~~~~~~~~~~~^~~~~~~~~~~ MNR.cpp:719:14: note: 'cycle2' was declared here 719 | int cycle, cycle2, ikk; | ^~~~~~ MNR.cpp:1099:20: warning: 'llik' may be used uninitialized [-Wmaybe-uninitialized] 1099 | double AIC = (-2 * llik) + (2 * Xm.n_cols); | ~~~~^~~~~~~ MNR.cpp:720:16: note: 'llik' was declared here 720 | double ldet, llik, llik0, delta_llik, checkP, seconds; // to store likelihoods and determinants | ^~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -shared -s -static-libgcc -o sommer.dll tmp.def MNR.o RcppExports.o -fopenmp -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpiyzdMQ/R.INSTALLed84260e7ae/sommer/src' make[1]: Entering directory '/d/temp/RtmpiyzdMQ/R.INSTALLed84260e7ae/sommer/src' make[1]: Leaving directory '/d/temp/RtmpiyzdMQ/R.INSTALLed84260e7ae/sommer/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-sommer/00new/sommer/libs/x64 ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 'sommer' as sommer_4.3.4.zip * DONE (sommer)