forked from talgalili/d3heatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 = "[email protected]"),
person("Tal", "Galili", role = c("aut"), email = "[email protected]"),
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 <[email protected]>
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'