Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Oct 21, 2019
1 parent dcd7707 commit f670f46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Description: Implements an approximate string matching version of R's native
character vectors while taking proper care of encoding or between integer
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.4
Version: 0.9.5.5
Depends:
R (>= 2.15.3)
URL: https://github.com/markvanderloo/stringdist
Expand Down
4 changes: 4 additions & 0 deletions pkg/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 0.9.5.5
- Changed two URLs to canonical form in README.md (https://) to comply with
CRAN policy.

version 0.9.5.4
- Some tests using seq_dist() would fail unpredictably when the input was
defined with lazily evaluated arguments, e.g. list(1:3, 2:4); but only in the
Expand Down
4 changes: 2 additions & 2 deletions pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Examples of packages that link to `stringdist` can be found

#### Resources

* A [paper](http://journal.r-project.org/archive/2014-1/loo.pdf) on stringdist has been published in the R-journal
* [Slides](http://www.slideshare.net/MarkVanDerLoo/stringdist-use-r2014) of te _useR!2014_ conference.
* A [paper](https://journal.r-project.org/archive/2014-1/loo.pdf) on stringdist has been published in the R-journal
* [Slides](https://www.slideshare.net/MarkVanDerLoo/stringdist-use-r2014) of te _useR!2014_ conference.

0 comments on commit f670f46

Please sign in to comment.