How to solve deployment error on shinnyappsio?
问题 I am trying to deploy my dashboard from Rstudio IDE by clicking Publish, but it returned me below error message: Error in inferAppPrimaryDoc(appPrimaryDoc = appPrimaryDoc, appFiles = appFiles, : Application mode static requires at least one document. Calls: ... withStatus -> force -> bundleApp -> inferAppPrimaryDoc Execution halted When I checked my shinyappsio dashboard, the apps was uploaded there but when clicked the url it showed 202 not found. Can someone help me to solve this issue?