-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
33 lines (33 loc) · 840 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
33
Package: shinyjqui
Type: Package
Title: 'jQuery UI' Interactions and Effects for Shiny
Version: 0.4.1.9000
Authors@R: person("Yang", "Tang", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Yang Tang <[email protected]>
Description: An extension to shiny that brings interactions and animation effects from
'jQuery UI' library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
shiny (>= 1.5.0),
htmltools,
htmlwidgets,
jsonlite,
rlang
Suggests:
ggplot2,
highcharter,
knitr,
markdown,
rmarkdown,
plotly
URL: https://github.com/yang-tang/shinyjqui,
https://yang-tang.github.io/shinyjqui/
BugReports: https://github.com/yang-tang/shinyjqui/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr