-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.24 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
Package: r2d3
Type: Package
Title: Interface to 'D3' Visualizations
Version: 0.2.5
Authors@R: c(
person("Nick", "Strayer", email = "nick.strayer@rstudio.com", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = c("aut")),
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"))
)
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
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: 7.1.2
URL: https://rstudio.github.io/r2d3/, https://github.com/rstudio/r2d3
BugReports: https://github.com/rstudio/r2d3/issues
VignetteBuilder: knitr