RinteRface / shinydashboardPlus

extensions for shinydashboard
https://shinydashboardplus.rinterface.com
Other
455 stars 77 forks source link

Error in the rightSidebar: CRAN 0.3.0 #7

Closed DivadNojnarg closed 6 years ago

DivadNojnarg commented 6 years ago

With the latest CRAN release, the code below will not work:

library(shiny)
library(shinydashboard)
library(shinydashboardPlus)

shinyApp(
  ui = dashboardPagePlus(
    header = dashboardHeaderPlus(
     enable_rightsidebar = TRUE,
     rightSidebarIcon = "gears"
    ),
    sidebar = dashboardSidebar(),
    body = dashboardBody(),
    rightsidebar = rightSidebar(),
    title = "DashboardPage"
  ),
  server = function(input, output) { }
)

I fixed it in the development version:

devtools:install_github("DivadNojnarg/shinydashboardPlus")
DivadNojnarg commented 6 years ago

this is fixed in 0.5.0