Tip: the item to be deployed exceeds the maximum deployment size
When deploying R Shiny app, I constantly had this pop-up that I exceeding the maximum deployment size which was around 1.3Gb.
But, my file sizes all combined was around ~320 Mb.
I realized that the .RData was around ~1.1Gb. Once I identified and removed this file, the deployment size was brought within the acceptable limits, resolving the issue.
No comments:
Post a Comment