downloading reverse dependencies ... downloading mwTensor_1.1.0.tar.gz ... ok installing dependencies ‘ccTensor’, ‘iTensor’, ‘nnTensor’ also installing the dependencies ‘tagcloud’, ‘jointDiag’, ‘einsum’, ‘groupICA’ begin installing package ‘tagcloud’ begin installing package ‘jointDiag’ begin installing package ‘einsum’ begin installing package ‘groupICA’ begin installing package ‘ccTensor’ * installing *source* package ‘groupICA’ ... ** this is package ‘groupICA’ version ‘0.1.1’ ** package ‘groupICA’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (groupICA) * installing *source* package ‘ccTensor’ ... ** this is package ‘ccTensor’ version ‘1.0.3’ ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ccTensor) * installing *source* package ‘jointDiag’ ... ** this is package ‘jointDiag’ version ‘0.4’ ** package ‘jointDiag’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-1) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfEG3Yt/R.INSTALL38ac87312506b/jointDiag/src' gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c ffdiag.c -o ffdiag.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c jadiag.c -o jadiag.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c jedi.c -o jedi.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c jointDiag_init.c -o jointDiag_init.o gcc-15 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o jointDiag.so ffdiag.o jadiag.o jedi.o jointDiag_init.o -llapack -L/home/hornik/tmp/R-d-gcc-15/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfEG3Yt/R.INSTALL38ac87312506b/jointDiag/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-jointDiag/00new/jointDiag/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 (jointDiag) * installing *source* package ‘einsum’ ... ** this is package ‘einsum’ version ‘0.1.2’ ** package ‘einsum’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-1) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdlByYf/R.INSTALL38ac47334fa8e/einsum/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -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++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o einsum.so RcppExports.o code.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdlByYf/R.INSTALL38ac47334fa8e/einsum/src' installing to /home/hornik/tmp/CRAN_recheck/Library/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) begin installing package ‘iTensor’ * installing *source* package ‘tagcloud’ ... ** this is package ‘tagcloud’ version ‘0.7.0’ ** package ‘tagcloud’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-1) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpwRdlzV/R.INSTALL38ac671bdbe3e/tagcloud/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-15 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c overlap.cpp -o overlap.o g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o tagcloud.so RcppExports.o overlap.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpwRdlzV/R.INSTALL38ac671bdbe3e/tagcloud/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-tagcloud/00new/tagcloud/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (tagcloud) begin installing package ‘nnTensor’ * installing *source* package ‘iTensor’ ... ** this is package ‘iTensor’ version ‘1.0.2’ ** package ‘iTensor’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 * DONE (iTensor) * installing *source* package ‘nnTensor’ ... ** this is package ‘nnTensor’ version ‘1.3.0’ ** package ‘nnTensor’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 * DONE (nnTensor) checking ccTensor_1.0.3.tar.gz ... checking mwTensor_1.1.0.tar.gz ... Depends: Package: ccTensor Depends: R (>= 4.1.0) Imports: methods, fields, MASS, igraph, rTensor Timings: user system elapsed ccTensor 23.208 3.615 27.362 Results: Check status summary: OK Source packages 1 Reverse depends 1 Check results summary: ccTensor ... OK rdepends_mwTensor ... OK