forked from rstudio/r2d3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.19 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
Package: r2d3
Type: Package
Title: Interface to 'D3' Visualizations
Version: 0.2.4
Authors@R: c(
person("Javier", "Luraschi", email = "[email protected]", role = c("aut", "cre")),
person("JJ", "Allaire", role = c("aut")),
person("Mike", "Bostock", role = c("ctb", "cph"), comment = "d3.js library, http://d3js.org"),
person(family = "RStudio", role = c("cph"))
)
Maintainer: Javier Luraschi <[email protected]>
Description: Suite of tools for using 'D3', a library for producing dynamic, interactive data
visualizations. Supports translating objects into 'D3' friendly data structures, rendering
'D3' scripts, publishing 'D3' visualizations, incorporating 'D3' in R Markdown, creating
interactive 'D3' applications with Shiny, and distributing 'D3' based 'htmlwidgets' in R
packages.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 3.1.2)
Imports:
htmlwidgets (>= 1.2), htmltools, jsonlite, rstudioapi
Suggests:
knitr,
rmarkdown,
R6,
shiny,
shinytest,
testthat,
webshot
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
URL: https://github.com/rstudio/r2d3
BugReports: https://github.com/rstudio/r2d3/issues
VignetteBuilder: knitr