Closed SimonGoring closed 9 years ago
I'm making this note for myself:
The server.R and ui.R files should be in the Shiny-App folder, otherwise the runApp function can't find them, but this means that all the other file references need to be re-written so that they're relative to the new location f server and ui.
server.R
ui.R
Shiny-App
runApp
server
ui
Fixed in commit 64c6cad0d57241e52e4235f9c1ea0b3af0a3683e.
I'm making this note for myself:
The
server.R
andui.R
files should be in theShiny-App
folder, otherwise therunApp
function can't find them, but this means that all the other file references need to be re-written so that they're relative to the new location fserver
andui
.