Package: d3r Type: Package Title: 'd3.js' Utilities for R Version: 1.1.0 Date: 2023-10-01 Authors@R: c( person( "Mike", "Bostock" , role = c("aut", "cph") , comment = "d3.js library in htmlwidgets/lib, http://d3js.org" ), person( "Kent", "Russell" , role = c("aut", "cre", "cph") , comment = "R interface" , email = "kent.russell@timelyportfolio.com" ), person( "Gregor", "Aisch" , role = c("aut", "cph") , comment = "d3-jetpack creator, https://github.com/gka/d3-jetpack" ), person( "Adam", "Pearce" , role = c("aut") , comment = "core contributor to d3-jetpack" ), person( "Ben", "Ortiz" , role = c("ctb") ) ) Maintainer: Kent Russell URL: https://github.com/timelyportfolio/d3r BugReports: https://github.com/timelyportfolio/d3r/issues Description: Provides a suite of functions to help ease the use of 'd3.js' in R. These helpers include 'htmltools::htmlDependency' functions, hierarchy builders, and conversion tools for 'partykit', 'igraph,' 'table', and 'data.frame' R objects into the 'JSON' that 'd3.js' expects. License: BSD_3_clause + file LICENSE Encoding: UTF-8 Imports: dplyr, htmltools, tidyr (>= 0.8.3) Suggests: httr, jsonlite, listviewer, purrr, testthat Enhances: igraph, partykit, rpart, treemap, V8 RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://timelyportfolio.r-universe.dev Date/Publication: 2023-10-02 01:37:26 UTC RemoteUrl: https://github.com/timelyportfolio/d3r RemoteRef: master RemoteSha: e824baa8a01fdc3492ee287d734ebb5c120f893c NeedsCompilation: no Packaged: 2026-06-10 09:07:49 UTC; root Author: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib, http://d3js.org), Kent Russell [aut, cre, cph] (R interface), Gregor Aisch [aut, cph] (d3-jetpack creator, https://github.com/gka/d3-jetpack), Adam Pearce [aut] (core contributor to d3-jetpack), Ben Ortiz [ctb]