* installing *source* package ‘dfmta’ ... ** package ‘dfmta’ successfully unpacked and MD5 sums checked ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++-13 -std=gnu++11 accepts -g... yes checking for g++-13 -std=gnu++11 option to enable C++11 features... none needed checking for g++-13 -std=gnu++11 option to support OpenMP... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-noRemap/dfmta/src' g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I CppBugs -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/RcppProgress/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 dfmta.cpp -o dfmta.o In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:30, from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25, from /data/gannet/ripley/R/test-dev/RcppArmadillo/include/RcppArmadillo.h:29, from dfmta.cpp:6: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/r/headers.h:26: warning: "R_NO_REMAP" redefined 26 | #define R_NO_REMAP | : note: this is the location of the previous definition In file included from CppBugs/cppbugs/mcmc.dynamic.hpp:22, from CppBugs/cppbugs/mcmc.deterministic.hpp:21, from CppBugs/cppbugs/cppbugs.hpp:21, from dfmta.cpp:14: CppBugs/cppbugs/mcmc.math.hpp: In function 'arma::vec cppbugs::log_approx(const arma::vec&)': CppBugs/cppbugs/mcmc.math.hpp:52:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 52 | for(int i = 0; i < x.size(); i++) { | ~~^~~~~~~~~~ CppBugs/cppbugs/mcmc.math.hpp: In function 'arma::vec cppbugs::exp_approx(const arma::vec&)': CppBugs/cppbugs/mcmc.math.hpp:80:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 80 | for(int i = 0; i < x.size(); i++) { | ~~^~~~~~~~~~ dfmta.cpp: In member function 'void dfmta::results::accumulate(const dfmta::trial_data&, const std::vector >&)': dfmta.cpp:160:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 160 | for(int group=0; group