Package: stringi
Version: 1.8.7
Date: 2025-03-27
Title: Fast and Portable Character String Processing Facilities
Description: A collection of character string/text/natural language
processing tools for pattern searching (e.g., with 'Java'-like
regular expressions or the 'Unicode' collation algorithm),
random string generation, case mapping, string transliteration,
concatenation, sorting, padding, wrapping, Unicode
normalisation, date-time formatting and parsing, and many more.
They are fast, consistent, convenient, and - thanks to 'ICU'
(International Components for Unicode) - portable across all
locales and platforms. Documentation about 'stringi' is
provided via its website at
and the paper by Gagolewski (2022,
).
URL: https://stringi.gagolewski.com/,
https://github.com/gagolews/stringi, https://icu.unicode.org/
BugReports: https://github.com/gagolews/stringi/issues
SystemRequirements: ICU4C (>= 61, optional)
Type: Package
Depends: R (>= 3.4)
Imports: tools, utils, stats
Biarch: TRUE
License: file LICENSE
Authors@R: c(person(given = "Marek",
family = "Gagolewski",
role = c("aut", "cre", "cph"),
email = "marek@gagolewski.com",
comment = c(ORCID = "0000-0003-0637-6028")),
person(given = "Bartek",
family = "Tartanus",
role = "ctb"),
person("Unicode, Inc. and others", role="ctb",
comment = "ICU4C source code, Unicode Character Database")
)
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/pak/sysreqs: libicu-dev
Repository: https://carpentries.r-universe.dev
Date/Publication: 2025-03-27 10:34:42 UTC
RemoteUrl: https://github.com/gagolews/stringi
RemoteRef: v1.8.7
RemoteSha: ed7f27ad103d38dae90ca4471b189fffe01c53fa
NeedsCompilation: yes
Packaged: 2026-06-24 03:06:01 UTC; root
Author: Marek Gagolewski [aut, cre, cph] (ORCID:
),
Bartek Tartanus [ctb],
Unicode, Inc. and others [ctb] (ICU4C source code, Unicode Character
Database)
Maintainer: Marek Gagolewski