Skip to content

Commit

Permalink
submit to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed May 28, 2022
1 parent ce6fd04 commit 74c79ca
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 40 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.4.3
Date: 2022-01-03 13:37:46 UTC
SHA: 966eb43aebdd1717753d55c678c3e83885f84a46
Version: 0.4.4
Date: 2022-05-28 09:11:28 UTC
SHA: ce6fd0491b2c3c7330b993091a5a1164962dd4de
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: echarts4r
Title: Create Interactive Graphs with 'Echarts JavaScript' Version 5
Date: 2022-01-02
Version: 0.4.3.9000
Date: 2022-05-28
Version: 0.4.4
Authors@R: c(
person("John", "Coene", email = "[email protected]", role = c("aut", "cre", "cph")),
person(given = "Wei", family = "Su", email = "[email protected]", role = "ctb"),
Expand Down Expand Up @@ -37,6 +37,6 @@ Suggests:
leaflet,
tibble
Depends: R (>= 4.1.0)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
URL: https://echarts4r.john-coene.com/, https://github.com/JohnCoene/echarts4r
BugReports: https://github.com/JohnCoene/echarts4r/issues/
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This greatly improves the performances of echarts4r which now loads much faster.

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`.

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.
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.

- Warning in `e_axis_fomatter` if user uses RStudio, relates to [#100](https://github.com/JohnCoene/echarts4r/issues/100)
- Fixed [#98](https://github.com/JohnCoene/echarts4r/issues/98) where a bug was introduced in `e_radar_opts` when the timeline component was added.
Expand Down
4 changes: 1 addition & 3 deletions man/band2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_area.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_brush.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_datazoom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_line.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_pictorial.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/e_step.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/errorbar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/histogram.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/scatter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/smooth.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74c79ca

Please sign in to comment.