* installing *source* package ‘econetwork’ ...
** package ‘econetwork’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/econetwork/src'
g++-13 -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/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppGSL/include' -I/usr/local/include   -I. -fopenmp -I../inst/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 EltonModel.cpp -o EltonModel.o
g++-13 -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/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppGSL/include' -I/usr/local/include   -I. -fopenmp -I../inst/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++-13 -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/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppGSL/include' -I/usr/local/include   -I. -fopenmp -I../inst/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 RcppWrappers.cpp -o RcppWrappers.o
gcc-13 -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/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/RcppGSL/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c elton-init.c -o elton-init.o
RcppWrappers.cpp: In function 'Rcpp::List elgrincore(Rcpp::IntegerMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, int)':
RcppWrappers.cpp:89:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   89 |   for(unsigned int i=0; i<nbSpecies; i++){
      |                         ~^~~~~~~~~~
RcppWrappers.cpp:91:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   91 |     for (unsigned int k=0; k<nbCovariates; k++){
      |                            ~^~~~~~~~~~~~~
RcppWrappers.cpp:97:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   97 |   for(unsigned int l=0; l<nbLocations; l++){
      |                         ~^~~~~~~~~~~~
RcppWrappers.cpp:103:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  103 |   for(unsigned int i=0; i<nbSpecies; i++){
      |                         ~^~~~~~~~~~
RcppWrappers.cpp:104:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  104 |     for (unsigned int l=0; l<nbLocations; l++){
      |                            ~^~~~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o econetwork.so EltonModel.o RcppExports.o RcppWrappers.o elton-init.o -fopenmp -lgsl -lgslcblas -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/econetwork/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/econetwork/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/econetwork/src'
installing to /data/gannet/ripley/R/packages/tests-devel/econetwork.Rcheck/00LOCK-econetwork/00new/econetwork/libs
** R
** data
** 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 (econetwork)