* installing *source* package 'Amelia' ...
** package 'Amelia' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpSIjQPm/R.INSTALL2860c56f3214a/Amelia/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c em.cpp -o em.o
em.cpp: In function 'SEXPREC* emcore(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
em.cpp:110:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  110 |       for (ss = st; ss < obsmat.n_rows; ss++) {
      |                     ~~~^~~~~~~~~~~~~~~
em.cpp:138:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  138 |       for (ss = st; ss < obsmat.n_rows; ss++) {
      |                     ~~~^~~~~~~~~~~~~~~
em.cpp: In function 'void sweep(arma::mat&, arma::vec)':
em.cpp:297:16: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
  297 |   if (k.n_elem == p) {
      |       ~~~~~~~~~^~~~
em.cpp: In function 'SEXPREC* ameliaImpute(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
em.cpp:388:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  388 |     for (ss = st; ss < obsmat.n_rows; ss++) {
      |                   ~~~^~~~~~~~~~~~~~~
em.cpp:419:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  419 |     for (ss = st; ss < obsmat.n_rows; ss++) {
      |                   ~~~^~~~~~~~~~~~~~~
em.cpp: In function 'arma::mat resampler(arma::mat, arma::mat, arma::mat, arma::uvec, arma::mat, int)':
em.cpp:494:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  494 |   for (int j = 0; j < bounds.n_rows; j++) {
      |                   ~~^~~~~~~~~~~~~~~
em.cpp: In function 'SEXPREC* ameliaImpute(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
em.cpp:465:40: warning: 'maxsamples' may be used uninitialized [-Wmaybe-uninitialized]
  465 |           xplay.row(is + p) = resampler(x.row(is + p), Ci, imputations.row(p), mispos, bounds, maxsamples);
      |                               ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
em.cpp:330:7: note: 'maxsamples' was declared here
  330 |   int maxsamples;
      |       ^~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17 -shared -s -static-libgcc -o Amelia.dll tmp.def em.o init.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpSIjQPm/R.INSTALL2860c56f3214a/Amelia/src'
make[1]: Entering directory '/d/temp/RtmpSIjQPm/R.INSTALL2860c56f3214a/Amelia/src'
make[1]: Leaving directory '/d/temp/RtmpSIjQPm/R.INSTALL2860c56f3214a/Amelia/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-Amelia/00new/Amelia/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 'Amelia' as Amelia_1.8.2.zip
* DONE (Amelia)