* installing *source* package 'tipitaka' ...
** package 'tipitaka' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++14
make[1]: Entering directory '/d/temp/Rtmpa0hxE0/R.INSTALL1441c69f6abf/tipitaka/src'
g++  -std=gnu++14 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11.cpp -o cpp11.o
g++  -std=gnu++14 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sort.cpp -o sort.o
sort.cpp: In function 'std::size_t char_size(std::string, int)':
sort.cpp:10:17: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
   10 |    if (s.size() < p) return 0;
      |        ~~~~~~~~~^~~
sort.cpp: In function 'bool c_pali_lt(std::string, std::string)':
sort.cpp:83:28: warning: comparison of integer expressions of different signedness: 'int' and 'const long long unsigned int' [-Wsign-compare]
   83 |    while (word1_byte_count < word1_total_bytes &&
      |           ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
sort.cpp:84:28: warning: comparison of integer expressions of different signedness: 'int' and 'const long long unsigned int' [-Wsign-compare]
   84 |           word2_byte_count < word2_total_bytes) {
      |           ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o tipitaka.dll tmp.def cpp11.o sort.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/Rtmpa0hxE0/R.INSTALL1441c69f6abf/tipitaka/src'
make[1]: Entering directory '/d/temp/Rtmpa0hxE0/R.INSTALL1441c69f6abf/tipitaka/src'
make[1]: Leaving directory '/d/temp/Rtmpa0hxE0/R.INSTALL1441c69f6abf/tipitaka/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-tipitaka/00new/tipitaka/libs/x64
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'tipitaka' as tipitaka_0.1.2.zip
* DONE (tipitaka)