Package: colorDF
Title: Colorful Data Frames in R Terminal
Version: 0.1.0
Authors@R: 
    person(given = "January",
           family = "Weiner",
           role = c("aut", "cre"),
           email = "january.weiner@gmail.com",
           comment = c(ORCID = "0000-0003-1438-7819"))
Description: Colorful Data Frames in the terminal. The new class does
             change the behaviour of any of the objects, but adds a style
             definition and a print method. Using ANSI escape codes, it
             colors the terminal output of data frames. Some column types
             (such as p-values and identifiers) are automatically
             recognized.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: purrr,crayon
Suggests: knitr, rmarkdown, fansi, tidyverse, data.table, testthat (>=
        2.1.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-23 20:29:33 UTC; january
Author: January Weiner [aut, cre] (<https://orcid.org/0000-0003-1438-7819>)
Maintainer: January Weiner <january.weiner@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-26 11:50:06 UTC
