* installing *source* package 'NetMix' ...
** this is package 'NetMix' version '0.2.0.3'
** package 'NetMix' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCKrYAJ/R.INSTALL25486ff832a2/NetMix/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AuxFuns.cpp -o AuxFuns.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AuxFunsForR.cpp -o AuxFunsForR.o
AuxFunsForR.cpp:143: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
143 | #pragma omp parallel for reduction(+:res)
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c MMModelClass.cpp -o MMModelClass.o
MMModelClass.cpp:194: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
194 | #pragma omp parallel for firstprivate(alpha_val, alpha_row, res_int) reduction(+: res)
MMModelClass.cpp:235: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
235 | #pragma omp parallel for firstprivate(alpha_row) reduction(+: res)
MMModelClass.cpp:299: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
299 | #pragma omp parallel for reduction(+: res)
MMModelClass.cpp:510: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
510 | #pragma omp parallel for reduction(-:ll)
MMModelClass.cpp: In member function 'void MMModel::optim_ours(bool)':
MMModelClass.cpp:440:30: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare]
440 | for(arma::uword i = 0; i < npar; ++i){
| ~~^~~~~~
MMModelClass.cpp:461:30: warning: comparison of integer expressions of different signedness: 'arma::uword' {aka 'unsigned int'} and 'int' [-Wsign-compare]
461 | for(arma::uword i = 0; i < npar; ++i){
| ~~^~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/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/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mmsbm_fit.cpp -o mmsbm_fit.o
mmsbm_fit.cpp: In function 'Rcpp::List mmsbm_fit(const arma::mat&, const arma::mat&, const arma::vec&, const arma::uvec&, const arma::uvec&, const arma::uvec&, const arma::umat&, const arma::field<arma::Col<unsigned int> >&, const arma::mat&, const arma::mat&, const arma::cube&, const arma::cube&, const arma::vec&, const arma::vec&, const arma::mat&, arma::mat&, arma::mat&, arma::cube&, arma::vec&, Rcpp::List&)':
mmsbm_fit.cpp:98:13: warning: variable 'oldLL' set but not used [-Wunused-but-set-variable]
98 | newLL, oldLL;
| ^~~~~
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
g++ -std=gnu++17 -shared -s -static-libgcc -o NetMix.dll tmp.def AuxFuns.o AuxFunsForR.o MMModelClass.o RcppExports.o mmsbm_fit.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCKrYAJ/R.INSTALL25486ff832a2/NetMix/src'
make[1]: Entering directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCKrYAJ/R.INSTALL25486ff832a2/NetMix/src'
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/d/temp/2025_12_24_01_50_00_27005/RtmpCKrYAJ/R.INSTALL25486ff832a2/NetMix/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-NetMix/00new/NetMix/libs/x64
** R
** data
** 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 'NetMix' as NetMix_0.2.0.3.zip
* DONE (NetMix)