-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
24 lines (24 loc) · 908 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
Package: jsTree
Title: Create Interactive Trees with the 'jQuery' 'jsTree'
Plugin
Version: 1.2
Date: 2020-12-10
Authors@R: c(person("Jonathan", "Sidi", email =
"[email protected]", role = c("aut", "cre")),
person("Kohleth", "Chia", role = c("ctb")))
Maintainer: Jonathan Sidi <[email protected]>
Description: Create and customize interactive trees using the
'jQuery' 'jsTree' <https://www.jstree.com/> plugin
library and the 'htmlwidgets' package. These trees can
be used directly from the R console, from 'RStudio', in
Shiny apps and R Markdown documents.
Depends: R (>= 2.10)
Imports: htmlwidgets,jsonlite,htmltools,data.table
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/yonicd/jsTree
BugReports: https://github.com/yonicd/jsTree/issues
RoxygenNote: 7.1.1
Suggests: testthat, covr,knitr,rmarkdown
VignetteBuilder: knitr