SkillAgentSearch skills...

Toastui

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

Install / Use

/learn @dreamRs/Toastui
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

toastui

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

<!-- badges: start -->

version R-CMD-check Lifecycle: stable

<!-- badges: end -->

Installation

Install from CRAN with:

install.packages("toastui")

Or install the development version from GitHub with:

# 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:

packer::npm_install()

Modify code in srcjs/ directory, then run:

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

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

View on GitHub
GitHub Stars94
CategoryDevelopment
Updated12d ago
Forks8

Languages

R

Security Score

85/100

Audited on Mar 24, 2026

No findings