Skip to content

Commit eb0a14a

Browse files
authored
Fix decorators (#857)
Closes #848
1 parent fa7c017 commit eb0a14a

22 files changed

+23
-22
lines changed

R/tm_a_pca.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#' ```
4343
#'
4444
#' For additional details and examples of decorators, refer to the vignette
45-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
45+
#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4646
#'
4747
#' @examplesShinylive
4848
#' library(teal.modules.general)
@@ -933,6 +933,7 @@ srv_a_pca <- function(id, data, reporter, filter_panel_api, dat, plot_height, pl
933933

934934
# plot eigenvector_plot ----
935935
plot_eigenvector <- function(base_q) {
936+
req(input$pc)
936937
pc <- input$pc
937938
ggtheme <- input$ggtheme
938939

R/tm_a_regression.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#' ```
6363
#'
6464
#' For additional details and examples of decorators, refer to the vignette
65-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
65+
#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
6666
#'
6767
#' @examplesShinylive
6868
#' library(teal.modules.general)

R/tm_g_association.R

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

R/tm_g_bivariate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#' ```
6666
#'
6767
#' For additional details and examples of decorators, refer to the vignette
68-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
68+
#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
6969
#'
7070
#'
7171
#' @examplesShinylive

R/tm_g_distribution.R

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

R/tm_g_response.R

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

R/tm_g_scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#' ```
5050
#'
5151
#' For additional details and examples of decorators, refer to the vignette
52-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
52+
#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
5353
#'
5454
#'
5555
#' @examplesShinylive

R/tm_g_scatterplotmatrix.R

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

R/tm_missing_data.R

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

R/tm_outliers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#' ```
4141
#'
4242
#' For additional details and examples of decorators, refer to the vignette
43-
#' `vignette("decorate-modules-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
43+
#' `vignette("transform-module-output", package = "teal")` or the [`teal::teal_transform_module()`] documentation.
4444
#'
4545
#' @examplesShinylive
4646
#' library(teal.modules.general)

0 commit comments

Comments
 (0)