Package: reactablefmtr
Type: Package
Title: Simplify Formatting of Tables Made with 'Reactable'
Version: 0.2.0
Authors@R: c(
    person("Kyle", "Cuilla", role = c("aut", "cre", "cph"), email = "kyle.cuilla@gmail.com"),
    person("Greg", "Lin", role = c("ctb")),
    person("June", "Choe", role = c("ctb"))
    )
Maintainer: Kyle Cuilla <kyle.cuilla@gmail.com>
Description: Streamlines the process of applying formats and styles to tables using 'reactable'.
    Style your 'reactable' table with conditional formatting, color scales, data bars, and icons. 
URL: https://kcuilla.github.io/reactablefmtr/,
        https://github.com/kcuilla/reactablefmtr
BugReports: https://github.com/kcuilla/reactablefmtr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0), reactable (>= 0.2.0)
Imports: dplyr, grDevices, htmltools, shiny, stringr
Suggests: MASS, scales
RoxygenNote: 7.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2021-03-18 18:49:51 UTC; Kyle
Author: Kyle Cuilla [aut, cre, cph],
  Greg Lin [ctb],
  June Choe [ctb]
Repository: CRAN
Date/Publication: 2021-03-18 19:50:02 UTC
