-
Notifications
You must be signed in to change notification settings - Fork 47
/
DESCRIPTION
23 lines (23 loc) · 1.09 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
Package: ECharts2Shiny
Type: Package
Title: Embedding Interactive Charts Generated with ECharts Library into Shiny
Applications
Imports: shiny,jsonlite
Version: 0.2.13
Date: 2017-12-11
Authors@R: c(
person("Xiaodong", "Deng", role = c("aut", "cre"), email = "xd_deng@hotmail.com"),
person("Hao", "Zhu", role = "ctr", email = "haozhu233@gmail.com"),
person("Yiheng","Li",role = "ctr", email = "liyiheng.scott@gmail.com"),
person("Janet","Wagner",role = "ctr"),
person("ChinYong","Lim",role = "ctr", email = "chinyong.net@gmail.com")
)
Maintainer: Xiaodong Deng <xd_deng@hotmail.com>
Description: Embed interactive charts to their Shiny applications. These charts will be generated by ECharts library developed by Baidu (<http://echarts.baidu.com/>). Current version supports line chart, bar chart, pie chart, scatter plot, gauge, word cloud, radar chart, tree map, and heat map.
URL: https://github.com/XD-DENG/ECharts2Shiny
BugReports: https://github.com/XD-DENG/ECharts2Shiny/issues
License: GPL-2
LazyData: TRUE
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no