我使用here中的完全相同的代码来运行shinydashboardPlus。我尝试了CRAN和github版本 # for the CRAN version# for the latest versiondevtools::install_github("RinteRface/shinydashboardPlus") 我的sessionInfo是: R version 4.0.4 (2021-02-15stats
我使用{shinydashboard}和{shinydashboardPlus}来显示carousel。当我单击旋转木马指示器时,会显示背景阴影和蓝色边框(在早期版本的shinydashboardPlus::carousel中不是这样,我在下面的代码中添加了使用过的包版本)。# Windows 10 64bit, R 4.1.0library(shinydashboard) # 0.7.1
library(shinydashboardPlus
我有一个闪亮的应用程序,使用shinydashboard和shinydashboardPlus。在标题中,我能够添加一个switchInput,以允许用户在两个选项之间切换。(我尝试添加来自shinydashboardPlus的progressBar和shinyWidgets,但它们实际上都没有出现在标题中。) 编辑:也许关于我的用例的更多细节会有所帮助。library(shiny)library(shinydashboardPlus)
# De