Package: tabulate
Title: Pretty Console Output for Tables
Version: 0.1.0
Authors@R: c(
    person(given = "Daniel", 
           family = "Falbel", 
           email = "daniel@rstudio.com", 
           role = c("aut", "cre")),
    person(given = "Pranav",
           family = "Srinivas Kumar",
           role = c("aut", "cph"), 
           comment = "Author of included Tabulate code"),
    person(given = "Martin", 
           family = "Moene", 
           role = c("aut", "cph"), 
           comment = "Author of included Variant-lite code"),
    person(given = "Ihor",
           family = "Kalnytskyi",
           role = c("aut", "cph"),
           comment = "Author of included Termcolor code"),
    person(family = "RStudio", role = c("cph")))
Description: Generates pretty console output for tables allowing for full customization
  of cell colors, font type, borders and many others attributes. It also supports 'multibyte'
  characters and nested tables.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
LinkingTo: Rcpp
Imports: cli, magrittr, rlang, Rcpp
SystemRequirements: C++11
URL: https://github.com/mlverse/tabulate,
        https://mlverse.github.io/tabulate/
BugReports: https://github.com/mlverse/tabulate/issues
Suggests: rmarkdown, testthat (>= 3.0.0), emoji
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-02-15 17:59:04 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Pranav Srinivas Kumar [aut, cph] (Author of included Tabulate code),
  Martin Moene [aut, cph] (Author of included Variant-lite code),
  Ihor Kalnytskyi [aut, cph] (Author of included Termcolor code),
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Repository: CRAN
Date/Publication: 2022-02-16 08:20:01 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-02-17 13:09:19 UTC; unix
Archs: tabulate.so.dSYM
