-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
45 lines (45 loc) · 1.07 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
34
35
36
37
38
39
40
41
42
43
44
45
Package: fansi
Title: ANSI Control Sequence Aware String Functions
Description: Counterparts to R string manipulation functions that account for
the effects of ANSI text formatting control sequences.
Version: 1.0.6
Authors@R: c(
person("Brodie", "Gaslam", email="[email protected]",
role=c("aut", "cre")),
person("Elliott", "Sales De Andrade", role="ctb"),
person(family="R Core Team",
email="[email protected]", role="cph",
comment="UTF8 byte length calcs from src/util.c"
))
Depends:
R (>= 3.1.0)
License: GPL-2 | GPL-3
URL: https://github.com/brodieG/fansi
BugReports: https://github.com/brodieG/fansi/issues
VignetteBuilder: knitr
Suggests:
unitizer,
knitr,
rmarkdown
Imports:
grDevices,
utils
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE, load = "installed")
Encoding: UTF-8
Collate:
'constants.R'
'fansi-package.R'
'internal.R'
'load.R'
'misc.R'
'nchar.R'
'strwrap.R'
'strtrim.R'
'strsplit.R'
'substr2.R'
'trimws.R'
'tohtml.R'
'unhandled.R'
'normalize.R'
'sgr.R'