Skip to content

Commit 02392f8

Browse files
Update lifecycle badges (#661)
Part of insightsengineering/coredev-tasks#649 Removed stable badges. Removed experimental badge - introduced at 0.5.0 #506 - introduced between 0.3.0 - 0.4.0 #165 Removed `lifecycle` at all - since there are no badges at this point anymore --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e9bb196 commit 02392f8

File tree

10 files changed

+6
-18
lines changed

10 files changed

+6
-18
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ repos:
2121
- grDevices
2222
- htmltools
2323
- jsonlite
24-
- lifecycle
2524
- logger
2625
- methods
2726
- plotly

DESCRIPTION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Imports:
4141
grDevices,
4242
htmltools (>= 0.5.4),
4343
jsonlite (>= 2.0.0),
44-
lifecycle (>= 0.2.0),
4544
logger (>= 0.4.0),
4645
methods,
4746
plotly (>= 4.10.4),
@@ -67,10 +66,8 @@ Suggests:
6766
VignetteBuilder:
6867
knitr,
6968
rmarkdown
70-
RdMacros:
71-
lifecycle
7269
Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
73-
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite, r-lib/lifecycle,
70+
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite,
7471
daroczig/logger, plotly/plotly, r-lib/R6, daattali/shinycssloaders,
7572
daattali/shinyjs, dreamRs/shinyWidgets, insightsengineering/teal.data,
7673
insightsengineering/teal.logger, insightsengineering/teal.widgets,

R/choices_labeled.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Set "`<choice>:<label>`" type of names
22
#'
3-
#' @description `r lifecycle::badge("stable")`
3+
#' @description
44
#'
55
#' This is often useful for as it marks up the drop-down boxes for [shiny::selectInput()].
66
#'

R/filter_panel_api.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Managing `FilteredData` states
22
#'
3-
#' @description `r lifecycle::badge("experimental")`
3+
#' @description
44
#'
55
#' Set, get and remove filter states of `FilteredData` object.
66
#'
@@ -155,7 +155,7 @@ clear_filter_states <- function(datasets, force = FALSE) {
155155

156156
#' Gets filter expression for multiple `datanames` taking into account its order.
157157
#'
158-
#' @description `r lifecycle::badge("stable")`
158+
#' @description
159159
#'
160160
#' To be used in `Show R Code` button.
161161
#'

R/teal_slices.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' @param include_varnames,exclude_varnames (`named list`s of `character`) where list names
1818
#' match names of data sets and vector elements match variable names in respective data sets;
1919
#' specify which variables are allowed to be filtered; see `Details`.
20-
#' @param count_type `r lifecycle::badge("experimental")`
20+
#' @param count_type
2121
#' _This is a new feature. Do kindly share your opinions on
2222
#' [`teal.slice`'s GitHub repository](https://github.com/insightsengineering/teal.slice/)._
2323
#'

R/zzz.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
dplyr::filter
3939
grDevices::rgb
4040
htmltools::tagInsertChildren
41-
lifecycle::badge
4241
logger::log_debug
4342
plotly::plot_ly
4443
shinycssloaders::withSpinner

man/choices_labeled.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/filter_state_api.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_filter_expr.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/teal_slices.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)