My Shiny app works fine locally, but when I deploy it on shinyapps.io, I face the following error:
Error: could not find function "shell"
However, shell is an R built-in function (base
package). So I don't really see what causes the error here and how to fix it?
Please see follow-up question here