-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.04 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
Package: shinytip
Title: Simple Flexible Tooltips for 'Shiny' Apps
Version: 0.1.0
Authors@R: c(
person("Dean", "Attali",
email = "daattali@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID="0000-0002-5645-3493")
),
person("Claudio", "Holanda", role = "aut",
comment = "Author of balloon.css"
))
Description: Tooltips can be added to any 'Shiny' input and almost any element. Tooltips
can be customized through a variety of options such as tooltip position,
colour, size, and animation. Works in Rmd/qmd documents as well. Based on the
'balloon.css' project.
URL: https://github.com/daattali/shinytip, https://daattali.com/shiny/shinytip-demo/
BugReports: https://github.com/daattali/shinytip/issues
Depends:
R (>= 3.1.0)
Imports:
htmltools (>= 0.3.5),
shiny (>= 1.0.0)
Suggests:
colourpicker,
shinyalert,
shinycssloaders,
shinydisconnect,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3