Skip to content

Commit

Permalink
Merge branch '812_landing_popup@main' of https://github.com/insightse…
Browse files Browse the repository at this point in the history
…ngineering/teal into 812_landing_popup@main
  • Loading branch information
m7pr committed Oct 24, 2023
2 parents c47552e + f26ee16 commit 7bebae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ is_arg_used <- function(modules, arg) {
#' `server` function.
#' @param ui_args (named `list`) with additional arguments passed on to the
#' `ui` function.
#' @param type (`character(1)`) The type of the class assigned to the final module. One of `"teal_module"`,
#' `"teal_module_reporter"` or `"teal_module_landing"`. Modules of class `"teal_module_landing"` will not be wrapped
#' into tabs in the `teal` application.
#' @param type (`character(1)`) Class assigned to the resulting module.

Check warning on line 192 in R/modules.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/modules.R,line=192,col=72,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' All modules will have class `teal_module` (default) but one other class may be added.

Check warning on line 193 in R/modules.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/modules.R,line=193,col=101,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' Modules of class `"teal_module_landing"` will not be wrapped into tabs in the `teal` application.
#'
#' @return object of class `teal_module`.
#' @export
Expand Down

0 comments on commit 7bebae8

Please sign in to comment.