-
Notifications
You must be signed in to change notification settings - Fork 93
/
DESCRIPTION
40 lines (40 loc) · 1.37 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
38
39
40
Package: d3heatmap
Type: Package
Title: Interactive Heat Maps Using 'htmlwidgets' and 'D3.js'
Version: 0.9.0
Date: 2021-05-23
Authors@R: c(
person("Joe", "Cheng", role = c("aut"), email = "joe@rstudio.com"),
person("Tal", "Galili", role = c("aut", "cre"), 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"),
person("Kent", "Laukhuf", role = c("ctb"), email = "laukhuf@gmail.com"),
person("klaukh", role = c("ctb"), comment = "https://github.com/klaukh")
)
Maintainer: Tal Galili <tal.galili@gmail.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,
utils,
grDevices,
magrittr,
shiny,
methods
Suggests:
knitr,
rmarkdown,
miniUI
VignetteBuilder: knitr
URL: https://github.com/talgalili/d3heatmap
BugReports: https://github.com/talgalili/d3heatmap/issues
RoxygenNote: 7.1.1