* installing *source* package 'MatchIt' ...
** package 'MatchIt' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpYReHpA/R.INSTALL113541692dfb/MatchIt/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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
In file included from ../inst/include/MatchIt.h:7,
                 from RcppExports.cpp:4:
../inst/include/MatchIt_RcppExports.h:14:14: warning: 'void MatchIt::{anonymous}::validateSignature(const char*)' defined but not used [-Wunused-function]
   14 |         void validateSignature(const char* sig) {
      |              ^~~~~~~~~~~~~~~~~
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dist_to_matrix.cpp -o dist_to_matrix.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c energy_match.cpp -o energy_match.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c internal.cpp -o internal.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn_matchC.cpp -o nn_matchC.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn_matchC_closest.cpp -o nn_matchC_closest.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c nn_matchC_vec.cpp -o nn_matchC_vec.o
nn_matchC_vec.cpp: In function 'Rcpp::IntegerMatrix nn_matchC_vec(const Rcpp::IntegerVector&, const Rcpp::IntegerVector&, const Rcpp::IntegerVector&, const Rcpp::LogicalVector&, const int&, const Rcpp::NumericVector&, const Rcpp::Nullable<Rcpp::Matrix<13> >&, const Rcpp::Nullable<double>&, const Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >&, const Rcpp::Nullable<Rcpp::Matrix<14> >&, const Rcpp::Nullable<Rcpp::Matrix<13> >&, const Rcpp::Nullable<Rcpp::Vector<13> >&, const bool&)':
nn_matchC_vec.cpp:367:25: warning: 'caliper_dist' may be used uninitialized [-Wmaybe-uninitialized]
  367 |       k_left = find_left(ii, first_control,
      |                ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  368 |                          treat,
      |                          ~~~~~~
  369 |                          can_be_matched,
      |                          ~~~~~~~~~~~~~~~
  370 |                          r, mm_row,
      |                          ~~~~~~~~~~
  371 |                          d_ord,
      |                          ~~~~~~
  372 |                          distance, use_caliper_dist, caliper_dist,
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373 |                          use_caliper_covs, caliper_covs, caliper_covs_mat,
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  374 |                          use_exact, exact,
      |                          ~~~~~~~~~~~~~~~~~
  375 |                          use_antiexact, antiexact_covs);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nn_matchC_vec.cpp:280:10: note: 'caliper_dist' was declared here
  280 |   double caliper_dist;
      |          ^~~~~~~~~~~~
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pairdistC.cpp -o pairdistC.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c subclass2mm.cpp -o subclass2mm.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tabulateC.cpp -o tabulateC.o
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/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c weights_matrixC.cpp -o weights_matrixC.o
g++ -std=gnu++17 -shared -s -static-libgcc -o MatchIt.dll tmp.def RcppExports.o dist_to_matrix.o energy_match.o internal.o nn_matchC.o nn_matchC_closest.o nn_matchC_vec.o pairdistC.o subclass2mm.o tabulateC.o weights_matrixC.o -fopenmp -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/RtmpYReHpA/R.INSTALL113541692dfb/MatchIt/src'
make[1]: Entering directory '/d/temp/RtmpYReHpA/R.INSTALL113541692dfb/MatchIt/src'
make[1]: Leaving directory '/d/temp/RtmpYReHpA/R.INSTALL113541692dfb/MatchIt/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-MatchIt/00new/MatchIt/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'MatchIt' as MatchIt_4.5.5.zip
* DONE (MatchIt)