downloading reverse dependencies ... downloading audrex_2.0.1.tar.gz ... ok downloading codez_1.0.0.tar.gz ... ok downloading janus_1.0.0.tar.gz ... ok downloading jenga_1.3.0.tar.gz ... ok downloading lambdaTS_1.1.tar.gz ... ok downloading proteus_1.1.5.tar.gz ... ok downloading segen_2.0.0.tar.gz ... ok downloading tetragon_1.3.0.tar.gz ... ok installing dependencies ‘bizdays’, ‘narray’, ‘rBayesianOptimization’, ‘StatRank’ begin installing package ‘rBayesianOptimization’ begin installing package ‘narray’ begin installing package ‘StatRank’ begin installing package ‘bizdays’ * installing *source* package ‘rBayesianOptimization’ ... ** this is package ‘rBayesianOptimization’ version ‘1.2.2’ ** package ‘rBayesianOptimization’ 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 (rBayesianOptimization) * installing *source* package ‘bizdays’ ... ** this is package ‘bizdays’ version ‘1.0.17’ ** package ‘bizdays’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (bizdays) * installing *source* package ‘StatRank’ ... ** this is package ‘StatRank’ version ‘0.0.6’ ** package ‘StatRank’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (StatRank) * installing *source* package ‘narray’ ... ** this is package ‘narray’ version ‘0.5.2’ ** using staged installation ** libs using C++ compiler: ‘g++-15 (Debian 15.2.0-7) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGKoDpX/R.INSTALL1a7251434aec68/narray/src' g++-15 -std=gnu++17 -I"/home/hornik/tmp/R/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/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 stack.cpp -o stack.o stack.cpp: In instantiation of ‘Rcpp::Vector cpp_stack_impl(Rcpp::List, int, Rcpp::Vector, bool) [with int RTYPE = 10; Rcpp::List = Rcpp::Vector<19>]’: stack.cpp:143:51: required from here 143 | case LGLSXP: return cpp_stack_impl(array_list, along, as(fill), ovr); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 19 | if (along == dim.size()+1) { // along introduces new dimension | ~~~~~~^~~~~~~~~~~~~~~ stack.cpp:34:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 34 | for (int d=0; d >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 66 | if (a2r[ai].size() != rdim.size()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ stack.cpp:70:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 70 | for (int i=0; i > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 90 | for (int d=0; d cpp_stack_impl(Rcpp::List, int, Rcpp::Vector, bool) [with int RTYPE = 13; Rcpp::List = Rcpp::Vector<19>]’: stack.cpp:144:51: required from here 144 | case INTSXP: return cpp_stack_impl(array_list, along, as(fill), ovr); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 19 | if (along == dim.size()+1) { // along introduces new dimension | ~~~~~~^~~~~~~~~~~~~~~ stack.cpp:34:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 34 | for (int d=0; d >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 66 | if (a2r[ai].size() != rdim.size()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ stack.cpp:70:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 70 | for (int i=0; i > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 90 | for (int d=0; d cpp_stack_impl(Rcpp::List, int, Rcpp::Vector, bool) [with int RTYPE = 14; Rcpp::List = Rcpp::Vector<19>]’: stack.cpp:145:53: required from here 145 | case REALSXP: return cpp_stack_impl(array_list, along, as(fill), ovr); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 19 | if (along == dim.size()+1) { // along introduces new dimension | ~~~~~~^~~~~~~~~~~~~~~ stack.cpp:34:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 34 | for (int d=0; d >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 66 | if (a2r[ai].size() != rdim.size()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ stack.cpp:70:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 70 | for (int i=0; i > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 90 | for (int d=0; d cpp_stack_impl(Rcpp::List, int, Rcpp::Vector, bool) [with int RTYPE = 15; Rcpp::List = Rcpp::Vector<19>]’: stack.cpp:146:53: required from here 146 | case CPLXSXP: return cpp_stack_impl(array_list, along, as(fill), ovr); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 19 | if (along == dim.size()+1) { // along introduces new dimension | ~~~~~~^~~~~~~~~~~~~~~ stack.cpp:34:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 34 | for (int d=0; d >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 66 | if (a2r[ai].size() != rdim.size()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ stack.cpp:70:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 70 | for (int i=0; i > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 90 | for (int d=0; d cpp_stack_impl(Rcpp::List, int, Rcpp::Vector, bool) [with int RTYPE = 16; Rcpp::List = Rcpp::Vector<19>]’: stack.cpp:147:51: required from here 147 | case STRSXP: return cpp_stack_impl(array_list, along, as(fill), ovr); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 19 | if (along == dim.size()+1) { // along introduces new dimension | ~~~~~~^~~~~~~~~~~~~~~ stack.cpp:34:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 34 | for (int d=0; d >::size_type’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare] 66 | if (a2r[ai].size() != rdim.size()) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ stack.cpp:70:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 70 | for (int i=0; i > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 90 | for (int d=0; d= 3.6.2) Imports: progress, Rcpp, stats, stringr, utils LinkingTo: Rcpp Timings: user system elapsed narray 33.229 4.066 39.017 Results: Check status summary: OK Source packages 1 Reverse depends 8 Check results summary: narray ... OK rdepends_audrex ... OK rdepends_codez ... OK rdepends_janus ... OK rdepends_jenga ... OK rdepends_lambdaTS ... OK rdepends_proteus ... OK rdepends_segen ... OK rdepends_tetragon ... OK Check results changes: Package: audrex Check: CRAN incoming feasibility Old result: NOTE Package: jenga Check: CRAN incoming feasibility Old result: NOTE Package: lambdaTS Check: CRAN incoming feasibility Old result: NOTE Package: tetragon Check: CRAN incoming feasibility Old result: NOTE