rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
884 stars 300 forks source link

Can't able to deploy shiny App on Rstudio Connect #332

Open kmaheshkulkarni opened 4 years ago

kmaheshkulkarni commented 4 years ago

Error:- Attaching package: ‘shinydashboard’ The following object is masked from ‘package:graphics’: box Error in value[3L] : there is no package called ‘shinydashboardPlus’ Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> Execution halted Error Shinydashboard

colearendt commented 4 years ago

Thanks for your message!! This is probably a better post for the RStudio Community, and probably this section: https://community.rstudio.com/c/r-admin/rstudio-connect

This is because the issue is not with shinydashboard but is an issue trying to get the appropriate package installed on RStudio Connect.

This error looks to mean that the deployment process that Connect uses (which tries to install all of the packages that you used in development) has not installed the shinydashboardPlus package. Do you use the shinydashboardPlus package in this application? How are you using it? Do you have the "Deployment log" handy from when you deployed the application? Do you have access to the Connect configuration file on the Connect server? (/etc/rstudio-connect/rstudio-connect.gcfg)

Please answer these questions in a thread on RStudio Community (since it is a bit off topic here), and I will be happy to take a look at how we can help!