Skip to content

Commit c65de49

Browse files
committed
updated test to work on non-utf OSs whose name shall not be mentioned
1 parent 66c07e5 commit c65de49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Description: Implements an approximate string matching version of R's native
2222
vectors representing generic sequences. This package is built for speed and
2323
runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
2424
Reference: MPJ van der Loo (2014) <doi:10.32614/RJ-2014-011>.
25-
Version: 0.9.6.3.8
25+
Version: 0.9.6.4
2626
Depends:
2727
R (>= 2.15.3)
2828
URL: https://github.com/markvanderloo/stringdist

pkg/NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version 0.9.6.4
22
- Fixes in use of INTEGER() and VECTOR_ELT() after updates in R's C API.
3-
this affected 'afind' and 'max_length' (internally).
3+
this affected 'afind' and 'max_length' (internally). (Thanks to Luke
4+
Tierny and Kurt Hornik for the notification).
45
- Fix in 'amatch' causing utf-8 characters to be ignored in some
56
cases (thanks to Joan Mime for reporting #78).
67
- Fix: segfault when 'afind' was called with many search patterns or many

0 commit comments

Comments
 (0)