knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) markdown <- function(s) { s <- gsub("\\n[ \\t]*", "\n", s) shiny::HTML(markdown::markdownToHTML(fragment.only = TRUE, text = s)) }
Residual Snippets is an informal, unedited, and free-flowing audio series from Eric Nantz. If you enjoy hearing quick takes from a data scientist on their journey to blend innovative uses of open-source technology, contributing back to their brilliant communities, and juggling the curveballs life throws at them, this series is for you!
You can view the hosted version of the application at rpodcast.shinyapps.io/rsnippets
This repository contains the code behind the Residual Snippets Shiny application. It is my first forray into creating a mobile style application, but it is now possible thanks to these excellent contributions in the Shiny community:
{shinyMobile}
package written by David Granjon (@divadnojnarg
), which powers this application's UI!@athos_damiani
) authored an excellent R package {wavesurfer}
that wraps the wavesurfer.js
JavaScript library, enabling this application to play the Residual Snippet episodes!{golem}
by ThinkR which enables me to create an R pakage infrastructure around this application and utilize best practices in development.If you have any feedback you'd like to provide about the show, please file an issue in this repository's issue tracker. The Residual Snippets Shiny app also contains a direct way to provide your feedback as well.
Please note that the 'rsnippets.app' 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.