* installing *source* package ‘remulate’ ...
** this is package ‘remulate’ version ‘2.1.0’
** package ‘remulate’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/remulate/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/usr/local/include    -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/usr/local/include    -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 computeStatsActor.cpp -o computeStatsActor.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/usr/local/include    -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 computeStatsTie.cpp -o computeStatsTie.o
computeStatsTie.cpp: In function ‘arma::mat compute_recency(int, const arma::mat&, const arma::mat&)’:
computeStatsTie.cpp:283:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  283 |     for (int m = 0; m < (edgelist.n_rows-1); m++){
      |                     ~~^~~~~~~~~~~~~~~~~~~~~
computeStatsTie.cpp: In function ‘arma::mat computeStatsTie(const arma::vec&, const arma::mat&, const arma::vec&, const arma::mat&, const arma::mat&, Rcpp::List, Rcpp::List, arma::vec, arma::vec, arma::vec, arma::mat)’:
computeStatsTie.cpp:943:31: warning: comparison of integer expressions of different signedness: ‘arma::uword’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
  943 |     for (arma::uword i = 0; i < P; i++){
      |                             ~~^~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o remulate.so RcppExports.o computeStatsActor.o computeStatsTie.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/remulate/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/remulate/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/remulate/src'
installing to /data/gannet/ripley/R/packages/tests-devel/remulate.Rcheck/00LOCK-remulate/00new/remulate/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (remulate)