Package: d3heatmap
Type: Package
Title: Interactive Heat Maps Using 'htmlwidgets' and 'D3.js'
Version: 0.6.0
Date: 2015-06-22
Authors@R: c(
    person("Joe", "Cheng", role = c("aut", "cre"), email = "joe@rstudio.com"),
    person("Tal", "Galili", role = c("aut"), email = "tal.galili@gmail.com"),
    person("RStudio, Inc.", role = c("cph")),
    person("Michael", "Bostock", role = c("ctb", "cph"), comment = "D3.js library"),
    person("Justin", "Palmer", role = c("ctb", "cph"), comment = "d3.tip library")
    )
Maintainer: Joe Cheng <joe@rstudio.com>
Description: Create interactive heat maps that are usable from the R console, in the
    'RStudio' viewer pane, in 'R Markdown' documents, and in 'Shiny' apps. Hover the
    mouse pointer over a cell to show details, drag a rectangle to zoom, and click
    row/column labels to highlight.
License: GPL-3 | file LICENSE
Imports: scales (>= 0.2.5), htmlwidgets, png, base64enc, dendextend (>=
        0.18.0)
Suggests: shiny, knitr
VignetteBuilder: knitr
URL: https://github.com/rstudio/d3heatmap
BugReports: https://github.com/rstudio/d3heatmap/issues
Collate: 'd3heatmap.R' 'dendrogram.R'
NeedsCompilation: no
Packaged: 2015-06-23 19:29:33 UTC; jcheng
Author: Joe Cheng [aut, cre],
  Tal Galili [aut],
  RStudio, Inc. [cph],
  Michael Bostock [ctb, cph] (D3.js library),
  Justin Palmer [ctb, cph] (d3.tip library)
Repository: CRAN
Date/Publication: 2015-06-24 01:20:28
