I have a shiny app which I run it successfully on rstudio in Ubuntu.
However I user the same files in shiny-server directory and when I access the app from browser from shiny-server I get this error:
ERROR: could not find function "chartJSRadarOutput"
How is it possible to run it successfully in Rstudio but not in shiny server, what can I do?
Is it possible to check if shiny server studio can see the installed radarchart library? I have install through RStudio but I am not sure if shiny-server see them.
I user library(radarchart) and again in rstudio it runs but in shiny server gives this error:
ERROR: there is no package called ‘radarchart’