Skip to contents

Shiny App-Packages (or sap) provides the code examples in for the Shiny App-Packages book. You can install the pkgdown branch of the sap package using remotes:

install.packages('remotes')
remotes::install_github('mjfrigaard/sap', ref = '22_pkgdown')

The 22_pkgdown branch demonstrates how to create a package website using pkgdown and GitHub Actions.

Movie review data application

The original code and data for the Shiny app comes from the Building Web Applications with Shiny course.

Launch the application using;

Learn more

The Developing & Testing Your Shiny Application workshop was provided at R in Pharma (2023).