-
Notifications
You must be signed in to change notification settings - Fork 153
/
DESCRIPTION
40 lines (40 loc) · 1.31 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: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.8.7.9100
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
person("David", "Granjon", role = "aut"),
person("Ian", "Fellows", role = "ctb", comment = "Methods for mutating vertical tabs & updateMultiInput"),
person("Wil", "Davis", role = "ctb", comment = "numericRangeInput function"),
person("Spencer", "Matthews", role = "ctb", comment = "autoNumeric methods"),
person(family = "JavaScript and CSS libraries authors", role = c("ctb", "cph"), comment = "All authors are listed in LICENSE.md")
)
Description: Collection of custom input controls and user interface components for 'Shiny' applications.
Give your applications a unique and colorful style !
URL: https://github.com/dreamRs/shinyWidgets,
https://dreamrs.github.io/shinyWidgets/
BugReports: https://github.com/dreamRs/shinyWidgets/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.1.0)
Imports:
bslib,
sass,
shiny (>= 1.6.0),
htmltools (>= 0.5.1),
jsonlite,
grDevices,
rlang
Suggests:
testthat,
covr,
ggplot2,
DT,
scales,
shinydashboard,
shinydashboardPlus