Package: c3
Type: Package
Title: C3.js Chart Library
Description: Create interactive charts with the 'C3.js' <https://c3js.org/> charting library. All plot 
    types in 'C3.js' are available and include line, bar, scatter, and mixed geometry plots. Plot 
    annotations, labels and axis are highly adjustable. Interactive web based charts can be embedded 
    in R Markdown documents or Shiny web applications. 
Version: 0.3.2
Authors@R: c(
    person("Matt", "Johnson", email = "mrjoh3@gmail.com",
    role = c("aut", "cre"))
    )
Maintainer: Matt Johnson <mrjoh3@gmail.com>
Depends: R (>= 3.2.2)
Imports: jsonlite, data.table, lazyeval, htmlwidgets, dplyr, viridis,
        methods
URL: https://github.com/mrjoh3/c3
BugReports: https://github.com/mrjoh3/c3/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: testthat, RColorBrewer, knitr, rmarkdown, purrr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-08-25 02:04:07 UTC; 10852787
Author: Matt Johnson [aut, cre]
Repository: CRAN
Date/Publication: 2026-08-25 12:50:02 UTC
Built: R 4.6.1; ; 2026-08-25 13:13:38 UTC; unix
