Skip to content

Commit

Permalink
spelling; lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 20, 2024
1 parent b57e7e0 commit 609e88d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#' library(teal.modules.general)
#' interactive <- function() TRUE
#' {{ next_example }}
#' @examplesIf requireNamespace("ggpmisc", quietly = TRUE) && requireNamespace("ggpp", quietly = TRUE) && requireNamespace("goftest", quietly = TRUE)
#' @examplesIf all(vapply(c("ggpmisc", "ggpp", "goftest"), requireNamespace, logical(1), quietly = TRUE))
#' # general data example
#' data <- teal_data()
#' data <- within(data, {
Expand All @@ -58,7 +58,7 @@
#' library(teal.modules.general)
#' interactive <- function() TRUE
#' {{ next_example }}
#' @examplesIf requireNamespace("ggpmisc", quietly = TRUE) && requireNamespace("ggpp", quietly = TRUE) && requireNamespace("goftest", quietly = TRUE)
#' @examplesIf all(vapply(c("ggpmisc", "ggpp", "goftest"), requireNamespace, logical(1), quietly = TRUE))
#' # CDISC data example
#' data <- teal_data()
#' data <- within(data, {
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Forkers
Hoffmann
Prebuilt
Shinylive
TLG
UI
customizable
Expand Down
12 changes: 6 additions & 6 deletions man/tm_g_distribution.Rd

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

0 comments on commit 609e88d

Please sign in to comment.