Shiny functions having compilation issues

I have the most updated version of Shiny package and am running on MacOS Mojave 10.14.5. When I setup shiny in an R Markdown document, the compiler was unable to read Shiny functions (such as inputPanel() and renderPlot()) ('could not find function "inputPanel"', etc.). I know with the most updated version of the shiny package, these should be able to compile with no problem. I was wondering if it could be my computer, and if there is anything I can do to get Shiny to run properly. Thanks

Hi, welcome!

Just to clarify, R is an interpreted computer language so there is no compiler. To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one for a shiny app

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.