Error With Shiny App Deploying

I have been trying to deploy my shiny app and every time I do I get this error. Nothing I am doing is working...any suggestions?

Preparing to deploy application...DONE
Uploading bundle for application: 1572176...Error in data.frame(Source = source, Repository = repository) :
arguments imply differing number of rows: 1, 0
Calls: ... snapshotDependencies -> lapply -> FUN -> data.frame
Execution halted

I've had the same issue when trying to deploy from RStudio Cloud to shinyapps.io. I tried downloading an app that is currently on shinyapps.io and deploying from RStudio Cloud:
"Error in data.frame(Source = source, Repository = repository) :
arguments imply differing number of rows: 1, 0"

Same download, deploying from RStudio v 1.2.5019 under macOS10.12.6:
"Application successfully deployed".

Deploying from RStudio Cloud worked fine for me a few days ago.

Same here! Did you find the problem?

Me too. I published both from RStudio Cloud and desktop and get the same error.
Error in data.frame(Source = source, Repository = repository) :
arguments imply differing number of rows: 1, 0
Calls: ... snapshotDependencies -> lapply -> FUN -> data.frame
Execution halted

I retry from desktop PC and was asked to update rsconnect. Now it works. Will try to update rsconnect in Rstudio cloud and hope it works.

Are you using packrat with your project? I had the same issue but after I disabled packrat (packrat::off()) it was able to deploy fine

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.