Got it. I just added that line after my other library imports. For my app it looks like this:
library(shiny)
library(tidyverse)
library(ggplot2)
library(DT)
devtools::install_version("MASS", "7.3-51.1") # Resolve incompatibility with shinyapps.io deployment
Other will have different combinations of libraries loaded for their apps.