Package: d3r
Type: Package
Title: 'd3.js' Utilities for R
Version: 0.7.0
Date: 2017-10-10
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")
        , 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 <kent.russell@timelyportfolio.com>
URL: https://github.com/timelyportfolio/d3r
BugReports: https://github.com/timelyportfolio/d3r/issues
Description: Helper functions for using 'd3.js' in R.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Imports: dplyr, htmltools, tidyr (>= 0.7.0)
Suggests: jsonlite, listviewer, purrr, testthat
Enhances: igraph, partykit, rpart, treemap, V8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-10-11 02:09:18 UTC; Kent and Laurie
Author: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib,
    http://d3js.org),
  Kent Russell [aut, cre] (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]
Repository: CRAN
Date/Publication: 2017-10-11 08:11:11 UTC
