Skip to content

Commit 770d7a9

Browse files
committed
added citation to README as cff parsing is terrible
1 parent bbd942d commit 770d7a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@
1616
* All distance and matching operations are system- and encoding-independent.
1717
* Built for speed, using [openMP](https://www.openmp.org/) for parallel computing.
1818

19+
20+
## Citing
21+
22+
Please cite the [R-Journal article](https://journal.r-project.org/archive/2014/RJ-2014-011/index.html)
23+
24+
```
25+
@article{RJ-2014-011,
26+
author = {Mark P.J. van der Loo},
27+
title = {{The stringdist Package for Approximate String Matching}},
28+
year = {2014},
29+
journal = {{The R Journal}},
30+
doi = {10.32614/RJ-2014-011},
31+
url = {https://doi.org/10.32614/RJ-2014-011},
32+
pages = {111--122},
33+
volume = {6},
34+
number = {1}
35+
}
36+
```
37+
38+
## Functionality
39+
1940
The package offers the following main functions:
2041

2142
* `stringdist` computes pairwise distances between two input character vectors (shorter one is recycled)

0 commit comments

Comments
 (0)