* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘RapidFuzz’ ...
** this is package ‘RapidFuzz’ version ‘1.0’
** package ‘RapidFuzz’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_damerauLevenshtein.cpp -o rapidfuzz_damerauLevenshtein.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 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 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 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 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 unsigned int’} and ‘int’ [-Wsign-compare]
239 | for (size_t i = 0; i < editops.nrows(); ++i) {
| ~~^~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_extract.cpp -o rapidfuzz_extract.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_fuzz.cpp -o rapidfuzz_fuzz.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_hamming.cpp -o rapidfuzz_hamming.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_indel.cpp -o rapidfuzz_indel.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_jaro.cpp -o rapidfuzz_jaro.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_jarowinkler.cpp -o rapidfuzz_jarowinkler.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_lcsseq.cpp -o rapidfuzz_lcsseq.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_levenshtein.cpp -o rapidfuzz_levenshtein.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_osa.cpp -o rapidfuzz_osa.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_postfix.cpp -o rapidfuzz_postfix.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -I/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src -fpic -g -O2 -Wall -pedantic -mtune=native -c rapidfuzz_prefix.cpp -o rapidfuzz_prefix.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o RapidFuzz.so 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 -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpqn1L4m/R.INSTALL15f77c6d486e/RapidFuzz/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-RapidFuzz/00new/RapidFuzz/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘RapidFuzz’
finding HTML links ... done
damerau_levenshtein_distance html
damerau_levenshtein_normalized_distance
html
damerau_levenshtein_normalized_similarity
html
damerau_levenshtein_similarity html
editops_apply_str html
editops_apply_vec html
extract_best_match html
extract_matches html
extract_similar_strings html
fuzz_QRatio html
fuzz_WRatio html
fuzz_partial_ratio html
fuzz_ratio html
fuzz_token_ratio html
fuzz_token_set_ratio html
fuzz_token_sort_ratio html
get_editops html
hamming_distance html
hamming_normalized_distance html
hamming_normalized_similarity html
hamming_similarity html
indel_distance html
indel_normalized_distance html
indel_normalized_similarity html
indel_similarity html
jaro_distance html
jaro_normalized_distance html
jaro_normalized_similarity html
jaro_similarity html
jaro_winkler_distance html
jaro_winkler_normalized_distance html
jaro_winkler_normalized_similarity html
jaro_winkler_similarity html
lcs_seq_distance html
lcs_seq_editops html
lcs_seq_normalized_distance html
lcs_seq_normalized_similarity html
lcs_seq_similarity html
levenshtein_distance html
levenshtein_normalized_distance html
levenshtein_normalized_similarity html
levenshtein_similarity html
opcodes_apply_str html
opcodes_apply_vec html
osa_distance html
osa_editops html
osa_normalized_distance html
osa_normalized_similarity html
osa_similarity html
postfix_distance html
postfix_normalized_distance html
postfix_normalized_similarity html
postfix_similarity html
prefix_distance html
prefix_normalized_distance html
prefix_normalized_similarity html
prefix_similarity html
processString html
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (RapidFuzz)