-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 851 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 851 Bytes
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
Package: shinyCheckboxTree
Title: A Checkbox Tree Widget for 'Shiny'
Version: 0.1.0
Date: 2020-08-06
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "laurent_step@outlook.fr"),
person(given = "Jake",
family = "Zatecky",
role = c("ctb", "cph"),
comment = "'react-checkbox-tree' library (https://github.com/jakezatecky/react-checkbox-tree)")
)
Description: Provides a checkbox tree widget for a Shiny UI. This is a wrapper of the JavaScript library 'react-checkbox-tree'.
URL: https://github.com/stla/shinyCheckboxTree
BugReports: https://github.com/stla/shinyCheckboxTree/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
htmltools,
shiny,
reactR,
rlist,
utils
RoxygenNote: 7.1.1