Why isn't my Shiny app publishing
问题 I am having issues when trying to publish my Shiny app. Here is the code for the app I published: UI: library(shiny) library(ggplot2) library(dplyr) ui <- fluidPage( titlePanel("Visualizing Pitcher Statistics"), sidebarLayout( sidebarPanel( helpText("Data from Baseball Prospectus"), helpText("by Julien Assouline"), sliderInput("yearinput", "YEAR", min = 1970, max = 2016, value = c(2000, 2016), animate = TRUE), selectInput("xcol", "X Axis", choices = c("YEAR","AGE","NAME","G","GS","PITCHES",