Skip to content

Commit 74c79ca

Browse files
committed
submit to cran
1 parent ce6fd04 commit 74c79ca

File tree

14 files changed

+18
-40
lines changed

14 files changed

+18
-40
lines changed

β€ŽCRAN-SUBMISSIONβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.4.3
2-
Date: 2022-01-03 13:37:46 UTC
3-
SHA: 966eb43aebdd1717753d55c678c3e83885f84a46
1+
Version: 0.4.4
2+
Date: 2022-05-28 09:11:28 UTC
3+
SHA: ce6fd0491b2c3c7330b993091a5a1164962dd4de

β€ŽDESCRIPTIONβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: echarts4r
22
Title: Create Interactive Graphs with 'Echarts JavaScript' Version 5
3-
Date: 2022-01-02
4-
Version: 0.4.3.9000
3+
Date: 2022-05-28
4+
Version: 0.4.4
55
Authors@R: c(
66
person("John", "Coene", email = "jcoenep@gmail.com", role = c("aut", "cre", "cph")),
77
person(given = "Wei", family = "Su", email = "swsoyee@gmail.com", role = "ctb"),
@@ -37,6 +37,6 @@ Suggests:
3737
leaflet,
3838
tibble
3939
Depends: R (>= 4.1.0)
40-
RoxygenNote: 7.1.2
40+
RoxygenNote: 7.2.0
4141
URL: https://echarts4r.john-coene.com/, https://github.com/JohnCoene/echarts4r
4242
BugReports: https://github.com/JohnCoene/echarts4r/issues/

β€ŽNEWS.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This greatly improves the performances of echarts4r which now loads much faster.
104104

105105
Bumped echarts JavaScript library to `4.6.0`, [PR #121](https://github.com/JohnCoene/echarts4r/pull/121), also bumped echarts gl to `1.2.1`.
106106

107-
Every function that adds a serie to chart (e.g.: `e_bar`) have been turned into methods that now can be applied to proxies (`echarts4rProxy`), see the [development vignette](https://echarts4r.john-coene.com/articles/development.html) for more. This implies some minute changes to the `echarts4rProxy`: nothing broken though.
107+
Every function that adds a serie to chart (e.g.: `e_bar`) have been turned into methods that now can be applied to proxies (`echarts4rProxy`), see the [development vignette](https://echarts4r.john-coene.com/articles/proxies.html) for more. This implies some minute changes to the `echarts4rProxy`: nothing broken though.
108108

109109
- Warning in `e_axis_fomatter` if user uses RStudio, relates to [#100](https://github.com/JohnCoene/echarts4r/issues/100)
110110
- Fixed [#98](https://github.com/JohnCoene/echarts4r/issues/98) where a bug was introduced in `e_radar_opts` when the timeline component was added.

β€Žman/band2.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_area.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_brush.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_datazoom.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_line.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_pictorial.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/e_step.Rdβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)