* installing *source* package 'redistmetrics' ...
** package 'redistmetrics' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++17
make[1]: Entering directory '/d/temp/Rtmp0Ir5zs/R.INSTALL3ffc26fe2d88/redistmetrics/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:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c compactness.cpp -o compactness.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c competitiveness.cpp -o competitiveness.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c contiguity.cpp -o contiguity.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c distances.cpp -o distances.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kirchhoff.cpp -o kirchhoff.o
In file included from kirchhoff.cpp:2:
../inst/include/kirchhoff_inline.h: In function 'double log_st_distr(const Graph&, const arma::umat&, const arma::uvec&, int, int, int)':
../inst/include/kirchhoff_inline.h:25:27: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   25 |     if (districts(i, idx) == district && counties(i) == county) {
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../inst/include/kirchhoff_inline.h:25:54: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   25 |     if (districts(i, idx) == district && counties(i) == county) {
      |                                          ~~~~~~~~~~~~^~~~~~~~~
../inst/include/kirchhoff_inline.h:34:27: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   34 |     if (districts(i, idx) != district || counties(i) != county) continue;
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../inst/include/kirchhoff_inline.h:34:54: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   34 |     if (districts(i, idx) != district || counties(i) != county) continue;
      |                                          ~~~~~~~~~~~~^~~~~~~~~
../inst/include/kirchhoff_inline.h:43:32: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   43 |       if (districts(nbor, idx) != district || counties(nbor) != county) continue;
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../inst/include/kirchhoff_inline.h:43:62: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   43 |       if (districts(nbor, idx) != district || counties(nbor) != county) continue;
      |                                               ~~~~~~~~~~~~~~~^~~~~~~~~
../inst/include/kirchhoff_inline.h: In function 'double log_st_contr(const Graph&, const arma::umat&, const arma::uvec&, int, int, int)':
../inst/include/kirchhoff_inline.h:70:27: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   70 |     if (districts(i, idx) != district) continue;
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../inst/include/kirchhoff_inline.h:85:27: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   85 |     if (districts(i, idx) != district) continue;
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../inst/include/kirchhoff_inline.h:93:32: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   93 |       if (districts(nbor, idx) != district || pos.at(nbor) == cty) continue;
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
kirchhoff.cpp: In function 'Rcpp::NumericVector n_removed(const Graph&, const arma::umat&, int)':
kirchhoff.cpp:43:36: warning: comparison of integer expressions of different signedness: 'const long long unsigned int' and 'int' [-Wsign-compare]
   43 |         if (districts(nbors[j], n) != dist) removed += 1.0;
      |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
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:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c partisan.cpp -o partisan.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c reindex.cpp -o reindex.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c segregation.cpp -o segregation.o
segregation.cpp: In function 'Rcpp::NumericVector segregationcalc(Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector)':
segregation.cpp:54:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'long long unsigned int'} [-Wsign-compare]
   54 |       for(int k = 0; k < findCds.size(); k++){
      |                      ~~^~~~~~~~~~~~~~~~
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:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c splits.cpp -o splits.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tally.cpp -o tally.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/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppThread/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_64BIT_WORD=1 -g0   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c varinfo.cpp -o varinfo.o
g++ -shared -s -static-libgcc -o redistmetrics.dll tmp.def RcppExports.o compactness.o competitiveness.o contiguity.o distances.o kirchhoff.o partisan.o reindex.o segregation.o splits.o tally.o varinfo.o -latomic -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -fopenmp -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/Rtmp0Ir5zs/R.INSTALL3ffc26fe2d88/redistmetrics/src'
make[1]: Entering directory '/d/temp/Rtmp0Ir5zs/R.INSTALL3ffc26fe2d88/redistmetrics/src'
make[1]: Leaving directory '/d/temp/Rtmp0Ir5zs/R.INSTALL3ffc26fe2d88/redistmetrics/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-redistmetrics/00new/redistmetrics/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 'redistmetrics' as redistmetrics_1.0.7.zip
* DONE (redistmetrics)