Skip to content

Releases: DIGI-VUB/text.alignment

CRAN Release 0.1.5

26 Nov 23:40

Choose a tag to compare

CHANGES IN text.alignment VERSION 0.1.5

  • Fix R CMD check notes on misaligned braces in documentation
  • Add rmarkdown in Suggests

CRAN Release 0.1.4

14 Sep 11:55

Choose a tag to compare

CHANGES IN text.alignment VERSION 0.1.4

  • Drop C++11 specification in Makevars

CRAN Release 0.1.3

18 Aug 07:12

Choose a tag to compare

CHANGES IN text.alignment VERSION 0.1.3

  • Change of maintainer email address

CRAN Release 0.1.1

26 Jun 12:18

Choose a tag to compare

CHANGES IN text.alignment VERSION 0.1.1

  • 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

CRAN Release 0.1.0

31 Mar 19:53

Choose a tag to compare

CHANGES IN text.alignment VERSION 0.1.0

  • Initial version