Package: abbreviate Type: Package Title: Readable String Abbreviation Version: 0.2 Date: 2021-12-13 Authors@R: person("Sigbert", "Klinke", email="sigbert@hu-berlin.de", role=c("aut", "cre")) Description: Strings are abbreviated to at least "minlength" characters, such that they remain unique (if they were). The abbreviations should be recognisable. The algorithm does not guarantee that a always a solution is found. URL: https://github.com/sigbertklinke/abbreviate (development version) RoxygenNote: 7.1.1 License: GPL-3 Encoding: UTF-8 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://sigbertklinke.r-universe.dev Date/Publication: 2021-12-14 09:46:57 UTC RemoteUrl: https://github.com/sigbertklinke/abbreviate RemoteRef: HEAD RemoteSha: ce6884707dfa826a2281df0c235e7d285ff385ee NeedsCompilation: no Packaged: 2026-06-18 10:36:05 UTC; root Author: Sigbert Klinke [aut, cre] Maintainer: Sigbert Klinke