-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
DESCRIPTION
35 lines (35 loc) · 1.18 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
Package: shinyjs
Title: Easily Improve the User Experience of Your Shiny Apps in Seconds
Version: 2.1.0.9006
Authors@R: person("Dean", "Attali",
email = "[email protected]",
role = c("aut", "cre"),
comment= c(ORCID="0000-0002-5645-3493"))
Description: Perform common useful JavaScript operations in Shiny apps that will
greatly improve your apps without having to know any JavaScript. Examples
include: hiding an element, disabling an input, resetting an input back to
its original value, delaying code execution by a few seconds, and many more
useful functions for both the end user and the developer. 'shinyjs' can also
be used to easily call your own custom JavaScript functions from R.
URL: https://deanattali.com/shinyjs/, https://github.com/daattali/shinyjs
BugReports: https://github.com/daattali/shinyjs/issues
Depends:
R (>= 3.1.0)
Imports:
jsonlite,
rlang,
shiny (>= 1.0.0),
utils
Suggests:
htmltools (>= 0.3.5),
knitr (>= 1.7),
rmarkdown,
shinyAce,
shinydisconnect,
shinytest2,
testthat (>= 0.9.1)
License: MIT + file LICENSE
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8