Skip to content

Commit e141e4d

Browse files
committed
CRAN updates
1 parent ff53ada commit e141e4d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

pkg/DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Description: Implements an approximate string matching version of R's native
2222
character vectors while taking proper care of encoding or between integer
2323
vectors representing generic sequences. This package is built for speed and
2424
runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
25-
Version: 0.9.6.1
25+
Reference: MPJ van der Loo (2014) <doi:10.32614/RJ-2014-011>.
26+
Version: 0.9.6.2
2627
Depends:
2728
R (>= 2.15.3)
2829
URL: https://github.com/markvanderloo/stringdist

pkg/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 0.9.6.2
2+
- Resubmit, fixing url issues detected at CRAN, added doi to description
3+
as per CRAN request.
4+
15
version 0.9.6.1
26
- Bugfix: afind/grab/grabl returned wrong results on MacOS only.
37
(thanks to Prof. Brian Ripley for the notification and for running tests

pkg/R/phonetic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#' @references
2929
#' \itemize{
3030
#' \item{The Soundex algorithm implemented is the algorithm used by the
31-
#' \href{http://www.archives.gov/research/census/soundex.html}{National Archives}.
31+
#' \href{https://www.archives.gov/research/census/soundex.html}{National Archives}.
3232
#' This algorithm differs slightly from the original algorithm patented by R.C. Russell
3333
#' (US patents 1261167 (1918) and 1435663 (1922)).
3434
#' }

pkg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](http://www.awesomeofficialstatistics.org)
1+
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
22

33
## stringdist
44

0 commit comments

Comments
 (0)