-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 980 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
Type: Package
Package: shinyGizmo
Title: Custom Components for Shiny Applications
Version: 0.4.2
Authors@R: c(
person("Krystian", "Igras", , "[email protected]", role = c("cre", "aut")),
person("Adam", "Foryś", role = "ctb"),
person("Stéphane", "Laurent", role = "ctb"),
person("Craig", "Dennis", role = "cph",
comment = "jQuery animateCSS"),
person("Daniel", "Eden", role = "cph",
comment = "Animate.css")
)
Maintainer: Krystian Igras <[email protected]>
Description: Provides useful UI components and input widgets for 'Shiny'
applications. The offered components allow to apply non-standard
operations and view to your 'Shiny' application, but also help to
overcome common performance issues.
License: MIT + file LICENSE
Imports:
glue,
rlang,
htmltools,
htmlwidgets,
magrittr,
purrr,
shiny (>= 1.5.0),
shinyWidgets (>= 0.7.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3