* installing *source* package 'RcppJagger' ...
** package 'RcppJagger' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
using C++17
make[1]: Entering directory '/d/temp/RtmpuyRhtZ/R.INSTALL221e86ab4147e/RcppJagger/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c main.cpp -o main.o
In file included from main.cpp:2:
../inst/include/jagger.cc: In static member function 'static void jagger::tagger::write_buffer(char*&, char*, size_t)':
../inst/include/jagger.cc:61:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
   61 |       if (p - buf <= limit) return;
      |           ~~~~~~~~^~~~~~~~
../inst/include/jagger.cc: In member function 'void jagger::tagger::read_model(const std::string&)':
../inst/include/jagger.cc:106:45: warning: left shift count >= width of type [-Wshift-count-overflow]
  106 |         fs2pid.insert (std::make_pair ((1ul << 32) | 2, fs2pid.size ()));
      |                                         ~~~~^~~~~
../inst/include/jagger.cc:107:30: warning: left shift count >= width of type [-Wshift-count-overflow]
  107 |         p2f_.push_back ((1ul << 32) | 2);
      |                          ~~~~^~~~~
../inst/include/jagger.cc:110:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long long unsigned int, int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  110 |         for (int u = 0; u < counter.size (); ++u) // allow 43 bits for counting
      |                         ~~^~~~~~~~~~~~~~~~~
../inst/include/jagger.cc:178:46: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  178 |           for (int offset (0), b (0); offset < it->first.size (); offset += b)
      |                                       ~~~~~~~^~~~~~~~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o RcppJagger.dll tmp.def RcppExports.o main.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpuyRhtZ/R.INSTALL221e86ab4147e/RcppJagger/src'
make[1]: Entering directory '/d/temp/RtmpuyRhtZ/R.INSTALL221e86ab4147e/RcppJagger/src'
make[1]: Leaving directory '/d/temp/RtmpuyRhtZ/R.INSTALL221e86ab4147e/RcppJagger/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-RcppJagger/00new/RcppJagger/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
** 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 'RcppJagger' as RcppJagger_0.0.2.zip
* DONE (RcppJagger)