* installing *source* package 'mnmer' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/cpp11/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c mnmercpp.cc -o mnmercpp.o mnmercpp.cc: In function 'std::map, float> get_mmers(int, int, const std::string&)': mnmercpp.cc:21:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 21 | for (int i = 0; i < s.size()-m-n; ++i){ | ~~^~~~~~~~~~~~~~ mnmercpp.cc: In function 'std::string convNUC(std::string)': mnmercpp.cc:81:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 81 | for (int i = 0; i < s.size(); ++i) | ~~^~~~~~~~~~ mnmercpp.cc: In function 'std::vector > lexnucl(int, int)': mnmercpp.cc:96:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 96 | if (s.size() < k) | ~~~~~~~~~~^~~ mnmercpp.cc: In function 'std::map, std::__cxx11::basic_string > read_fasta_rand(std::string, unsigned int, int, float)': mnmercpp.cc:150:22: warning: comparison of integer expressions of different signedness: 'std::unordered_set::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 150 | while (su.size() != size) | ~~~~~~~~~~^~~~~~~ mnmercpp.cc:163:28: warning: comparison of integer expressions of different signedness: 'std::map, std::__cxx11::basic_string >::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 163 | if (mps.size() == size){ | ~~~~~~~~~~~^~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o mnmer.dll tmp.def mnmercpp.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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-mnmer/00new/mnmer/libs/x64 ** R ** 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 * DONE (mnmer)