* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘einsum’ ... ** package ‘einsum’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZ59ZPs/R.INSTALLd8ffe41837fd8/einsum/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c code.cpp -o code.o code.cpp: In function ‘std::function)> 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(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::IntegerVector, Rcpp::IntegerVector, Rcpp::ListOf >)’: 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/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o einsum.so RcppExports.o code.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZ59ZPs/R.INSTALLd8ffe41837fd8/einsum/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZ59ZPs/R.INSTALLd8ffe41837fd8/einsum/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZ59ZPs/R.INSTALLd8ffe41837fd8/einsum/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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 * creating tarball packaged installation of ‘einsum’ as ‘einsum_0.1.2_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (einsum)