* installing *source* package 'DGP4LCF' ...
** this is package 'DGP4LCF' version '1.0.0.1'
** package 'DGP4LCF' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpc1Zdw3/R.INSTALL3074c1f5c123f/DGP4LCF/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 RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.6/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")
| ^
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 gibbs_after_mcem_irregular_time.cpp -o gibbs_after_mcem_irregular_time.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from gibbs_after_mcem_irregular_time.cpp:6:
D:/RCompile/CRANpkg/lib/4.6/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")
| ^
gibbs_after_mcem_irregular_time.cpp: In function 'void print_irregular(std::ofstream&, arma::vec&)':
gibbs_after_mcem_irregular_time.cpp:20:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
20 | for (int i = 0; i < vec.n_elem; i++)
| ~~^~~~~~~~~~~~
gibbs_after_mcem_irregular_time.cpp: In function 'void print_irregular(std::ofstream&, arma::mat&)':
gibbs_after_mcem_irregular_time.cpp:28:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
28 | for (int i = 0; i < mat.n_rows; i++) // write in rows rather than write in columns
| ~~^~~~~~~~~~~~
gibbs_after_mcem_irregular_time.cpp:29:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
29 | for (int j = 0; j < mat.n_cols; j++){
| ~~^~~~~~~~~~~~
gibbs_after_mcem_irregular_time.cpp: In function 'void print_irregular(std::ofstream&, arma::cube&)':
gibbs_after_mcem_irregular_time.cpp:41:29: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
41 | for (int slice = 0; slice < cube.n_slices; slice++) // first fix person
| ~~~~~~^~~~~~~~~~~~~~~
gibbs_after_mcem_irregular_time.cpp:42:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
42 | for (int col = 0; col < cube.n_cols; col++) // then column
| ~~~~^~~~~~~~~~~~~
gibbs_after_mcem_irregular_time.cpp:43:29: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
43 | for (int row = 0; row < cube.n_rows; row++) // then row
| ~~~~^~~~~~~~~~~~~
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 gibbs_within_mcem_irregular_time.cpp -o gibbs_within_mcem_irregular_time.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from gibbs_within_mcem_irregular_time.cpp:6:
D:/RCompile/CRANpkg/lib/4.6/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")
| ^
g++ -std=gnu++17 -shared -s -static-libgcc -o DGP4LCF.dll tmp.def RcppExports.o gibbs_after_mcem_irregular_time.o gibbs_within_mcem_irregular_time.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
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpc1Zdw3/R.INSTALL3074c1f5c123f/DGP4LCF/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpc1Zdw3/R.INSTALL3074c1f5c123f/DGP4LCF/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/Rtmpc1Zdw3/R.INSTALL3074c1f5c123f/DGP4LCF/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-DGP4LCF/00new/DGP4LCF/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'DGP4LCF' as DGP4LCF_1.0.0.1.zip
* DONE (DGP4LCF)