* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘narray’ ...
** this is package ‘narray’ version ‘0.5.2’
** package ‘narray’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpdfgwgr/R.INSTALL1efa1044d5aace/narray/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c stack.cpp -o stack.o
stack.cpp: In instantiation of ‘Rcpp::Vector<RTYPE, Rcpp::PreserveStorage> cpp_stack_impl(Rcpp::List, int, Rcpp::Vector<RTYPE, Rcpp::PreserveStorage>, bool) [with int RTYPE = 10; Rcpp::List = Rcpp::Vector<19>]’:
stack.cpp:143:51:   required from here
  143 |         case LGLSXP: return cpp_stack_impl<LGLSXP>(array_list, along, as<LogicalVector>(fill), ovr);
      |                             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::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<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |         for (int d=0; d<dim.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~~
stack.cpp:66:28: warning: comparison of integer expressions of different signedness: ‘std::vector<std::vector<int> >::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<std::vector<Rcpp::String> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   70 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:90:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<__gnu_cxx::__normal_iterator<int*, std::vector<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   90 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
stack.cpp: In instantiation of ‘Rcpp::Vector<RTYPE, Rcpp::PreserveStorage> cpp_stack_impl(Rcpp::List, int, Rcpp::Vector<RTYPE, Rcpp::PreserveStorage>, bool) [with int RTYPE = 13; Rcpp::List = Rcpp::Vector<19>]’:
stack.cpp:144:51:   required from here
  144 |         case INTSXP: return cpp_stack_impl<INTSXP>(array_list, along, as<IntegerVector>(fill), ovr);
      |                             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::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<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |         for (int d=0; d<dim.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~~
stack.cpp:66:28: warning: comparison of integer expressions of different signedness: ‘std::vector<std::vector<int> >::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<std::vector<Rcpp::String> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   70 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:90:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<__gnu_cxx::__normal_iterator<int*, std::vector<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   90 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
stack.cpp: In instantiation of ‘Rcpp::Vector<RTYPE, Rcpp::PreserveStorage> cpp_stack_impl(Rcpp::List, int, Rcpp::Vector<RTYPE, Rcpp::PreserveStorage>, bool) [with int RTYPE = 14; Rcpp::List = Rcpp::Vector<19>]’:
stack.cpp:145:53:   required from here
  145 |         case REALSXP: return cpp_stack_impl<REALSXP>(array_list, along, as<NumericVector>(fill), ovr);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::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<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |         for (int d=0; d<dim.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~~
stack.cpp:66:28: warning: comparison of integer expressions of different signedness: ‘std::vector<std::vector<int> >::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<std::vector<Rcpp::String> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   70 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:90:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<__gnu_cxx::__normal_iterator<int*, std::vector<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   90 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
stack.cpp: In instantiation of ‘Rcpp::Vector<RTYPE, Rcpp::PreserveStorage> cpp_stack_impl(Rcpp::List, int, Rcpp::Vector<RTYPE, Rcpp::PreserveStorage>, bool) [with int RTYPE = 15; Rcpp::List = Rcpp::Vector<19>]’:
stack.cpp:146:53:   required from here
  146 |         case CPLXSXP: return cpp_stack_impl<CPLXSXP>(array_list, along, as<ComplexVector>(fill), ovr);
      |                              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::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<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |         for (int d=0; d<dim.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~~
stack.cpp:66:28: warning: comparison of integer expressions of different signedness: ‘std::vector<std::vector<int> >::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<std::vector<Rcpp::String> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   70 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:90:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<__gnu_cxx::__normal_iterator<int*, std::vector<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   90 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
stack.cpp: In instantiation of ‘Rcpp::Vector<RTYPE, Rcpp::PreserveStorage> cpp_stack_impl(Rcpp::List, int, Rcpp::Vector<RTYPE, Rcpp::PreserveStorage>, bool) [with int RTYPE = 16; Rcpp::List = Rcpp::Vector<19>]’:
stack.cpp:147:51:   required from here
  147 |         case STRSXP: return cpp_stack_impl<STRSXP>(array_list, along, as<CharacterVector>(fill), ovr);
      |                             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stack.cpp:19:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::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<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   34 |         for (int d=0; d<dim.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~~
stack.cpp:66:28: warning: comparison of integer expressions of different signedness: ‘std::vector<std::vector<int> >::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<std::vector<Rcpp::String> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   70 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:90:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<__gnu_cxx::__normal_iterator<int*, std::vector<int> > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   90 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o narray.so RcppExports.o stack.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpdfgwgr/R.INSTALL1efa1044d5aace/narray/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpdfgwgr/R.INSTALL1efa1044d5aace/narray/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpdfgwgr/R.INSTALL1efa1044d5aace/narray/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-narray/00new/narray/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘narray’
    finding HTML links ... done
    bind                                    html  
    collect                                 html  
    construct                               html  
    dim                                     html  
    dimnames                                html  
    drop_if                                 html  
    filter                                  html  
    flatten                                 html  
    grapes-or-grapes                        html  
    guess_structure                         html  
    intersect                               html  
    intersect_list                          html  
    lambda                                  html  
    like                                    html  
    map                                     html  
    map_one                                 html  
    mask                                    html  
    match                                   html  
    melt                                    html  
    named_dots                              html  
    narray                                  html  
    pb                                      html  
    rep                                     html  
    restore_null_dimnames                   html  
    split                                   html  
    stack                                   html  
    subset                                  html  
    translate                               html  
    vectors_to_row_or_col                   html  
    which                                   html  
** 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 (narray)