Hi all,
my shiny app is running locally, but when I'm trying to deploy it to shinyapps using rsconnect deployApp()
, it published but getting an error message like this in the logs:
-------- in shinyapps log--------
Error in file(file, "rt") : cannot open the connection
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne ->
Execution halted
and
Warning in file(file, "rt") :
cannot open file '(my file pathway)': No such file or directory
Error in file(file, "rt") : cannot open the connection
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne ->
Execution halted