Package: condformat
Type: Package
Title: Conditional Formatting in Data Frames
Version: 0.8.0
Date: 2018-10-27
Authors@R: person("Sergio", c("Oller", "Moreno"),
                  email = "sergioller@gmail.com", role = c("aut", "cph", "cre"),
                  comment = c(ORCID = "0000-0002-8994-1549"))
URL: http://github.com/zeehio/condformat
BugReports: http://github.com/zeehio/condformat/issues
Description: Apply and visualize conditional formatting to data frames in R.
    It renders a data frame with cells formatted according to
    criteria defined by rules, using a tidy evaluation syntax. The table is
    printed either opening a web browser or within the 'RStudio' viewer if
    available. The conditional formatting rules allow to highlight cells
    matching a condition or add a gradient background to a given column. This
    package supports both 'HTML' and 'LaTeX' outputs in 'knitr' reports, and
    exporting to an 'xlsx' file.
License: BSD_3_clause + file LICENSE
LazyData: TRUE
NeedsCompilation: no
Imports: grDevices, graphics, gridExtra (>= 2.3), gtable (>= 0.2.0),
        htmlTable (>= 1.9), htmltools (>= 0.3.6), tibble (>= 1.3.4),
        scales (>= 0.5.0), dplyr (>= 0.7.4), lazyeval (>= 0.2.0), knitr
        (>= 1.20), rmarkdown (>= 0.9.6), magrittr (>= 1.5), rlang (>=
        0.2.2), tidyselect (>= 0.2.2)
Suggests: promises, shiny (>= 1.0.5), testthat (>= 1.0), xlsx (>=
        0.6.1)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.0
Packaged: 2018-10-29 13:43:37 UTC; sergio
Author: Sergio Oller Moreno [aut, cph, cre]
    (<https://orcid.org/0000-0002-8994-1549>)
Maintainer: Sergio Oller Moreno <sergioller@gmail.com>
Repository: CRAN
Date/Publication: 2018-10-29 14:10:03 UTC
