Unable to run Shiny app runExample("01_hello") in RStudio

Hi @MarkM247! Welcome!

A couple of questions to help make it easier for others to figure out what might be wrong:

  • What version of RStudio are you running on your work PC?
  • What do you get when you run these lines just after starting RStudio on your work PC?:
    library(shiny)
    sessionInfo()
    
    (Don't forget to format the console output as code:sparkles: so our forum software doesn't garble anything :smile:)