forked from talgalili/d3heatmap
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
37 lines (37 loc) · 1.21 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
34
35
36
37
Package: d3heatmap
Type: Package
Title: Interactive Heat Maps Using 'htmlwidgets' and 'D3.js'
Version: 0.6.1.1
Date: 2016-02-23
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),
stats,
grDevices
Suggests:
shiny,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/rstudio/d3heatmap
BugReports: https://github.com/rstudio/d3heatmap/issues
Collate:
'd3heatmap.R'
'dendrogram.R'
RoxygenNote: 6.0.1.9000