rstudio/shinyapps-package-dependencies

there is no package called ‘dbplyr’

Opened this issue · 0 comments

These are the lost of packages I use in my application:

c('rsconnect','shiny','tidyverse','timevis','ggplot2','ggthemes','ggsci','grid','Rcpp',
             'DT','DBI','RMySQL','RODBC','data.table','lubridate','shinyWidgets','dbplyr','dplyr')

No matter what I do, when I deploy the app to www.shinyapps.io, I keep getting this error about dbplyr:

2021-08-12T04:48:34.843309+00:00 shinyapps[4141115]: Listening on http://127.0.0.1:34619
2021-08-12T04:48:44.918049+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.918052+00:00 shinyapps[4141115]:   there is no package called ‘tidyverse’
2021-08-12T04:48:44.918458+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.918459+00:00 shinyapps[4141115]:   there is no package called ‘timevis’
2021-08-12T04:48:44.918854+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.918855+00:00 shinyapps[4141115]:   there is no package called ‘ggplot2’
2021-08-12T04:48:44.919607+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.919230+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.919231+00:00 shinyapps[4141115]:   there is no package called ‘ggthemes’
2021-08-12T04:48:44.943869+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:44.943871+00:00 shinyapps[4141115]:   there is no package called ‘DT’
2021-08-12T04:48:44.919608+00:00 shinyapps[4141115]:   there is no package called ‘ggsci’
2021-08-12T04:48:45.022811+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:45.022812+00:00 shinyapps[4141115]:   there is no package called ‘RMySQL’
2021-08-12T04:48:45.023225+00:00 shinyapps[4141115]:   there is no package called ‘RODBC’
2021-08-12T04:48:45.023193+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:45.077377+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:45.077379+00:00 shinyapps[4141115]:   there is no package called ‘lubridate’
2021-08-12T04:48:45.077784+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:45.077786+00:00 shinyapps[4141115]:   there is no package called ‘shinyWidgets’
2021-08-12T04:48:45.078168+00:00 shinyapps[4141115]: Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
2021-08-12T04:48:45.078169+00:00 shinyapps[4141115]:   there is no package called ‘dbplyr’
2021-08-12T04:48:45.350168+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.350171+00:00 shinyapps[4141115]: Attaching package: ‘dplyr’
2021-08-12T04:48:45.351078+00:00 shinyapps[4141115]: The following objects are masked from ‘package:data.table’:
2021-08-12T04:48:45.350171+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351079+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351452+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351835+00:00 shinyapps[4141115]: The following objects are masked from ‘package:base’:
2021-08-12T04:48:45.351080+00:00 shinyapps[4141115]:     between, first, last
2021-08-12T04:48:45.351837+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351080+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351450+00:00 shinyapps[4141115]: The following objects are masked from ‘package:stats’:
2021-08-12T04:48:45.351451+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351452+00:00 shinyapps[4141115]:     filter, lag
2021-08-12T04:48:45.351836+00:00 shinyapps[4141115]: 
2021-08-12T04:48:45.351836+00:00 shinyapps[4141115]:     intersect, setdiff, setequal, union
2021-08-12T04:48:45.667336+00:00 shinyapps[4141115]: Warning: Error in : The dbplyr package is required to communicate with database backends.
2021-08-12T04:48:45.672697+00:00 shinyapps[4141115]:   69: <Anonymous>
2021-08-12T04:48:45.672829+00:00 shinyapps[4141115]: Error : The dbplyr package is required to communicate with database backends.
2021-08-12T04:49:07.440799+00:00 shinyapps[4141115]: Error : The dbplyr package is required to communicate with database backends.
2021-08-12T04:49:07.438359+00:00 shinyapps[4141115]: Warning: Error in : The dbplyr package is required to communicate with database backends.
2021-08-12T04:49:07.440669+00:00 shinyapps[4141115]:   69: <Anonymous>