We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: could not find function "navbarPage"
* checking running R code from vignettes ... ‘fresh.Rmd’ using ‘UTF-8’... failed ‘vars-bs4dash.Rmd’ using ‘UTF-8’... OK ‘vars-shiny.Rmd’ using ‘UTF-8’... OK ‘vars-shinydashboard.Rmd’ using ‘UTF-8’... OK ERROR Errors in running code in vignettes: when running code in ‘fresh.Rmd’ ... > mytheme <- create_theme(theme = "default", bs_vars_navbar(default_bg = "#75b8d1", + default_color = "#FFFFFF", default_link_color = "#FFFFFF", .... [TRUNCATED] > navbarPage(title = "Custom navbar", header = tagList(use_theme(mytheme)), + tabPanel("Tab 1"), tabPanel("Tab 2")) When sourcing ‘fresh.R’: Error: could not find function "navbarPage" Execution halted * checking re-building of vignette outputs ... SKIPPED * DONE Status: 1 ERROR
The text was updated successfully, but these errors were encountered:
This code is not supposed to be evaluated as specified here :
fresh/vignettes/fresh.Rmd
Line 14 in 5816b65
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: