File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Description: Implements an approximate string matching version of R's native
22
22
vectors representing generic sequences. This package is built for speed and
23
23
runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
24
24
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
26
26
Depends:
27
27
R (>= 2.15.3)
28
28
URL: https://github.com/markvanderloo/stringdist
Original file line number Diff line number Diff line change 1
1
version 0.9.6.4
2
2
- 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).
4
5
- Fix in 'amatch' causing utf-8 characters to be ignored in some
5
6
cases (thanks to Joan Mime for reporting #78).
6
7
- Fix: segfault when 'afind' was called with many search patterns or many
You can’t perform that action at this time.
0 commit comments