Need any more reason to love R-Shiny? Here: you can even use Shiny to create simple games! Posted on January 26, 2016 TL;DR Click here to play a puzzle game written entirely in Shiny (source code). [Read More] Tags: rstats shiny packages
ezknitr: R package to avoid the typical working directory pain when using knitr Posted on December 9, 2015 A new package has hit the CRAN shelves this week. While knitr is one of the most useful R packages in existence, ezknitr is a simple extension to it that adds flexibility in several ways. [Read More] Tags: rstats packages knitr
Building Shiny apps - an interactive tutorial Posted on December 7, 2015 If you want tutoring/training in Shiny or need help with building a Shiny app, I’m available for hire. [Read More] Tags: rstats shiny tutorial popular
Persistent data storage in Shiny apps Posted on July 1, 2015 This article is also published on RStudio’s Shiny Articles [Read More] Tags: rstats shiny tutorial popular
Shiny finally has a colour picker - use colourInput to select colours in Shiny apps Posted on June 28, 2015 NOTE: the colour input described here is no longer part of shinyjs and is now available in the colourpicker package instead. [Read More] Tags: rstats shiny packages shinyjs