Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

shiny - Error in shinyAppDir(x) : App dir must contain either app.R or server.R

I am trying to run my shiny app with the command shiny::runApp(port = 3522), but I have this error:

Error in shinyAppDir(x) : App dir must contain either app.R or server.R.

The issue is that my app.R exists, I don't know what is happening, this the structure of my directory

app.R
global.R
www


Thank you!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...