-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1006 Bytes
/
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
34
35
36
Package: utf8
Title: Unicode Text Processing
Version: 1.2.3.9021
Authors@R:
c(person(given = c("Patrick", "O."),
family = "Perry",
role = c("aut", "cph")),
person(given = "Kirill",
family = "M\u00fcller",
role = "cre",
email = "[email protected]"),
person(given = "Unicode, Inc.",
role = c("cph", "dtc"),
comment = "Unicode Character Database"))
Description: Process and print 'UTF-8' encoded international
text (Unicode). Input, validate, normalize, encode, format, and
display.
License: Apache License (== 2.0) | file LICENSE
URL: https://ptrckprry.com/r-utf8/, https://github.com/patperry/r-utf8
BugReports: https://github.com/patperry/r-utf8/issues
Depends:
R (>= 2.10)
Suggests:
cli,
covr,
knitr,
rlang,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr,
rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2.9000