I'm pretty new to shinyapps. While trying to better understand pool (to troubleshoot a different problem), I tried the pool example code from here, which connects to a sample MySQL database. It runs fine on my machine, but generates this error when running on shinyapps .io:
Warning: Error in dplyr::check_dbplyr: The package `dbplyr` is required to communicate with database backends.
I tried adding library(dbplyr)
at the top of the script, but that didn't help.
Any guidance would be appreciated!