* installing *source* package 'tipitaka' ... ** this is package 'tipitaka' version '1.0.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -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::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++ -std=gnu++20 -shared -s -static-libgcc -o tipitaka.dll tmp.def cpp11.o sort.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 installing to d:/RCompile/CRANincoming/R-devel/lib/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 * DONE (tipitaka)