forked from marcin-kam/ggtips
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 944 Bytes
/
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
Package: ggtips
Type: Package
Title: Interactive Tooltips for ggplots
Version: 0.3.3
Authors@R: c(person("Jakub", "Jankiewicz", role = "aut",
email = "[email protected]"),
person("Michal", "Jakubczak", role = "ctb",
email = "[email protected]"),
person("Pawel", "Piatkowski", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0822-5592")),
person("Genentech", role = c("cph", "fnd")))
Description: Adds interactive tooltip boxes to ggplots (standalone
or rendered in Shiny).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.2)
Imports:
ggplot2 (>= 1.1.0),
gridExtra,
svglite,
rlang,
plyr,
jsonlite,
htmltools,
stringi
RoxygenNote: 7.1.1
Suggests:
testthat,
shiny