Package: r2d3
Type: Package
Title: Interface to 'D3' Visualizations
Version: 0.2.6
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, https://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
RoxygenNote: 7.1.2
URL: https://rstudio.github.io/r2d3/, https://github.com/rstudio/r2d3
BugReports: https://github.com/rstudio/r2d3/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-28 16:22:53 UTC; nicholasstrayer
Author: Nick Strayer [aut, cre],
  Javier Luraschi [aut],
  JJ Allaire [aut],
  Mike Bostock [ctb, cph] (d3.js library, https://d3js.org),
  RStudio [cph]
Maintainer: Nick Strayer <nick.strayer@rstudio.com>
Repository: CRAN
Date/Publication: 2022-02-28 16:50:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:01:44 UTC; windows
