Skip to content

Commit 1ad7b75

Browse files
authored
Update lifecycle badges (#907)
Part of insightsengineering/coredev-tasks#649 Changed deprecate soft -> deprecate hard for badges introduced in 0.4.0. Next release is 0.4.2 or higher.
1 parent e9df228 commit 1ad7b75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/tm_data_table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ tm_data_table <- function(label = "Data Table",
112112
})
113113
}
114114
if (!missing(datasets_selected)) {
115-
lifecycle::deprecate_soft(
115+
lifecycle::deprecate_stop(
116116
when = "0.4.0",
117117
what = "tm_data_table(datasets_selected)",
118118
with = "tm_data_table(datanames)",

R/tm_front_page.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tm_front_page <- function(label = "Front page",
8383
checkmate::assert_multi_class(additional_tags, classes = c("shiny.tag.list", "html"))
8484
checkmate::assert_character(footnotes, min.len = 0, any.missing = FALSE)
8585
if (!missing(show_metadata)) {
86-
lifecycle::deprecate_soft(
86+
lifecycle::deprecate_stop(
8787
when = "0.4.0",
8888
what = "tm_front_page(show_metadata)",
8989
with = "tm_front_page(datanames)",

R/tm_variable_browser.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tm_variable_browser <- function(label = "Variable Browser",
9191
# Start of assertions
9292
checkmate::assert_string(label)
9393
if (!missing(datasets_selected)) {
94-
lifecycle::deprecate_soft(
94+
lifecycle::deprecate_stop(
9595
when = "0.4.0",
9696
what = "tm_variable_browser(datasets_selected)",
9797
with = "tm_variable_browser(datanames)",

0 commit comments

Comments
 (0)