NEWS
text.alignment 0.1.5 (2025-11-26)
- Fix R CMD check notes on misaligned braces in documentation
- Add rmarkdown in Suggests
text.alignment 0.1.4 (2023-09-14)
- Drop C++11 specification in Makevars
text.alignment 0.1.3 (2022-08-17)
- Change of maintainer email address
text.alignment 0.1.2 (2020-09-08)
- Added smith_waterman_misaligned to extract the information of what is misaligned
- Allow to pass arguments to the tokenizer
text.alignment 0.1.1 (2020-04-23)
- Fix mismatch between R and Rcpp version of smith_waterman in case of an alignment with 1 letter/word only
- Also return similarity score to a and b individually instead of only to the shortest string. These 2 measurements are now also returned by as.data.frame.smith_waterman
- Added smith_waterman_pairwise
text.alignment 0.1.0 (2020-03-30)