-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
35 lines (35 loc) · 953 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
30
31
32
33
34
35
Package: c3
Type: Package
Title: 'C3.js' Chart Library
Description: Create interactive charts with the 'C3.js' <http://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.1
Authors@R: c(
person("Matt", "Johnson", email = "[email protected]",
role = c("aut", "cre"))
)
Maintainer: Matt Johnson <[email protected]>
Depends:
R (>= 3.2.2)
Imports:
jsonlite,
data.table,
lazyeval,
htmlwidgets,
dplyr,
viridis
URL: https://github.com/mrjoh3/c3
BugReports: https://github.com/mrjoh3/c3/issues
License: GPL (>= 3)
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 6.1.1
Suggests:
testthat,
RColorBrewer,
knitr,
rmarkdown,
purrr
VignetteBuilder: knitr