-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1010 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: c3plot
Type: Package
Title: An R 'graphics'-like Interface to 'C3.js'
Version: 0.1.1
Authors@R: c(person("Alex", "Kraieski", email = "[email protected]",
role = c("aut", "cre")),
person("R Core team", role = "ctb",
comment = "Some code and examples extracted from base R 'plot()' methods"))
Description: Create interactive plots with the 'C3.js' <https://c3js.org/> charting library using
an interface modeled after that of base graphics. The main c3plot() function is an
S3 generic with methods for various R objects that work similarly to their equivalent plot() methods.
These plots can be embedded into 'Shiny' web applications
or 'R Markdown' documents or displayed within the 'RStudio' 'Viewer' pane.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: htmlwidgets, gplots, grDevices
Suggests:
testthat,
knitr,
rmarkdown,
gapminder,
plotly,
ggplot2,
c3,
microbenchmark,
dplyr
VignetteBuilder: knitr