No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Garrick Aden-Buie 10e583e80d Add notes about apps avaiable via repl_example() hace 6 años
R Now it's a real data frame! hace 6 años
dev Add notes about apps avaiable via repl_example() hace 6 años
inst/htmlwidgets Now it's a real data frame! hace 6 años
man Add updateFrappeChart() hace 6 años
.Rbuildignore Add readme hace 6 años
.gitignore (meta: fix gitignore) hace 6 años
DESCRIPTION Add missing htmlwidgets dependencies hace 6 años
LICENSE Add readme hace 6 años
LICENSE.md Add readme hace 6 años
NAMESPACE Add updateFrappeChart() hace 6 años
README.md Add custom shiny input project to README hace 6 años
frappeCharts.Rproj usethis::create_package("frappeCharts") hace 6 años
package-lock.json npm run build hace 6 años
package.json npm run build hace 6 años

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/