Pool example code won't run on shinyapps.io

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!

This has been fixed, see Pool sample code fails on shinyapps.io: `dbplyr` is required to communicate · Issue #136 · rstudio/pool · GitHub
Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.