* installing *source* package 'rucrdtw' ...
** this is package 'rucrdtw' version '0.1.6'
** package 'rucrdtw' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQfkAwH/R.INSTALL13f89676834/rucrdtw/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c dtw_functions.cpp -o dtw_functions.o
In function 'void push_back(deque2*, int)',
    inlined from 'void lower_upper_lemire(double*, int, int, double*, double*)' at dtw_functions.cpp:151:14:
dtw_functions.cpp:93:17: warning: array subscript [-2147483647, -1] is outside array bounds of 'void []' [-Warray-bounds=]
   93 |     d->dq[d->r] = v;
      |     ~~~~~~~~~~~~^~~
In function 'void init(deque2*, int)',
    inlined from 'void lower_upper_lemire(double*, int, int, double*, double*)' at dtw_functions.cpp:148:9:
dtw_functions.cpp:79:27: note: at offset [-8589934588, -4] into object of size [0, 9223372036854775807] allocated by 'malloc'
   79 |     d->dq = (int *) malloc(sizeof(int)*d->capacity);
      |                     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ed_functions.cpp -o ed_functions.o
g++ -std=gnu++17 -shared -s -static-libgcc -o rucrdtw.dll tmp.def RcppExports.o dtw_functions.o ed_functions.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQfkAwH/R.INSTALL13f89676834/rucrdtw/src'
make[1]: Entering directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQfkAwH/R.INSTALL13f89676834/rucrdtw/src'
make[1]: Leaving directory '/d/temp/2025_07_01_01_50_01_1069/RtmpQfkAwH/R.INSTALL13f89676834/rucrdtw/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-rucrdtw/00new/rucrdtw/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'rucrdtw' as rucrdtw_0.1.6.zip
* DONE (rucrdtw)