* Document depends on package "dbplyr" but it is not installed. Please
resolve before continuing.
In addition: Warning messages:
1: In FUN(X[[i]], ...) :
Failed to infer source for package 'dbplyr'; using latest available version on CRAN instead
2: Unable to package DESCRIPTION files: Couldn't find DESCRIPTION file for dbplyr
Execution halted
R Markdown content that is going to be deployed to RStudio Connect should not contain any explicit package installations via install.packages. If you use (in your case) library(dbplyr) instead, the dbplyr package will be automatically installed on the Connect server during deployment.