forked from JohnCoene/echarts4r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.7 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
36
37
38
39
40
41
42
43
44
45
Package: echarts4r
Title: Create Interactive Graphs with 'Echarts JavaScript' Version 5
Date: 2023-06-08
Version: 0.4.5.9000
Authors@R: c(
person("John", "Coene", email = "[email protected]", role = c("aut", "cph")),
person("David", "Munoz Tord", email = "[email protected]", role = c("cre", "ctb"), comment = c(ORCID = "0000-0001-7954-8295")),
person(given = "Wei", family = "Su", email = "[email protected]", role = "ctb"),
person(family = "Helgasoft", email = "[email protected]", role = "ctb"),
person("Xianying", "Tan", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-6072-3521")),
person("Robin", "Cura", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0001-5926-1828")),
person("Mathida", "Chuk", email = "[email protected]", role = "ctb"),
person("Robert", "Koetsier", email = "[email protected] ", role = "ctb", comment = c(ORCID = "0000-0002-4477-5401")),
person("Jelle", "Geertsma", email = "[email protected]", role = "ctb"),
person("Teofil", "Nakov", email = "[email protected]", role = "ctb")
)
Description: Easily create interactive charts by leveraging the 'Echarts Javascript' library which includes
36 chart types, themes, 'Shiny' proxies and animations.
License: Apache License (>= 2.0)
Encoding: UTF-8
Imports:
htmlwidgets,
dplyr (>= 0.7.0),
purrr,
countrycode,
broom,
shiny,
scales,
corrplot,
htmltools,
jsonlite,
rstudioapi
Suggests:
tidyr,
testthat,
knitr,
rmarkdown,
covr,
data.tree,
leaflet,
tibble
Depends: R (>= 4.1.0)
RoxygenNote: 7.2.3
URL: https://echarts4r.john-coene.com/, https://github.com/JohnCoene/echarts4r
BugReports: https://github.com/JohnCoene/echarts4r/issues/