* installing *source* package ‘einsum’ ...
** package ‘einsum’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/einsum/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/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++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/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 code.cpp -o code.o
code.cpp: In function 'std::function<int(Rcpp::Vector<13>)> pos2idx_gen(const Rcpp::IntegerVector&, const Rcpp::IntegerVector&)':
code.cpp:9:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
    9 |   for(size_t i = 0; i < str_vec.size(); i++){
      |                     ~~^~~~~~~~~~~~~~~~
code.cpp: In lambda function:
code.cpp:15:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   15 |     for(size_t i = 0; i < str_vec.size(); i++){
      |                       ~~^~~~~~~~~~~~~~~~
code.cpp: In function 'std::function<Rcpp::Vector<13>(int, Rcpp::Vector<13>&)> idx2pos_gen(const Rcpp::IntegerVector&, const Rcpp::IntegerVector&)':
code.cpp:26:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   26 |   for(size_t i = 0; i < str_vec.size(); i++){
      |                     ~~^~~~~~~~~~~~~~~~
code.cpp: In lambda function:
code.cpp:32:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   32 |     for(size_t i = 0; i < str_vec.size(); i++){
      |                       ~~^~~~~~~~~~~~~~~~
code.cpp: In function 'Rcpp::NumericVector einsum_impl_fast(Rcpp::IntegerVector, Rcpp::ListOf<Rcpp::Vector<13> >, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::ListOf<Rcpp::Vector<14, Rcpp::PreserveStorage> >)':
code.cpp:54:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   54 |   for(size_t i = 0; i < result_vars_vec.size(); i++){
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~
code.cpp:76:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare]
   76 |       for(size_t arr_idx = 0; arr_idx < arrays.size(); arr_idx++) {
      |                               ~~~~~~~~^~~~~~~~~~~~~~~
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 einsum.so RcppExports.o code.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/einsum/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/einsum/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/einsum/src'
installing to /data/gannet/ripley/R/packages/tests-devel/einsum.Rcheck/00LOCK-einsum/00new/einsum/libs
** R
** 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 (einsum)