* installing *source* package 'einsum' ...
** package 'einsum' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpS4p8uW/R.INSTALL3145839d953d4/einsum/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long 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 long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   76 |       for(size_t arr_idx = 0; arr_idx < arrays.size(); arr_idx++) {
      |                               ~~~~~~~~^~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o einsum.dll tmp.def RcppExports.o code.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpS4p8uW/R.INSTALL3145839d953d4/einsum/src'
make[1]: Entering directory '/d/temp/RtmpS4p8uW/R.INSTALL3145839d953d4/einsum/src'
make[1]: Leaving directory '/d/temp/RtmpS4p8uW/R.INSTALL3145839d953d4/einsum/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-einsum/00new/einsum/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'einsum' as einsum_0.1.2.zip
* DONE (einsum)