Hello,
I have an issue that is very similar to the post here: https://forum.posit.co/t/getting-error-while-publishing-application-on-rstudio-connect-package-not-installed-please-resolve-before-continuing/67563
I try to publish my single .Rmd Shiny app to shinyapps.io and it gives me this:
Error:
Document depends on package "bit" but it is not installed. Please
resolve before continuing.Document depends on package "bit64" but it is not installed. Please
resolve before continuing.Document depends on package "data.table" but it is not installed.
Please resolve before continuing.Document depends on package "ellipsis" but it is not installed.
Please resolve before continuing.Document depends on package "vctrs" but it is not installed. Please
resolve before continuing.
Execution halted
I can confirm that all the packages listed above ARE installed locally on my system and my app works just fine in a local environment. It only fails upon attempting to publish to my shinyapps.io account.
Is there any sort of way to get rsconnect to properly identify these packages and load them?
Many thanks