Package: condformat
Type: Package
Title: Conditional Formatting in Data Frames
Version: 0.2.0
Date: 2016-03-06
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 presents a data frame as an HTML table with cells CSS 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 based on a column values.
License: BSD_3_clause + file LICENSE
LazyData: TRUE
NeedsCompilation: no
Imports: htmlTable, scales, dplyr, assertthat, lazyeval, knitr
Suggests: testthat
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Packaged: 2016-03-07 14:05:54 UTC; soller
Author: Sergio Oller Moreno [aut, cph, cre]
Maintainer: Sergio Oller Moreno <sergioller@gmail.com>
Repository: CRAN
Date/Publication: 2016-03-07 23:25:48
