-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.13 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
Package: shinypop
Title: Collection of Notifications for 'Shiny' Applications
Version: 0.1.1
Authors@R: c(person("Fanny", "Meyer", role = "aut"),
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Jared", "Reich", role = "cph", comment = "author of notie.js JavaScript library"),
person("Nedim", "Arabaci", role = "cph", comment = "author of noty.js JavaScript library"),
person("Tyler", "Nickerson", role = "cph", comment = "author of push.js JavaScript library"),
person("Furkan", "MT", role = "cph", comment = "author of notiflix.js JavaScript library"),
person("Miroslav", "Magda", role = "cph", comment = "author of favico.js JavaScript library"),
person("HubSpot", role = "cph", comment = "author of vex.js JavaScript library"))
Description: Custom notifications, confirm dialogs and alerts for 'Shiny' applications.
URL: https://github.com/dreamRs/shinypop
BugReports: https://github.com/dreamRs/shinypop/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
shiny,
htmltools,
jsonlite
RoxygenNote: 7.1.2
Suggests:
testthat (>= 2.1.0)