forked from ramnathv/htmlwidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 913 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
25
26
27
28
Package: htmlwidgets
Type: Package
Title: HTML Widgets for R
Version: 1.2.1
Authors@R: c(
person("Ramnath", "Vaidyanathan", role = c("aut", "cph")),
person("Yihui", "Xie", role = c("aut")),
person("JJ", "Allaire", role = c("aut", "cre"), email = "[email protected]"),
person("Joe", "Cheng", role = c("aut")),
person("Kenton", "Russell", role = c("aut", "cph")),
person(family = "RStudio", role = "cph")
)
Description: A framework for creating HTML widgets that render in various
contexts including the R console, 'R Markdown' documents, and 'Shiny'
web applications.
License: MIT + file LICENSE
VignetteBuilder: knitr
Imports:
grDevices,
htmltools (>= 0.3),
jsonlite (>= 0.9.16),
yaml
Suggests:
knitr (>= 1.8)
Enhances: shiny (>= 1.0.5)
URL: https://github.com/ramnathv/htmlwidgets
BugReports: https://github.com/ramnathv/htmlwidgets/issues
RoxygenNote: 6.0.1