Skip to content

Commit

Permalink
fixed typos, merged changes to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Jun 8, 2018
1 parent e1a0584 commit c6823bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Description: Implements an approximate string matching version of R's native
gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler). An
implementation of soundex is provided as well. Distances can be computed between
character vectors while taking proper care of encoding or between integer
vectors representing generic sequences. Stringdist is built for speed and
paralellizes computation using 'openMP'. An API for C or C++ is exposed as well.
Version: 0.9.5.0
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.1
Depends:
R (>= 2.15.3)
Imports:
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.5.1
- Fixed header file for C API

version 0.9.5.0
- New contributor: Chris Muir
- C/C++ API now exposed for packages LinkingTo stringdist. See `?stringdist_api`
Expand Down

0 comments on commit c6823bb

Please sign in to comment.