* installing *source* package 'RapidFuzz' ...
** package 'RapidFuzz' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++17
make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_damerauLevenshtein.cpp -o rapidfuzz_damerauLevenshtein.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_distance.cpp -o rapidfuzz_distance.o
rapidfuzz_distance.cpp: In function 'std::string editops_apply_str(Rcpp::DataFrame, std::string, std::string)':
rapidfuzz_distance.cpp:73:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   73 |        if (src_idx >= 0 && src_idx < result.size() && dest_idx >= 0 && dest_idx < s2.size()) {
      |                            ~~~~~~~~^~~~~~~~~~~~~~~
rapidfuzz_distance.cpp:73:81: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   73 |        if (src_idx >= 0 && src_idx < result.size() && dest_idx >= 0 && dest_idx < s2.size()) {
      |                                                                        ~~~~~~~~~^~~~~~~~~~~
rapidfuzz_distance.cpp:79:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
   79 |        if (dest_idx >= 0 && dest_idx < s2.size()) {
      |                             ~~~~~~~~~^~~~~~~~~~~
rapidfuzz_distance.cpp: In function 'std::string opcodes_apply_str(Rcpp::DataFrame, std::string, std::string)':
rapidfuzz_distance.cpp:115:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  115 |    for (size_t i = 0; i < opcodes.nrows(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~
rapidfuzz_distance.cpp: In function 'Rcpp::CharacterVector opcodes_apply_vec(Rcpp::DataFrame, std::string, std::string)':
rapidfuzz_distance.cpp:178:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  178 |    for (size_t i = 0; i < opcodes.nrows(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~
rapidfuzz_distance.cpp: In function 'Rcpp::CharacterVector editops_apply_vec(Rcpp::DataFrame, std::string, std::string)':
rapidfuzz_distance.cpp:239:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  239 |    for (size_t i = 0; i < editops.nrows(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~
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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_extract.cpp -o rapidfuzz_extract.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_fuzz.cpp -o rapidfuzz_fuzz.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_hamming.cpp -o rapidfuzz_hamming.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_indel.cpp -o rapidfuzz_indel.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_jaro.cpp -o rapidfuzz_jaro.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_jarowinkler.cpp -o rapidfuzz_jarowinkler.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_lcsseq.cpp -o rapidfuzz_lcsseq.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_levenshtein.cpp -o rapidfuzz_levenshtein.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_osa.cpp -o rapidfuzz_osa.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_postfix.cpp -o rapidfuzz_postfix.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"   -I/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c rapidfuzz_prefix.cpp -o rapidfuzz_prefix.o
g++ -shared -s -static-libgcc -o RapidFuzz.dll tmp.def RcppExports.o rapidfuzz_damerauLevenshtein.o rapidfuzz_distance.o rapidfuzz_extract.o rapidfuzz_fuzz.o rapidfuzz_hamming.o rapidfuzz_indel.o rapidfuzz_jaro.o rapidfuzz_jarowinkler.o rapidfuzz_lcsseq.o rapidfuzz_levenshtein.o rapidfuzz_osa.o rapidfuzz_postfix.o rapidfuzz_prefix.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/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src'
make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src'
make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/RtmpyUe9eA/R.INSTALL161e4318810fa/RapidFuzz/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-RapidFuzz/00new/RapidFuzz/libs/x64
** R
** inst
** 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 'RapidFuzz' as RapidFuzz_1.0.zip
* DONE (RapidFuzz)