Skip to content

Commit a4f8d4c

Browse files
authored
Merge branch 'main' into 850-fix-tm_missing_data-decorators@main
2 parents 9c36d96 + 3fca155 commit a4f8d4c

24 files changed

+35
-37
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.3.0.9083
4+
Version: 0.3.0.9086
55
Date: 2025-02-20
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.modules.general 0.3.0.9083
1+
# teal.modules.general 0.3.0.9086
22

33
* Removed `Show Warnings` modals from modules.
44
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.

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)

0 commit comments

Comments
 (0)