{"id":14067109,"url":"https://github.com/dreamRs/toastui","last_synced_at":"2025-07-30T00:32:30.984Z","repository":{"id":46267727,"uuid":"360103308","full_name":"dreamRs/toastui","owner":"dreamRs","description":"R htmlwidgets for ToastUI libraries: grid, calendar, chart and editor","archived":false,"fork":false,"pushed_at":"2025-04-10T13:43:16.000Z","size":24009,"stargazers_count":91,"open_issues_count":11,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T15:43:08.278Z","etag":null,"topics":["calendar","charts","datagrid","htmlwidgets","r","tables","wysiwyg"],"latest_commit_sha":null,"homepage":"https://dreamrs.github.io/toastui","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreamRs.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-21T09:10:01.000Z","updated_at":"2025-04-30T07:14:13.000Z","dependencies_parsed_at":"2024-03-18T11:52:12.533Z","dependency_job_id":"f41f0bc1-6677-4163-9e9a-9126d2caf42c","html_url":"https://github.com/dreamRs/toastui","commit_stats":{"total_commits":259,"total_committers":1,"mean_commits":259.0,"dds":0.0,"last_synced_commit":"b2547ded49fc13bc51cf88a7abff83b8aed005de"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dreamRs/toastui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamRs%2Ftoastui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamRs%2Ftoastui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamRs%2Ftoastui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamRs%2Ftoastui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamRs","download_url":"https://codeload.github.com/dreamRs/toastui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamRs%2Ftoastui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265072307,"owners_count":23706951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","charts","datagrid","htmlwidgets","r","tables","wysiwyg"],"created_at":"2024-08-13T07:05:26.312Z","updated_at":"2025-07-30T00:32:30.956Z","avatar_url":"https://github.com/dreamRs.png","language":"R","funding_links":[],"categories":["R","UI Components"],"sub_categories":["Table"],"readme":"# toastui\n\n\u003e R Htmlwidgets for [TOAST UI](https://ui.toast.com/) JavaScript libraries: [Grid](https://ui.toast.com/tui-grid/), [Calendar](https://ui.toast.com/tui-calendar/), [Chart](https://ui.toast.com/tui-chart/) and [Editor](https://ui.toast.com/tui-editor/).\n\n\u003c!-- badges: start --\u003e\n[![version](https://www.r-pkg.org/badges/version/toastui)](https://CRAN.R-project.org/package=toastui)\n[![R-CMD-check](https://github.com/dreamRs/toastui/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/toastui/actions/workflows/R-CMD-check.yaml)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n\u003c!-- badges: end --\u003e\n\n\n## Installation\n\nInstall from [CRAN](https://CRAN.R-project.org/package=toastui) with:\n\n```r\ninstall.packages(\"toastui\")\n```\n\nOr install the development version from [GitHub](https://github.com/dreamRs/toastui) with:\n\n```r\n# install.packages(\"remotes\")\nremotes::install_github(\"dreamRs/toastui\")\n```\n\n## Grid\n\nInteractive tables with data editing, filtering, sorting, and more. See documentation and examples:\n\n![](man/figures/grid.png)\n\nEdit mode example:\n\n![](man/figures/grid-edit.png)\n\n\n## Calendar\n\nInteractive daily, weekly or monthly calendar. See documentation and examples:\n\n* Monthly view:\n\n![](man/figures/calendar-month.png)\n\n* Weekly view:\n\n![](man/figures/calendar-week.png)\n\n\n## Chart\n\nInteractive charts:\n\n![](man/figures/chart-heatmap.png)\n![](man/figures/chart-treemap.png)\n\n\n## Editor\n\nInteractive Markdown WYSIWYG Editor:\n\n![](man/figures/editor.png)\n\n\n## Development\n\nThis package uses [packer](https://github.com/JohnCoene/packer) to manage JavaScript source code and dependencies. If you want to modify it, you'll need a working installation of [Node.js](https://nodejs.org).\n\nAfter cloning the Git repository, install nodes modules with:\n\n```r\npacker::npm_install()\n```\n\nModify code in `srcjs/` directory, then run:\n\n```r\npacker::bundle_prod() # or packer::bundle_dev()\n```\n\nRe-install the package or use `pkgload::load_all()` to try changes.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FdreamRs%2Ftoastui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FdreamRs%2Ftoastui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FdreamRs%2Ftoastui/lists"}