Error deploying app to rsconnect

Hi all,

I have been testing the same app deploying to rsconnect. Today I got the following error, does anyone have a solution?

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

Doing a little research the issues has recently been posted about but I can't find any solution.

This suggests there is an issue with the code of your app, can you provide a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one for a shiny app

I'll try work on a reproducible example and post soon. In the meantime, I've realized it has to do with the libraries used in my app. If there is only a single library loaded everything deploys fine, if there is more than a single package I get the error. So, I think it has to do with deployment and packages … I'll try to create and example code to show error.

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