Skip to content

Commit d3fb05b

Browse files
Fix documentation note about links on r-devel (#817)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9dc76c commit d3fb05b

24 files changed

+24
-24
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#' ```
4646
#'
4747
#' For additional details and examples of decorators, refer to the vignette
48-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
48+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4949
#'
5050
#' @examplesShinylive
5151
#' library(teal.modules.general)

R/tm_a_regression.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' - `plot` (`ggplot2`)
5151
#'
5252
#' For additional details and examples of decorators, refer to the vignette
53-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
53+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5454
#'
5555
#' @examplesShinylive
5656
#' library(teal.modules.general)

R/tm_data_table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' - `table` ([DT::datatable()])
3737
#'
3838
#' For additional details and examples of decorators, refer to the vignette
39-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
39+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4040
#'
4141
#' @examplesShinylive
4242
#' library(teal.modules.general)

R/tm_g_association.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#' - `plot` (`grob` created with [ggplot2::ggplotGrob()])
3232
#'
3333
#' For additional details and examples of decorators, refer to the vignette
34-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
34+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
3535
#'
3636
#' @examplesShinylive
3737
#' library(teal.modules.general)

R/tm_g_bivariate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#' - `plot` (`ggplot2`)
5454
#'
5555
#' For additional details and examples of decorators, refer to the vignette
56-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
56+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5757
#'
5858
#'
5959
#' @examplesShinylive

R/tm_g_distribution.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#' ```
5555
#'
5656
#' For additional details and examples of decorators, refer to the vignette
57-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
57+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5858
#'
5959
#' @examplesShinylive
6060
#' library(teal.modules.general)

R/tm_g_response.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#' - `plot` (`ggplot2`)
4747
#'
4848
#' For additional details and examples of decorators, refer to the vignette
49-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
49+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5050
#'
5151
#' @examplesShinylive
5252
#' library(teal.modules.general)

R/tm_g_scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#' - `plot` (`ggplot2`)
3838
#'
3939
#' For additional details and examples of decorators, refer to the vignette
40-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
40+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4141
#'
4242
#'
4343
#' @examplesShinylive

R/tm_g_scatterplotmatrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' - `plot` (`trellis` - output of `lattice::splom`)
2626
#'
2727
#' For additional details and examples of decorators, refer to the vignette
28-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
28+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
2929
#'
3030
#' @examplesShinylive
3131
#' library(teal.modules.general)

R/tm_missing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#' ```
4646
#'
4747
#' For additional details and examples of decorators, refer to the vignette
48-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal_transform_module()`] documentation.
48+
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4949
#'
5050
#' @examplesShinylive
5151
#' library(teal.modules.general)

0 commit comments

Comments
 (0)