* installing *source* package 'DGP4LCF' ...
** package 'DGP4LCF' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/Rtmpie59s2/R.INSTALLdc1c23a27b36/DGP4LCF/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/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.4.2/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/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
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-4.4.2/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/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
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 -lRlapack -lRblas -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.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/Rtmpie59s2/R.INSTALLdc1c23a27b36/DGP4LCF/src'
make[1]: Entering directory '/d/temp/2024_12_08_01_50_01_8405/Rtmpie59s2/R.INSTALLdc1c23a27b36/DGP4LCF/src'
make[1]: Leaving directory '/d/temp/2024_12_08_01_50_01_8405/Rtmpie59s2/R.INSTALLdc1c23a27b36/DGP4LCF/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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.zip
* DONE (DGP4LCF)