Package: condformat
Type: Package
Title: Conditional Formatting in Data Frames
Version: 0.4.0
Date: 2016-06-27
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
Depends: xlsx
Imports: htmlTable, scales, dplyr, assertthat, lazyeval, knitr,
        rmarkdown (>= 0.9.6), gplots
Suggests: testthat (>= 1.0)
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Packaged: 2016-07-25 11:46:26 UTC; sergio
Author: Sergio Oller Moreno [aut, cph, cre]
Maintainer: Sergio Oller Moreno <sergioller@gmail.com>
Repository: CRAN
Date/Publication: 2016-07-25 19:57:06
