OR-Dept-Environmental-Quality / HAB_Shiny_app

1 stars 1 forks source link

Dan error" Error in dashboardPage(options = list(sidebarExpandOnHover = TRUE), header = dashboardHeader(titleWidth = 400), : unused argument (options = list(sidebarExpandOnHover = TRUE))" #1

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#L222

This is why the options argument in line 16 is unused. line 222 that uses it is commented out. So comment out line 16 and you will not get this error.

DEQecostel commented 3 years ago

ACTUALLY that was not the issue. the issue was that Yuan had dowloaded the developer version of the shinydashboardPlus package, not the CRAN version. for the correct package, use the highlighted download option in the image. Then the options argument will be used. image