Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Garrick Aden-Buie e3a1a129de Add custom shiny input project to README 6 lat temu
R Now it's a real data frame! 6 lat temu
dev shorten sha links in dev journal 6 lat temu
inst/htmlwidgets Now it's a real data frame! 6 lat temu
man Add updateFrappeChart() 6 lat temu
.Rbuildignore Add readme 6 lat temu
.gitignore (meta: fix gitignore) 6 lat temu
DESCRIPTION Add missing htmlwidgets dependencies 6 lat temu
LICENSE Add readme 6 lat temu
LICENSE.md Add readme 6 lat temu
NAMESPACE Add updateFrappeChart() 6 lat temu
README.md Add custom shiny input project to README 6 lat temu
frappeCharts.Rproj usethis::create_package("frappeCharts") 6 lat temu
package-lock.json npm run build 6 lat temu
package.json npm run build 6 lat temu

README.md

frappeCharts - An HTML Widgets Demo

This is a demo repository for the JavaScript for Shiny Users workshop at rstudio::conf.

The goal is to build an htmlwidget around the Frappe Charts JavaScript library.

The repository is itself a walk through of the project. Walk through the commit log or read through the dev journal to explore the project and the changes made at each step of the process.


Building Custom Shiny Inputs

✨ Bonus! ✨

This repo also contains a walkthough building a custom Shiny input: a <textarea> input that measures typing speed. At the end of the project, we incorporate the frappeCharts widget we built in the main project.

Walk through the commit log of the shiny-input branch or read through the shiny-input dev journal to explore the project and the changes made at each step of the process.

The final app is available to demo at https://gadenbuie.shinyapps.io/type-racer/