Package: formatters
Title: ASCII Formatting for Values and Tables
Date: 2022-10-13
Version: 0.3.4
Authors@R: c(
  person("Gabriel", "Becker", email = "gabembecker@gmail.com", role = c("aut", "cre")),
  person("Adrian", "Waddell", email = "adrian.waddell@gene.com", role = "aut"),
  person("Davide", "Garolini", email = "davide.garolini@roche.com", role = "ctb"),
  person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")))
Description: We provide a framework for rendering complex tables to ASCII, and a set of formatters for transforming values or sets of values into ASCII-ready display strings.
License: Apache License 2.0
Depends: methods, R (>= 2.10)
Imports: 
  grid,
  htmltools
Suggests:
  dplyr,
  gt (>= 0.7.0),
  huxtable,
  knitr,
  rmarkdown,
  testthat
Encoding: UTF-8
LazyData: true
URL: https://github.com/insightsengineering/formatters
BugReports: https://github.com/insightsengineering/formatters/issues
RoxygenNote: 7.2.1
VignetteBuilder: knitr
