Issue Issue 1 [Issue] Encode / Decode : Running `chunk` and `knit` documents 1456×821 112 KB small video display error : https://user-images.githubusercontent.com/7227582/161280423-ec5a362c-6c5f-4748-87a5-ae30c0f4b172.mp4 echarts4r and REmap, graphic visualization doesn't work... Issue 2 shinyWidgets::prettyRadioButtons() and shinydashboard::updateTabItems() - #2 by englianhu shinyWidgets::prettyRadioButtons() initially working smoothly when renderUI() but once click on the tab, the hidden <div>...</div> came again... small video display error : https://user-images.githubusercontent.com/7227582/161288371-000ca42c-818d-4e00-9f77-e3186a0f1459.mp4 Reference r - Display blank plot in shiny instead of error - Stack Overflow Echarts keeps rendering white blanks with large datasets on single canvas mode. · Issue #13164 · apache/echarts · GitHub
[Issue] Encode / Decode : Running `chunk` and `knit` documents
small video display error : https://user-images.githubusercontent.com/7227582/161280423-ec5a362c-6c5f-4748-87a5-ae30c0f4b172.mp4
echarts4r and REmap, graphic visualization doesn't work...
echarts4r
REmap
shinyWidgets::prettyRadioButtons() and shinydashboard::updateTabItems() - #2 by englianhu
shinyWidgets::prettyRadioButtons() initially working smoothly when renderUI() but once click on the tab, the hidden <div>...</div> came again...
shinyWidgets::prettyRadioButtons()
renderUI()
<div>...</div>
small video display error : https://user-images.githubusercontent.com/7227582/161288371-000ca42c-818d-4e00-9f77-e3186a0f1459.mp4
Source : Error: embed sidebar & css background inside html file doesn't work (shiny) · Issue #2 · scibrokes/owner · GitHub
Noticed that shinyWidgets supports shinyDashboard and shinyDashboardPlus, wonder why the error was there? Wonder if because of shinyDashboard::sidebarDashboard() not yet changed to more advanced shinyDashboardPlus::sidebarDashboard() useShinydashboardPlus <- function() { if (!requireNamespace(package = "shinydashboardPlus")) message("Package 'shinydashboardPlus' is required to run this function") deps <- findDependencies(shinydashboardPlus::dashboardPagePlus( header = shinydashboardPlus::dashboardHeaderPlus(), deps <- findDependencies(shinydashboardPlus::dashboardPage( header = shinydashboardPlus::dashboardHeader(), sidebar = shinydashboard::dashboardSidebar(), body = shinydashboard::dashboardBody() )) why not update sidebar = shinydashboardPlus::dashboardSidebar()? Citation : 55d05f4#commitcomment-70329789
Noticed that shinyWidgets supports shinyDashboard and shinyDashboardPlus, wonder why the error was there?
shinyWidgets
shinyDashboard
shinyDashboardPlus
Wonder if because of shinyDashboard::sidebarDashboard() not yet changed to more advanced shinyDashboardPlus::sidebarDashboard()
shinyDashboard::sidebarDashboard()
shinyDashboardPlus::sidebarDashboard()
useShinydashboardPlus <- function() { if (!requireNamespace(package = "shinydashboardPlus")) message("Package 'shinydashboardPlus' is required to run this function") deps <- findDependencies(shinydashboardPlus::dashboardPagePlus( header = shinydashboardPlus::dashboardHeaderPlus(), deps <- findDependencies(shinydashboardPlus::dashboardPage( header = shinydashboardPlus::dashboardHeader(), sidebar = shinydashboard::dashboardSidebar(), body = shinydashboard::dashboardBody() )) why not update sidebar = shinydashboardPlus::dashboardSidebar()?
useShinydashboardPlus <- function() { if (!requireNamespace(package = "shinydashboardPlus")) message("Package 'shinydashboardPlus' is required to run this function") deps <- findDependencies(shinydashboardPlus::dashboardPagePlus( header = shinydashboardPlus::dashboardHeaderPlus(), deps <- findDependencies(shinydashboardPlus::dashboardPage( header = shinydashboardPlus::dashboardHeader(), sidebar = shinydashboard::dashboardSidebar(), body = shinydashboard::dashboardBody() ))
why not update sidebar = shinydashboardPlus::dashboardSidebar()?
sidebar = shinydashboardPlus::dashboardSidebar()
Citation : 55d05f4#commitcomment-70329789
Citation : The alignment of Choices on Radio Button · Issue #484 · dreamRs/shinyWidgets · GitHub
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.