Package: ddplot
Type: Package
Title: Create D3 Based SVG Graphics
Version: 0.0.2
Authors@R: c(
    person("Mohamed El Fodil", "Ihaddaden", email = "ihaddaden.fodeil@gmail.com", role = c("aut", "cre")),
    person("June", "Choe", email = "jchoe001@gmail.com", role = c("ctb", "cph")),
    person("Mike", "Bostock", role = c("ctb", "cph"), comment = "D3.js developer"),
    person("RStudio", role = c("ctb", "cph"), comment = "developers of the r2d3 package")) 
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Description: Create 'D3' based 'SVG' ('Scalable Vector Graphics') graphics using a simple 'R' API. 
    The package aims to simplify
    the creation of many 'SVG' plot types using a straightforward 'R' API.  
    The package relies on the 'r2d3' 'R' package and the 'D3' 'JavaScript' library. 
    See <https://rstudio.github.io/r2d3/> and <https://d3js.org/> respectively.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/feddelegrand7/ddplot
BugReports: https://github.com/feddelegrand7/ddplot/issues
RoxygenNote: 7.3.1
Imports: r2d3
Suggests: knitr, rmarkdown, ggplot2, dplyr, tidyr, zoo, gapminder
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-06-29 10:46:29 UTC; mohamedelfodilihaddaden
Author: Mohamed El Fodil Ihaddaden [aut, cre],
  June Choe [ctb, cph],
  Mike Bostock [ctb, cph] (D3.js developer),
  RStudio [ctb, cph] (developers of the r2d3 package)
Repository: CRAN
Date/Publication: 2025-06-29 11:00:03 UTC
Built: R 4.6.0; ; 2025-08-18 10:37:12 UTC; unix
