-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 840 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
27
28
Package: shinySelect
Title: A Wrapper of the 'react-select' Library
Version: 1.3.0
Authors@R: c(
person("Stéphane", "Laurent", , "[email protected]", role = c("aut", "cre")),
person("Jed", "Watson", role = "cph",
comment = "author of the 'react-select' library"),
person("Clauderic", "Demers", role = "cph",
comment = "author of the 'react-sortable-hoc' library")
)
Description: Provides a select control widget for 'Shiny'. It is easily
customizable, and one can easily use HTML in the items and KaTeX to
type mathematics.
License: GPL-3
URL: https://github.com/stla/shinySelect
BugReports: https://github.com/stla/shinySelect/issues
Imports:
fontawesome,
htmltools,
reactR,
stats,
utils
Suggests:
bslib,
jsTreeR,
shiny
Encoding: UTF-8
RoxygenNote: 7.2.1