1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: r-cran-uniqtag
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Nilesh Patra <nilesh@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-uniqtag
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-uniqtag.git
Homepage: https://cran.r-project.org/package=uniqtag
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev
Testsuite: autopkgtest-pkg-r
Package: r-cran-uniqtag
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Abbreviate Strings to Short, Unique Identifiers
For each string in a set of strings, determine a unique tag that is a
substring of fixed size k unique to that string, if it has one. If no
such unique substring exists, the least frequent substring is used. If
multiple unique substrings exist, the lexicographically smallest
substring is used. This lexicographically smallest substring of size k
is called the "UniqTag" of that string.
|