Skip to content

Commit

Permalink
superlintr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Sep 26, 2023
1 parent fa43732 commit a03da37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/AddCardModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ add_card_button_ui <- function(id) {
#' @param card_fun `function` which returns a [`ReportCard`] instance. It can have optional `card` and `comment`
#' parameters. If `card` parameter is added, then the `ReportCard` instance is created for the user. Use `comment`
#' parameter to pass it's value whenever you prefer with `card$append_text()` - if `card_fun` does not have `comment`
#' parameter, then `comment` from `Add Card` UI module will be added at the end of the content of the card. If `label`
#' parameter, then `comment` from `Add Card UI` module will be added at the end of the content of the card. If `label`
#' parameter is provided, you can use it to customize appearance of the `card name` and use if to specify `card` content
#' with `card$append_text()` - if `card_fun` does not have `label` parameter, then `card name` will be set to the name
#' passed in `Add Card` UI module, but no text will be added to the content of the `card`.
#' passed in `Add Card UI` module, but no text will be added to the content of the `card`.
#'
#' @return `shiny::moduleServer`
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/add_card_button_srv.Rd

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

0 comments on commit a03da37

Please sign in to comment.