Skip to content

rowrowrowyourboat/RStudio-Conf-Intermediate-Shiny

This branch is up to date with aimeegott/RStudio-Conf-Intermediate-Shiny:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aimee Gott
Jan 9, 2019
db59cca · Jan 9, 2019

History

3 Commits
Jan 9, 2019
Jan 9, 2019
Jan 9, 2019
Jan 9, 2019
Jan 9, 2019

Repository files navigation

RStudio-Conf-Intermediate-Shiny

Materials for the Intermediate Shiny Workshop at RStudio Conf 2019

Pre-Installations

In preparation for this workshop you will need a recent version of R and RStudio installed along with all of the following packages:

  • cranlogs
  • DT
  • flexdashboard
  • gapminder
  • jsonlite
  • lubridate
  • miniUI
  • shiny
  • shinyBS
  • shinydashboard
  • shinyjs
  • shinythemes
  • shinytoastr
  • tidyverse (specifically using dplyr, ggplot2, stringr)

If you are able to, these can be installed using a single package available on GitHub:

remotes::install_github("jcheng5/ShinyWorkshopDeps") or devtools::install_github("jcheng5/ShinyWorkshopDeps")

Materials

During the workshop there will be plenty of opportunity for hands on practice. For these exercises you will need to get a copy of all of the materials, which can be found on GitHub:

https://github.com/aimeegott/RStudio-Conf-Intermediate-Shiny

If you are familiar with GitHub you can clone the repository, or otherwise simply download (you should see a green "Clone or Download" button on the right).

About

Materials for the Intermediate Shiny Workshop at RStudio Conf 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.8%
  • HTML 0.2%