The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
R Htmlwidgets for TOAST UI JavaScript libraries: Grid, Calendar and Chart.
Install from CRAN with:
install.packages("toastui")
Or install the development version from GitHub with:
# install.packages("remotes")
::install_github("dreamRs/toastui") remotes
Interactive tables with data editing, filtering, sorting, and more. See documentation and examples:
Edit mode example:
Interactive daily, weekly or monthly calendar. See documentation and examples:
Interactive charts:
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:
::npm_install() packer
Modify code in srcjs/
directory, then run:
::bundle_prod() # or packer::bundle_dev() packer
Re-install the package or use pkgload::load_all()
to try
changes.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.