echarts4r

🐳 ECharts 5 for R

https://github.com/johncoene/echarts4r

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • β—‹
    CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Committers with academic emails
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (10.0%) to scientific vocabulary

Keywords

echarts hacktoberfest htmlwidget htmlwidgets r rstats visualization

Keywords from Contributors

shiny shiny-apps web-development web-app shiny-r pandoc latex rmarkdown literate-programming easy-to-use
Last synced: 6 months ago · JSON representation

Repository

🐳 ECharts 5 for R

Basic Info
Statistics
  • Stars: 611
  • Watchers: 16
  • Forks: 83
  • Open Issues: 168
  • Releases: 14
Topics
echarts hacktoberfest htmlwidget htmlwidgets r rstats visualization
Created almost 8 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Funding License Code of conduct

README.md



[![R-CMD-check](https://github.com/JohnCoene/echarts4r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JohnCoene/echarts4r/actions/workflows/R-CMD-check.yaml) [![version](https://img.shields.io/github/tag/JohnCoene/echarts4r.svg)](https://github.com/JohnCoene/echarts4r/releases) [![GitHub closed issues](https://img.shields.io/github/issues-closed/JohnCoene/echarts4r.svg)](https://github.com/JohnCoene/echarts4r/issues) [![echarts4r](https://cranlogs.r-pkg.org/badges/echarts4r)](https://cranlogs.r-pkg.org/badges/echarts4r) [![code-size](https://img.shields.io/github/languages/code-size/JohnCoene/echarts4r.svg)](https://github.com/JohnCoene/echarts4r) [![Coveralls test coverage](https://coveralls.io/repos/github/JohnCoene/echarts4r/badge.svg)](https://coveralls.io/github/JohnCoene/echarts4r) [Apache ECharts](https://echarts.apache.org/en/) version __5__ for R. [Website](https://echarts4r.john-coene.com) | [Shiny Demo](https://shiny.john-coene.com/echarts4rShiny/) | [Get Started](https://echarts4r.john-coene.com/articles/get_started.html)

Note

The Github version is currently going through the update from ECharts.js version 4 to version 5: feel free to test it but there are some issues. Please use the stable CRAN version otherwise.

Example

Basic example.

```r library(echarts4r)

echart(cars, speed) %>% escatter(dist, symbolSize = 10) ```

Get it

Stable version from CRAN.

r install.packages("echarts4r")

The development version from Github.

```r

install.packages("remotes")

remotes::install_github("JohnCoene/echarts4r") ```

Code of Conduct

Please note that the echarts4r project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Owner

  • Name: John Coene
  • Login: JohnCoene
  • Kind: user
  • Location: Switzerland
  • Company: @devOpifex

R, Go, JavaScript, and other indoor stuff.

GitHub Events

Total
  • Issues event: 15
  • Watch event: 18
  • Issue comment event: 42
  • Push event: 8
  • Pull request event: 8
  • Fork event: 2
  • Create event: 4
Last Year
  • Issues event: 15
  • Watch event: 18
  • Issue comment event: 42
  • Push event: 8
  • Pull request event: 8
  • Fork event: 2
  • Create event: 4

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,021
  • Total Committers: 35
  • Avg Commits per committer: 29.171
  • Development Distribution Score (DDS): 0.216
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
JohnCoene j****p@g****m 800
Jean-Philippe Coene j****e@w****g 90
munoztd0 d****d@m****g 28
swsoyee s****e@g****m 16
etiennebacher e****r@p****m 14
helgasoft h****t@g****m 8
mchuk m****k@i****m 7
teofiln t****n@g****m 5
mkranjcev k****v@s****r 5
Robin Cue r****a@g****m 5
Robert Koetsier r****8@g****m 5
lipengfei l****e@g****m 4
shrektan s****n@1****m 4
Paul Simmering p****g@g****m 3
2250790471@qq.com l****o@M****l 3
rdatasculptor r****r@g****m 2
Yihui Xie x****e@y****e 2
Stephen Holsenbeck s****n@v****o 2
Tyler Littlefield t****f@i****m 2
Aaron Gorman 4****1 1
Artem Klevtsov a****v@g****m 1
ζˆθΆ…(Cheng Chao) Y****8@s****m 1
Yi Shen s****1@b****m 1
Jean-Philippe Coene j****e@m****l 1
Aurèle e****e 1
Hank 4****0 1
Jinhwan Kim h****c@g****m 1
Jon Calder j****r@g****m 1
Lucas Habegger l****r@b****m 1
Luis Verde Arregoitia l****d@c****x 1
and 5 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 204
  • Total pull requests: 37
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 127
  • Total pull request authors: 14
  • Average comments per issue: 2.82
  • Average comments per pull request: 0.73
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 20
  • Pull requests: 4
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 3 hours
  • Issue authors: 16
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.75
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rdatasculptor (12)
  • MrMisc (9)
  • munoztd0 (7)
  • svenb78 (7)
  • oobd (6)
  • yogat3ch (6)
  • awcm0n (6)
  • gacolitti (5)
  • antoine4ucsd (4)
  • ddrogen (3)
  • Mkranj (3)
  • swsoyee (3)
  • stvanh (3)
  • pizifan (3)
  • wulj5 (2)
Pull Request Authors
  • munoztd0 (16)
  • aarong1 (3)
  • teofiln (3)
  • Mkranj (2)
  • rdatasculptor (2)
  • luisDVA (2)
  • jhk0530 (2)
  • liubao210 (1)
  • yogat3ch (1)
  • lhabegger (1)
  • mthomas-ketchbrook (1)
  • robert-koetsier (1)
  • tungttnguyen (1)
  • fenguoerbian (1)
Top Labels
Issue Labels
bug (12) enhancement (9) Help (8) to close (5) help wanted (4) feature (3) wontfix (2) good first issue (1) stackoverlfow (1)
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • cran 4,972 last-month
  • Total docker downloads: 274
  • Total dependent packages: 10
    (may contain duplicates)
  • Total dependent repositories: 43
    (may contain duplicates)
  • Total versions: 39
  • Total maintainers: 1
cran.r-project.org: echarts4r

Create Interactive Graphs with 'Echarts JavaScript' Version 5

  • Versions: 13
  • Dependent Packages: 10
  • Dependent Repositories: 43
  • Downloads: 4,972 Last month
  • Docker Downloads: 274
Rankings
Stargazers count: 0.6%
Forks count: 0.8%
Dependent repos count: 3.9%
Dependent packages count: 5.3%
Average: 6.6%
Downloads: 6.8%
Docker downloads count: 22.4%
Maintainers (1)
Last synced: 6 months ago
proxy.golang.org: github.com/JohnCoene/echarts4r
  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago
proxy.golang.org: github.com/johncoene/echarts4r
  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 4.1.0 depends
  • broom * imports
  • corrplot * imports
  • countrycode * imports
  • dplyr >= 0.7.0 imports
  • htmltools * imports
  • htmlwidgets * imports
  • jsonlite * imports
  • purrr * imports
  • rstudioapi * imports
  • scales * imports
  • shiny * imports
  • covr * suggests
  • data.tree * suggests
  • knitr * suggests
  • leaflet * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • tibble * suggests
  • tidyr * suggests
inst/htmlwidgets/lib/echarts-4.8.0/themes/package.json npm
docs/articles/actions-buttons_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/advanced_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/brush_files/chalk-1.0.0/package.json npm
docs/articles/brush_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/brush_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/brush_files/westeros-1.0.0/package.json npm
docs/articles/chart_types_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/connect_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/connect_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/geo3d_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/geo3d_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/geo3d_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/geo_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/geo_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/get_started_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/get_started_files/infographic-1.0.0/package.json npm
docs/articles/gl_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/gl_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/gl_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/globe_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/globe_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/graph_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/graph_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/graphics_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/grid_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/leaflet-mapbox_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/leaflet-mapbox_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/make-geo-json_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/map3d_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/map3d_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/map3d_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/map_files/echarts-world-1.0.0/themes/package.json npm
docs/articles/map_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/map_files/infographic-1.0.0/package.json npm
docs/articles/mark_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/pictorial_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/pictorial_files/westeros-1.0.0/package.json npm
docs/articles/stats_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/themes_files/azul-1.0.0/package.json npm
docs/articles/themes_files/blue-1.0.0/package.json npm
docs/articles/themes_files/caravan-1.0.0/package.json npm
docs/articles/themes_files/carp-1.0.0/package.json npm
docs/articles/themes_files/chalk-1.0.0/package.json npm
docs/articles/themes_files/cool-1.0.0/package.json npm
docs/articles/themes_files/dark-1.0.0/package.json npm
docs/articles/themes_files/dark-blue-1.0.0/package.json npm
docs/articles/themes_files/dark-bold-1.0.0/package.json npm
docs/articles/themes_files/dark-digerati-1.0.0/package.json npm
docs/articles/themes_files/dark-fresh-cut-1.0.0/package.json npm
docs/articles/themes_files/dark-mushroom-1.0.0/package.json npm
docs/articles/themes_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/themes_files/essos-1.0.0/package.json npm
docs/articles/themes_files/forest-1.0.0/package.json npm
docs/articles/themes_files/fresh-cut-1.0.0/package.json npm
docs/articles/themes_files/fruit-1.0.0/package.json npm
docs/articles/themes_files/gray-1.0.0/package.json npm
docs/articles/themes_files/green-1.0.0/package.json npm
docs/articles/themes_files/halloween-1.0.0/package.json npm
docs/articles/themes_files/helianthus-1.0.0/package.json npm
docs/articles/themes_files/infographic-1.0.0/package.json npm
docs/articles/themes_files/inspired-1.0.0/package.json npm
docs/articles/themes_files/london-1.0.0/package.json npm
docs/articles/themes_files/macarons-1.0.0/package.json npm
docs/articles/themes_files/macarons2-1.0.0/package.json npm
docs/articles/themes_files/mint-1.0.0/package.json npm
docs/articles/themes_files/purple-passion-1.0.0/package.json npm
docs/articles/themes_files/red-1.0.0/package.json npm
docs/articles/themes_files/red-velvet-1.0.0/package.json npm
docs/articles/themes_files/roma-1.0.0/package.json npm
docs/articles/themes_files/royal-1.0.0/package.json npm
docs/articles/themes_files/sakura-1.0.0/package.json npm
docs/articles/themes_files/shine-1.0.0/package.json npm
docs/articles/themes_files/tech-blue-1.0.0/package.json npm
docs/articles/themes_files/vintage-1.0.0/package.json npm
docs/articles/themes_files/walden-1.0.0/package.json npm
docs/articles/themes_files/westeros-1.0.0/package.json npm
docs/articles/themes_files/wonderland-1.0.0/package.json npm
docs/articles/threeD_files/echarts-gl-1.1.2/themes/package.json npm
docs/articles/threeD_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/timeline_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/toolbox_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/tooltip_files/echarts4r-4.8.0/themes/package.json npm
docs/articles/v5_files/echarts4r-4.8.0/themes/package.json npm
docs/reference/libs/chalk-1.0.0/package.json npm
docs/reference/libs/dark-1.0.0/package.json npm
docs/reference/libs/echarts-gl-1.1.2/themes/package.json npm
docs/reference/libs/echarts-world-1.0.0/themes/package.json npm
docs/reference/libs/echarts4r-4.8.0/themes/package.json npm
docs/reference/libs/westeros-1.0.0/package.json npm