-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
26 lines (26 loc) · 925 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
Package: shinybusy
Title: Busy Indicators and Notifications for 'Shiny' Applications
Version: 0.3.3
Authors@R: c(person("Fanny", "Meyer", role = "aut"),
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"))
Description: Add indicators (spinner, progress bar, gif) in your 'shiny'
applications to show the user that the server is busy. And other tools to let
your users know something is happening (send notifications, reports, ...).
License: GPL-3
Encoding: UTF-8
Imports:
htmltools,
shiny,
jsonlite,
htmlwidgets
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/dreamRs/shinybusy, https://dreamrs.github.io/shinybusy/
BugReports: https://github.com/dreamRs/shinybusy/issues
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr