* installing *source* package 'narray' ...
** package 'narray' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpMrvCWb/R.INSTALL113d885a33e1/narray/src'
g++  -std=gnu++11 -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"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -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"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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:151:51:   required from here
stack.cpp:20:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |             for (int i=0; i<da.size(); i++)
      |                           ~^~~~~~~~~~
stack.cpp:24:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   24 |         if (along == da.size()+1) { // along introduces new dimension
      |             ~~~~~~^~~~~~~~~~~~~~
stack.cpp:39:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   39 |         for (int d=0; d<da.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~
stack.cpp:74:28: warning: comparison of integer expressions of different signedness: 'std::vector<std::vector<int> >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   74 |         if (a2r[ai].size() != rdim.size())
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
stack.cpp:78:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<Rcpp::String> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:98: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 long unsigned int'} [-Wsign-compare]
   98 |         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:152:51:   required from here
stack.cpp:20:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |             for (int i=0; i<da.size(); i++)
      |                           ~^~~~~~~~~~
stack.cpp:24:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   24 |         if (along == da.size()+1) { // along introduces new dimension
      |             ~~~~~~^~~~~~~~~~~~~~
stack.cpp:39:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   39 |         for (int d=0; d<da.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~
stack.cpp:74:28: warning: comparison of integer expressions of different signedness: 'std::vector<std::vector<int> >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   74 |         if (a2r[ai].size() != rdim.size())
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
stack.cpp:78:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<Rcpp::String> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:98: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 long unsigned int'} [-Wsign-compare]
   98 |         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:153:53:   required from here
stack.cpp:20:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |             for (int i=0; i<da.size(); i++)
      |                           ~^~~~~~~~~~
stack.cpp:24:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   24 |         if (along == da.size()+1) { // along introduces new dimension
      |             ~~~~~~^~~~~~~~~~~~~~
stack.cpp:39:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   39 |         for (int d=0; d<da.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~
stack.cpp:74:28: warning: comparison of integer expressions of different signedness: 'std::vector<std::vector<int> >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   74 |         if (a2r[ai].size() != rdim.size())
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
stack.cpp:78:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<Rcpp::String> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:98: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 long unsigned int'} [-Wsign-compare]
   98 |         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:154:53:   required from here
stack.cpp:20:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |             for (int i=0; i<da.size(); i++)
      |                           ~^~~~~~~~~~
stack.cpp:24:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   24 |         if (along == da.size()+1) { // along introduces new dimension
      |             ~~~~~~^~~~~~~~~~~~~~
stack.cpp:39:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   39 |         for (int d=0; d<da.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~
stack.cpp:74:28: warning: comparison of integer expressions of different signedness: 'std::vector<std::vector<int> >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   74 |         if (a2r[ai].size() != rdim.size())
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
stack.cpp:78:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<Rcpp::String> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:98: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 long unsigned int'} [-Wsign-compare]
   98 |         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:155:51:   required from here
stack.cpp:20:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |             for (int i=0; i<da.size(); i++)
      |                           ~^~~~~~~~~~
stack.cpp:24:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   24 |         if (along == da.size()+1) { // along introduces new dimension
      |             ~~~~~~^~~~~~~~~~~~~~
stack.cpp:39:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   39 |         for (int d=0; d<da.size(); d++) { // dimension in array
      |                       ~^~~~~~~~~~
stack.cpp:74:28: warning: comparison of integer expressions of different signedness: 'std::vector<std::vector<int> >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
   74 |         if (a2r[ai].size() != rdim.size())
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
stack.cpp:78:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<Rcpp::String> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for (int i=0; i<dimnames.size(); i++) {
      |                   ~^~~~~~~~~~~~~~~~
stack.cpp:98: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 long unsigned int'} [-Wsign-compare]
   98 |         for (int d=0; d<it.size(); d++)
      |                       ~^~~~~~~~~~
g++ -shared -s -static-libgcc -o narray.dll tmp.def RcppExports.o stack.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/RtmpMrvCWb/R.INSTALL113d885a33e1/narray/src'
make[1]: Entering directory '/d/temp/RtmpMrvCWb/R.INSTALL113d885a33e1/narray/src'
make[1]: Leaving directory '/d/temp/RtmpMrvCWb/R.INSTALL113d885a33e1/narray/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-narray/00new/narray/libs/x64
** 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
* MD5 sums
packaged installation of 'narray' as narray_0.5.1.zip
* DONE (narray)