-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.24 KB
/
DESCRIPTION
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
29
30
31
32
33
Package: stringi
Version: 1.7.4
Date: 2021-08-12
Title: Character String Processing Facilities
Description: A multitude of character string/text/natural language
processing tools: 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.
URL: https://stringi.gagolewski.com/
http://site.icu-project.org/
https://www.unicode.org/
BugReports: https://github.com/gagolews/stringi/issues
SystemRequirements: C++11, ICU4C (>= 55, optional)
Type: Package
Depends:
R (>= 3.1)
Imports:
tools,
utils,
stats
Biarch: TRUE
License: file LICENSE
Author: Marek Gagolewski [aut, cre, cph] (<https://orcid.org/0000-0003-0637-6028>),
Bartek Tartanus [ctb],
and others (stringi source code);
IBM, Unicode, Inc. and others (ICU4C source code, Unicode Character Database)
Maintainer: Marek Gagolewski <[email protected]>
RoxygenNote: 7.1.1
Encoding: UTF-8