I am working on a brilliant user interface for the easy-to-use analysis package that I create in R. I have not worked on it in a few months, but recently returned. I am creating an application to work exclusively with local machine users using runApp ().
Unfortunately, when I started the application after updating all my libraries, I received the following error:
Error : Tabs should all be unnamed arguments, but some are named: types
Along with this in the console:
Warning: Error in build: Tabs should all be unnamed arguments, but some are named: types Stack trace (innermost first): 56: build 55: buildTabset 54: tabsetPanel 53: tag 52: tags$div 51: div 50: mainPanel 49: sidebarLayout 48: tag 47: tags$div 46: div 45: tabPanel 44: structure 43: navbarMenu 42: navbarPage 41: shinyUI 1: runApp Error : Tabs should all be unnamed arguments, but some are named: types
I returned to the brilliant version 0.13.2 and this is not a problem. I was not able to track changes between versions causing this. The package I'm working on can be found here .
EDIT: Forgot to mention I'm currently using the brilliant version 0.14
source share