* installing *source* package ‘DGP4LCF’ ...
** this is package ‘DGP4LCF’ version ‘1.0.0’
** package ‘DGP4LCF’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/DGP4LCF/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -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++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -DR_NO_REMAP -c gibbs_within_mcem_irregular_time.cpp -o gibbs_within_mcem_irregular_time.o
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o DGP4LCF.so RcppExports.o gibbs_after_mcem_irregular_time.o gibbs_within_mcem_irregular_time.o -llapack -lblas
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/DGP4LCF/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/DGP4LCF/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/DGP4LCF/src'
installing to /data/gannet/ripley/R/packages/tests-devel/DGP4LCF.Rcheck/00LOCK-DGP4LCF/00new/DGP4LCF/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DGP4LCF)