Package: reactablefmtr
Type: Package
Title: Streamlined Table Styling and Formatting for Reactable
Version: 2.0.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")),
    person("Kent", "Russell", role = c("ctb"))
    )
Maintainer: Kyle Cuilla <kyle.cuilla@gmail.com>
Description: Provides various features to streamline and enhance the styling of interactive 
    reactable tables with easy-to-use and highly-customizable functions and themes. 
    Apply conditional formatting to cells with data bars, color scales, color tiles,
    and icon sets. Utilize custom table themes inspired by popular websites such 
    and bootstrap themes. Apply sparkline line & bar charts 
    (note this feature requires the 'dataui' package which can be downloaded from
    <https://github.com/timelyportfolio/dataui>).
    Increase the portability and reproducibility of reactable tables by embedding images 
    from the web directly into cells. Save the final table output as a static image or 
    interactive file.
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
Depends: R (>= 3.5.0), reactable (>= 0.2.0)
Imports: dplyr, grDevices, htmltools, htmlwidgets (>= 1.5.3), magrittr,
        purrr, sass (>= 0.4.0), shiny, stats, stringr (>= 1.4.0), tippy
        (>= 0.1.0), tools, webshot
Suggests: dataui (>= 0.0.1), MASS, scales
Additional_repositories: https://kcuilla.github.io/drat/
RoxygenNote: 7.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2022-03-15 23:10:26 UTC; Kyle
Author: Kyle Cuilla [aut, cre, cph],
  Greg Lin [ctb],
  June Choe [ctb],
  Kent Russell [ctb]
Repository: CRAN
Date/Publication: 2022-03-16 07:50:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:47:22 UTC; windows
