pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-stringdist (math/R-stringdist) import R-stringd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/415a080a1ebb
branches:  trunk
changeset: 411345:415a080a1ebb
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 10 14:21:00 2020 +0000

description:
(math/R-stringdist) import R-stringdist-0.9.5.5

Implements an approximate string matching version of R's native
'match' function. Can calculate various string distances based on
edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting
alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic
metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided
as well. Distances can be computed between 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.

diffstat:

 math/R-stringdist/DESCR    |   9 +++++++++
 math/R-stringdist/Makefile |  14 ++++++++++++++
 math/R-stringdist/distinfo |   6 ++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r aefd916e502d -r 415a080a1ebb math/R-stringdist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stringdist/DESCR   Mon Feb 10 14:21:00 2020 +0000
@@ -0,0 +1,9 @@
+Implements an approximate string matching version of R's native
+'match' function. Can calculate various string distances based on
+edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting
+alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic
+metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided
+as well. Distances can be computed between 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.
diff -r aefd916e502d -r 415a080a1ebb math/R-stringdist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stringdist/Makefile        Mon Feb 10 14:21:00 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/02/10 14:21:00 mef Exp $
+
+R_PKGNAME=     stringdist
+R_PKGVER=      0.9.5.5
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Approximate String Matching and String Distance Functions
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r aefd916e502d -r 415a080a1ebb math/R-stringdist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-stringdist/distinfo        Mon Feb 10 14:21:00 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/10 14:21:00 mef Exp $
+
+SHA1 (R/stringdist_0.9.5.5.tar.gz) = 014112bce2f49d915cecb5bf3156adb66cac62fb
+RMD160 (R/stringdist_0.9.5.5.tar.gz) = 173983e049b7fe014d942dc9f127b215fbe92d08
+SHA512 (R/stringdist_0.9.5.5.tar.gz) = c02c4846bea3e6de5bd67fbf0ed4cbd690b4def9b8684433b17e5140d1d18f36da82014c013f7533730ba2decf796112126343bd397ab4971014f713289ef0ca
+Size (R/stringdist_0.9.5.5.tar.gz) = 831912 bytes



Home | Main Index | Thread Index | Old Index