ShinydashboardPlus flipBox在3.5.1中不可用

时间:2019-05-23 15:28:20

标签: shiny shinydashboard

我正在R 3.5.1中运行ShinydashboardPlus,并且flipBox的选项当前不可用。我已经将3.5.2和3.3.1与flipBox一起使用,但是当我加载库flipbox时,它不可用。

我还注意到3.5.1中没有ShinyEffects,所以我不确定这是否是原因。

我尝试多次卸载并重新安装该软件包。它确实已加载,但没有flipBox。我正在运行的环境是3.5.1,因此很难切换到其他R版本。

library(shinydashboardPlus)
install.packages("shinyEffects")
tabItem(
   tabName = "Test",
   tags$br(),
   flipBox(id = 500, 
     title = "Test Flipbox"
     closable = FALSE,
     front_title = "Test Flipbox"
     boxPlus()
)

flipBox中的错误(id = 500,标题=“ Test Flipbox”,:
找不到功能“ flipBox” 调用:runApp ..tabItems-> lapply-> tabItem-> div->->标签

install.packages(“ shinyEffects”) install.packages中的警告:   软件包“ shinyEffects”不可用(对于R版本3.5.1)

0 个答案:

没有答案