* installing *source* package 'BWStest' ...
** package 'BWStest' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpGs5y78/R.INSTALL875039574c4a/BWStest/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/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.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bws_init.cpp -o bws_init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bws_stat.cpp -o bws_stat.o
In file included from bws_stat.cpp:42:
util.h: In instantiation of 'Rcpp::IntegerVector zip_index_lstar(T, T, int, int) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; D = double; bool comp_with_eq = true; Rcpp::IntegerVector = Rcpp::Vector<13>]':
util.h:126:40:   required from 'Rcpp::IntegerVector full_rank(T, T) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; D = double; Rcpp::IntegerVector = Rcpp::Vector<13>]'
bws_stat.cpp:106:52:   required from here
util.h:72:13: warning: unused variable 'kidx' [-Wunused-variable]
   72 |         int kidx;
      |             ^~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c murakami_stat.cpp -o murakami_stat.o
murakami_stat.cpp: In function 'Rcpp::NumericVector murakami_pre_B(size_t, size_t, Rcpp::IntegerVector, size_t, int)':
murakami_stat.cpp:93:23: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
   93 |         for (jjj=0;jjj<numits;jjj++) {
      |                    ~~~^~~~~~~
murakami_stat.cpp:100:57: warning: comparison of integer expressions of different signedness: 'Rcpp::traits::storage_type<13>::type' {aka 'int'} and 'long long unsigned int' [-Wsign-compare]
  100 |                         while ((iii > 0) && (parts(iii) == N - (nx - 1) + iii)) {
      |                                              ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
murakami_stat.cpp:104:35: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
  104 |                         for (;iii < (nx - 1);iii++) {
      |                               ~~~~^~~~~~~~~~
murakami_stat.cpp:110:31: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
  110 |                 for (iii=1;iii<=nx;iii++) {
      |                            ~~~^~~~
In file included from murakami_stat.cpp:42:
util.h: In instantiation of 'Rcpp::IntegerVector zip_index_lstar(T, T, int, int) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; D = double; bool comp_with_eq = true; Rcpp::IntegerVector = Rcpp::Vector<13>]':
util.h:126:40:   required from 'Rcpp::IntegerVector full_rank(T, T) [with T = Rcpp::Vector<14, Rcpp::PreserveStorage>; D = double; Rcpp::IntegerVector = Rcpp::Vector<13>]'
murakami_stat.cpp:259:52:   required from here
util.h:72:13: warning: unused variable 'kidx' [-Wunused-variable]
   72 |         int kidx;
      |             ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o BWStest.dll tmp.def RcppExports.o bws_init.o bws_stat.o murakami_stat.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpGs5y78/R.INSTALL875039574c4a/BWStest/src'
make[1]: Entering directory '/d/temp/RtmpGs5y78/R.INSTALL875039574c4a/BWStest/src'
make[1]: Leaving directory '/d/temp/RtmpGs5y78/R.INSTALL875039574c4a/BWStest/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-BWStest/00new/BWStest/libs/x64
** 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
* MD5 sums
packaged installation of 'BWStest' as BWStest_0.2.3.zip
* DONE (BWStest)