Package: condformat
Type: Package
Title: Conditional Formatting in Data Frames
Version: 0.5.0
Date: 2017-01-23
Authors@R: person("Sergio", c("Oller", "Moreno"),
                  email = "sergioller@gmail.com", role = c("aut", "cph", "cre"))
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 syntax similar to 'ggplot2'. 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: htmlTable, scales, dplyr, lazyeval (>= 0.2.0), knitr,
        rmarkdown (>= 0.9.6), gplots, utils
Suggests: shiny, testthat (>= 1.0), xlsx (>= 0.5.7), rJava
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Packaged: 2017-01-23 15:59:24 UTC; soller
Author: Sergio Oller Moreno [aut, cph, cre]
Maintainer: Sergio Oller Moreno <sergioller@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-23 21:18:26
