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 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2021-11-18 21:31:50 UTC RemoteUrl: https://github.com/rstudio/r2d3 RemoteRef: HEAD RemoteSha: becfb81989c7fabfe79dee2dde999190025d4ba3 NeedsCompilation: no Packaged: 2026-06-12 03:02:15 UTC; root Author: Nick Strayer [aut, cre], Javier Luraschi [aut], JJ Allaire [aut], Mike Bostock [ctb, cph] (d3.js library, http://d3js.org), RStudio [cph] Maintainer: Nick Strayer