OR-Dept-Environmental-Quality / HAB_Shiny_app

1 stars 1 forks source link

Error: 'box' is not an exported object from 'namespace:shinydashboardPlus' #2

Closed DEQecostel closed 3 years ago

DEQecostel commented 3 years ago

https://github.com/OR-Dept-Environmental-Quality/HAB_Shiny_app/blob/e612e9a65e3142a83323707ee2273aba0169637f/app.R#L127

I got this error when I tried to run the app locally. This is because the box function is from the shinydashboard package, not shinydashboardPlus.

DEQecostel commented 3 years ago

the box function is in the newest developer version of the shinydashboardPlus package, but not the version installed from CRAN. use the highlighted installation instead of the CRAN installation. image

DEQygrund commented 3 years ago

The package check has been built in the codes. All packages are required for using this app will be installed and loaded prior to rendering the Shiny app.