-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.01 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
26
27
28
29
30
31
32
33
34
35
Package: shinytreeview
Title: Tree View for 'shiny' Applications
Version: 0.1.6
Authors@R:
c(person(given = "Victor",
family = "Perrier",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Fanny",
family = "Meyer",
role = "aut"),
person(given = "Jonathan",
family = "Miles",
role = "cph",
comment = "Original Bootstrap Tree View author"),
person(given = "Red",
family = "Hat",
role = "cph",
comment = "Modified version of Bootstrap Tree View"),
person(family = "DARES",
role = "fnd"))
Description: A simple and elegant solution to displaying hierarchical
tree structures in 'shiny' applications to serve as input values.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
htmltools,
shiny,
jsonlite,
phosphoricons (>= 0.2.0)
Depends:
R (>= 2.10)