Closed DivadNojnarg closed 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")
this is fixed in 0.5.0
With the latest CRAN release, the code below will not work:
I fixed it in the development version: