1Package: fansi
2Title: ANSI Control Sequence Aware String Functions
3Description: Counterparts to R string manipulation functions that account for
4   the effects of ANSI text formatting control sequences.
5Version: 0.5.0
6Authors@R: c(
7    person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
8    role=c("aut", "cre")),
9    person("Elliott", "Sales De Andrade", role="ctb"),
10    person(family="R Core Team",
11    email="R-core@r-project.org", role="cph",
12    comment="UTF8 byte length calcs from src/util.c"
13    ))
14Depends: R (>= 3.1.0)
15License: GPL (>= 2)
16URL: https://github.com/brodieG/fansi
17BugReports: https://github.com/brodieG/fansi/issues
18VignetteBuilder: knitr
19Suggests: unitizer, knitr, rmarkdown
20Imports: grDevices, utils
21RoxygenNote: 7.1.1
22Encoding: UTF-8
23Collate: 'constants.R' 'fansi-package.R' 'has.R' 'internal.R' 'load.R'
24        'misc.R' 'nchar.R' 'strip.R' 'strwrap.R' 'strtrim.R'
25        'strsplit.R' 'substr2.R' 'tohtml.R' 'unhandled.R'
26NeedsCompilation: yes
27Packaged: 2021-05-25 00:22:35 UTC; bg
28Author: Brodie Gaslam [aut, cre],
29  Elliott Sales De Andrade [ctb],
30  R Core Team [cph] (UTF8 byte length calcs from src/util.c)
31Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
32Repository: CRAN
33Date/Publication: 2021-05-25 04:40:10 UTC
34