Skip to content

Commit

Permalink
updated NEWS, DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Nov 3, 2019
1 parent c42de9d commit 6e00790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Authors@R: c( person("Mark", "van der Loo", role=c("aut","cre")
, person("Jan", "van der Laan", role="ctb")
, person("R Core Team","" , role="ctb")
, person("Nick","Logan" , role="ctb")
, person("Chris","Muir" , role="ctb"))
, person("Chris","Muir" , role="ctb")
, person("Johannes", "Gruber" , role="ctb"))
Description: Implements an approximate string matching version of R's native
'match' function. Can calculate various string distances based on edits
(Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams (q-
Expand All @@ -20,7 +21,7 @@ Description: Implements an approximate string matching version of R's native
character vectors while taking proper care of encoding or between integer
vectors representing generic sequences. This package is built for speed and
runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
Version: 0.9.5.5
Version: 0.9.5.6
Depends:
R (>= 2.15.3)
URL: https://github.com/markvanderloo/stringdist
Expand Down
3 changes: 3 additions & 0 deletions pkg/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
version 0.9.6.0
- New function 'stringsimmatrix' (Thanks to Johannes Gruber)

version 0.9.5.5
- Changed two URLs to canonical form in README.md (https://) to comply with
CRAN policy.
Expand Down

0 comments on commit 6e00790

Please sign in to comment.