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: 0.2.3
Authors@R: c(
    person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
    role=c("aut", "cre")),
    person(family="R Core Team",
    email="R-core@r-project.org", role="cph",
    comment="UTF8 byte length calcs from src/util.c"
    ))
Depends: R (>= 3.1.0)
License: GPL (>= 2)
LazyData: true
URL: https://github.com/brodieG/fansi
BugReports: https://github.com/brodieG/fansi/issues
Suggests: unitizer
RoxygenNote: 6.0.1
Collate: 'constants.R' 'fansi-package.R' 'has.R' 'internal.R' 'load.R'
        'misc.R' 'nchar.R' 'strip.R' 'strwrap.R' 'strtrim.R'
        'strsplit.R' 'substr2.R' 'tohtml.R' 'unhandled.R'
NeedsCompilation: yes
Packaged: 2018-05-06 14:26:55 UTC; brodie
Author: Brodie Gaslam [aut, cre],
  R Core Team [cph] (UTF8 byte length calcs from src/util.c)
Maintainer: Brodie Gaslam <brodie.gaslam@yahoo.com>
Repository: CRAN
Date/Publication: 2018-05-06 18:01:08 UTC
