knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Inside this fun project is a Shiny application to randomly select one of 32 cars available in the supremely awesome retro-inspired racing game Hotshot Racing! This is separate from the game itself, but I created the app to have some fun with my friends in the new Wimpy's World HotShot racing league :racing_car: . Head to Martin Wimpress' YouTube channel to see the past and future gaming streams, all powered by Linux!
You can install the development version of the app as an R package wtih the following command in your R session
remotes::install_github("rpodcast/hotshots.random)
I was able to create this fun application in large part to these excellent packages used throughout the app, in addition to the Shiny package:
{slickR}
: Wrapper around the [slick] JavaScript library producing a fully interactive image carousel. Authored by Yoni Sidi, who also appeared on episode 11 of the Shiny Developer Series{reactable}
: Interactive data tables for R based on the React Table library for interactive tables. Authored by Greg Lin, software engineer at RStudioPlease note that the hotshots.random project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.