toastui

R htmlwidgets for ToastUI libraries: grid, calendar, chart and editor

https://github.com/dreamrs/toastui

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 (9.6%) to scientific vocabulary

Keywords

calendar charts datagrid htmlwidgets r tables wysiwyg
Last synced: 6 months ago · JSON representation

Repository

R htmlwidgets for ToastUI libraries: grid, calendar, chart and editor

Basic Info
Statistics
  • Stars: 91
  • Watchers: 3
  • Forks: 9
  • Open Issues: 11
  • Releases: 8
Topics
calendar charts datagrid htmlwidgets r tables wysiwyg
Created almost 5 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

toastui

R Htmlwidgets for TOAST UI JavaScript libraries: Grid, Calendar, Chart and Editor.

version R-CMD-check Lifecycle: stable <!-- badges: end -->

Installation

Install from CRAN with:

r install.packages("toastui")

Or install the development version from GitHub with:

```r

install.packages("remotes")

remotes::install_github("dreamRs/toastui") ```

Grid

Interactive tables with data editing, filtering, sorting, and more. See documentation and examples:

Edit mode example:

Calendar

Interactive daily, weekly or monthly calendar. See documentation and examples:

  • Monthly view:

  • Weekly view:

Chart

Interactive charts:

Editor

Interactive Markdown WYSIWYG Editor:

Development

This package uses packer to manage JavaScript source code and dependencies. If you want to modify it, you'll need a working installation of Node.js.

After cloning the Git repository, install nodes modules with:

r packer::npm_install()

Modify code in srcjs/ directory, then run:

r packer::bundle_prod() # or packer::bundle_dev()

Re-install the package or use pkgload::load_all() to try changes.

Owner

  • Name: dreamRs
  • Login: dreamRs
  • Kind: organization
  • Email: info@dreamrs.fr
  • Location: Paris, France

La datascience avec un grand R

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 10
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 17
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 10
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 17
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 298
  • Total Committers: 1
  • Avg Commits per committer: 298.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 17
  • Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
pvictor p****r@g****m 298

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 50
  • Total pull requests: 5
  • Average time to close issues: 6 months
  • Average time to close pull requests: 27 days
  • Total issue authors: 36
  • Total pull request authors: 2
  • Average comments per issue: 2.5
  • Average comments per pull request: 0.4
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 2
  • Average time to close issues: 11 days
  • Average time to close pull requests: 14 minutes
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jeanantoinedasilva (5)
  • RoshanPShetty (4)
  • nick-youngblut (3)
  • royfrancis (2)
  • noamanemobidata (2)
  • scconner7 (2)
  • pablotis (1)
  • ivelasq (1)
  • trafficonese (1)
  • jbwzzang (1)
  • Herdi86 (1)
  • magentile (1)
  • agronomofiorentini (1)
  • dougbarrows (1)
  • LeonardoDonatoNunes (1)
Pull Request Authors
  • pvictor (3)
  • MichalLauer (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 5,144 last-month
  • Total docker downloads: 7
  • Total dependent packages: 0
  • Total dependent repositories: 4
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: toastui

Interactive Tables, Calendars and Charts for the Web

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 4
  • Downloads: 5,144 Last month
  • Docker Downloads: 7
Rankings
Stargazers count: 5.0%
Forks count: 7.9%
Dependent repos count: 14.5%
Average: 17.8%
Downloads: 24.9%
Docker downloads count: 25.7%
Dependent packages count: 28.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • htmltools * imports
  • htmlwidgets * imports
  • magrittr * imports
  • rlang * imports
  • shiny >= 1.1.0 imports
  • shinyWidgets * imports
  • utils * imports
  • apexcharter * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • scales * suggests
  • tinytest * suggests
package-lock.json npm
  • 161 dependencies
package.json npm
  • @toast-ui/chart ^4.4.1 development
  • css-loader ^6.6.0 development
  • dayjs ^1.10.7 development
  • style-loader ^3.3.1 development
  • tui-calendar ^1.15.3 development
  • tui-grid ^4.21.3 development
  • tui-pagination ^3.4.1 development
  • webpack ^5.69.1 development
  • webpack-cli ^4.9.2 development
  • webpack-merge ^5.8.0 development
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite