forked from shinyTree/shinyTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.45 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
36
37
38
Package: shinyTree
Type: Package
Title: jsTree Bindings for Shiny
Version: 0.3.0
Date: 2020-10-16
Authors@R: c(
person(family="Trestle Technology, LLC", role="aut", email="[email protected]"),
person("Jeff", "Allen", role="aut", email="[email protected]"),
person(family="Institut de Radioprotection et de Sûreté Nucléaire", role=c("cph"), email = "[email protected]"),
person("Ivan", "Bozhanov", role=c("ctb", "cph"), comment = "jsTree"),
person(family="The Dojo Foundation", role=c("ctb", "cph"), comment="require.js"),
person(family="jQuery Foundation, Inc.", role=c("ctb", "cph")),
person("Mike", "Schaffer", role=c("cre"), email="[email protected]"),
person("Timm", "Danker", role=c("ctb"), email="[email protected]"),
person("Michael", "Bell", role=c("ctb"), email="[email protected]"),
person("Sebastian", "Gatscha", role=c("ctb"), email="[email protected]"),
person("Thorn", "Thaler", role = c("ctb"), email = "[email protected]"))
Description: Exposes bindings to jsTree -- a JavaScript library
that supports interactive trees -- to enable a rich, editable trees in
Shiny.
License: MIT + file LICENSE
Depends:
R (>= 2.15.1),
methods
Imports:
shiny (>= 0.9.0),
htmlwidgets,
jsonlite,
stringr,
promises
Suggests:
testthat,
shinytest,
data.tree
BugReports: https://github.com/trestletech/shinyTree/issues
Roxygen: list(wrap = TRUE)
RoxygenNote: 7.1.1
Encoding: UTF-8