r-stringi
Character string processing facilities
This package allows for fast, correct, consistent, portable, as well as convenient character string/text processing in every locale and any native encoding. Owing to the use of the ICU library, the package provides R users with platform-independent functions known to Java, Perl, Python, PHP, and Ruby programmers. Among available features there are: pattern searching (e.g. via regular expressions), random string generation, string collation, transliteration, concatenation, date-time formatting and parsing, etc.
- Versions: 1.8.7
- Website: http://stringi.rexamine.com/
- Licenses: Modified BSD
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-stringi
as follows:
guix install r-stringi
Or install a particular version:
guix install r-stringi@1.8.7
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-stringi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-stringi'><img src='https://packages.guix.gnu.org/packages/r-stringi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-stringi)
Example Org:
[[https://packages.guix.gnu.org/packages/r-stringi][https://packages.guix.gnu.org/packages/r-stringi/badges/latest-version.svg]]