forked from shinyTree/shinyTree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.27 KB
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.27 KB
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
Package: shinyTree
Type: Package
Title: jsTree Bindings for Shiny
Version: 0.2.7
Date: 2019-05-27
Authors@R: c(
person(family="Trestle Technology, LLC", role="aut", email="cran@trestletechnology.net"),
person("Jeff", "Allen", role="aut", email="cran@trestletechnology.net"),
person(family="Institut de Radioprotection et de Sûreté Nucléaire", role=c("cph"), email = "yann.richet@irsn.fr"),
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="mschaff@gmail.com"),
person("Timm", "Danker", role=c("ctb"), email="tidafr@carina.uberspace.de"),
person("Michael", "Bell", role=c("ctb"), email="bell_michael_a@lilly.com"))
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
BugReports: https://github.com/trestletech/shinyTree/issues
Roxygen: list(wrap = TRUE)
RoxygenNote: 6.1.1
Encoding: UTF-8