* installing *source* package ‘redistmetrics’ ... ** this is package ‘redistmetrics’ version ‘1.0.7’ ** package ‘redistmetrics’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’ using C++17 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/redistmetrics/src' g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c RcppExports.cpp -o RcppExports.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c compactness.cpp -o compactness.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c competitiveness.cpp -o competitiveness.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c contiguity.cpp -o contiguity.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c distances.cpp -o distances.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c kirchhoff.cpp -o kirchhoff.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c partisan.cpp -o partisan.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"/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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c reindex.cpp -o reindex.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -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"/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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c splits.cpp -o splits.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c tally.cpp -o tally.o g++ -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'/data/gannet/ripley/R/test-dev/RcppThread/include' -I/usr/local/include -fopenmp -DARMA_64BIT_WORD=1 -g0 -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 -c varinfo.cpp -o varinfo.o g++ -std=gnu++17 -shared -L/usr/local/lib64 -o redistmetrics.so 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 -lpthread -latomic -lpthread -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/redistmetrics/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/redistmetrics/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/redistmetrics/src' installing to /data/gannet/ripley/R/packages/tests-devel/redistmetrics.Rcheck/00LOCK-redistmetrics/00new/redistmetrics/libs ** 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 ** 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 (redistmetrics)