From c6823bb3143df297c1ded6dad2e18564247c3d0b Mon Sep 17 00:00:00 2001 From: Mark van der Loo Date: Fri, 8 Jun 2018 13:09:28 +0200 Subject: [PATCH] fixed typos, merged changes to header file --- pkg/DESCRIPTION | 6 +++--- pkg/NEWS | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 6ba5376..b14a97a 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -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: diff --git a/pkg/NEWS b/pkg/NEWS index 47ea50d..5f5b0e0 100644 --- a/pkg/NEWS +++ b/pkg/NEWS @@ -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`