Had some issues, so ran the following commands:
# remotes::install_github("davismcc/scater") in R prompt in the conda environment from linux terminal
# BiocManager::install("scDblFinder") - in R prompt in conda environment from linux terminal
Had some issues, so ran the following commands:
# remotes::install_github("davismcc/scater") in R prompt in the conda environment from linux terminal
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.