-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
35 lines (35 loc) · 1.25 KB
/
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: billboarder
Title: Create Interactive Chart with the JavaScript 'Billboard' Library
Version: 0.5.0.9000
Authors@R: c(
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Fanny", "Meyer", role = "aut"),
person("NAVER Corp", role = "cph", comment = "billboard.js library"),
person("Mike", "Bostock", role = "cph", comment = "d3.format library"))
Description: Provides an 'htmlwidgets' interface to 'billboard.js',
a re-usable easy interface JavaScript chart library, based on D3 v4+.
Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts.
All charts are interactive, and a proxy method is implemented to smoothly update a chart without rendering it again in 'shiny' apps.
URL: https://github.com/dreamRs/billboarder,
https://dreamrs.github.io/billboarder/
BugReports: https://github.com/dreamRs/billboarder/issues
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: htmlwidgets,
htmltools,
magrittr,
jsonlite,
ggplot2,
scales,
shiny,
rlang
Suggests:
RColorBrewer,
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr