-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (27 loc) · 799 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (27 loc) · 799 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: cascadeSelect
Title: A Cascade Select Input for 'Shiny'
Version: 1.1.0
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("PrimeTek", "Informatics", role = "cph",
comment = "PrimeReact library")
)
Description: Provides a cascade select widget for usage in 'Shiny'
applications. This is useful for selection of hierarchical choices
(e.g. continent, country, city). It is taken from the 'JavaScript'
library 'PrimeReact'.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
fontawesome,
grDevices,
htmltools,
reactR,
shiny,
tools
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/stla/cascadeSelect
BugReports: https://github.com/stla/cascadeSelect/issues