Skip to content

Commit

Permalink
clean R CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Sep 15, 2021
1 parent 4a9f14f commit 5bbdceb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ This release is a patch to fix an issue preventing the release of Shiny 1.7.0.

## Minor changes
- Internal change regarding the `{waiter}` package but no user impact. Thanks @JohnCoene.
- Continue to move away from `shiny:::processDeps` to `htmltools::renderTags()`


# bs4Dash 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion R/dashboardControlbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ controlbarItem <- function(title, ..., value = title, icon = NULL) {
#' @inheritParams shiny::updateTabsetPanel
#' @rdname dashboardControlbar
#' @export
updateControlbarMenu <- function (session = getDefaultReactiveDomain(), inputId, selected = NULL) {
updateControlbarMenu <- function (session = shiny::getDefaultReactiveDomain(), inputId, selected = NULL) {
shiny::updateTabsetPanel(session = session, inputId, selected = selected)
}

Expand Down
2 changes: 1 addition & 1 deletion R/dashboardSidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ bs4SidebarUserPanel <- function(name, image = NULL) {
#' )
#' }
#' @export
updatebs4TabItems <- function (session = getDefaultReactiveDomain(), inputId, selected = NULL) {
updatebs4TabItems <- function (session = shiny::getDefaultReactiveDomain(), inputId, selected = NULL) {
shiny::updateTabsetPanel(session = session, inputId, selected = selected)
}

2 changes: 1 addition & 1 deletion man/dashboardControlbar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/dashboardSidebar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bbdceb

Please sign in to comment.