-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 732 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: reactCheckbox
Title: Checkbox Group Input for 'Shiny'
Version: 1.0.0
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("Paul", "Popov", role = "cph",
comment = "'react-input-checkbox' library")
)
Description: Provides a checkbox group input for usage in a 'Shiny'
application. The checkbox group has a head checkbox allowing to check
or uncheck all the checkboxes in the group. The checkboxes are
customizable.
License: GPL (>= 3)
Imports:
htmltools,
reactR,
utils
Suggests:
shiny
Encoding: UTF-8
URL: https://github.com/stla/reactCheckbox
BugReports: https://github.com/stla/reactCheckbox/issues
RoxygenNote: 7.2.3