Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ repos:
- grDevices
- htmltools
- jsonlite
- lifecycle
- logger
- methods
- plotly
Expand Down
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Imports:
grDevices,
htmltools (>= 0.5.4),
jsonlite (>= 2.0.0),
lifecycle (>= 0.2.0),
logger (>= 0.4.0),
methods,
plotly (>= 4.10.4),
Expand All @@ -67,10 +66,8 @@ Suggests:
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite, r-lib/lifecycle,
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite,
daroczig/logger, plotly/plotly, r-lib/R6, daattali/shinycssloaders,
daattali/shinyjs, dreamRs/shinyWidgets, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.widgets,
Expand Down
2 changes: 1 addition & 1 deletion R/choices_labeled.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Set "`<choice>:<label>`" type of names
#'
#' @description `r lifecycle::badge("stable")`
#' @description
#'
#' This is often useful for as it marks up the drop-down boxes for [shiny::selectInput()].
#'
Expand Down
4 changes: 2 additions & 2 deletions R/filter_panel_api.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Managing `FilteredData` states
#'
#' @description `r lifecycle::badge("experimental")`
#' @description
#'
#' Set, get and remove filter states of `FilteredData` object.
#'
Expand Down Expand Up @@ -155,7 +155,7 @@ clear_filter_states <- function(datasets, force = FALSE) {

#' Gets filter expression for multiple `datanames` taking into account its order.
#'
#' @description `r lifecycle::badge("stable")`
#' @description
#'
#' To be used in `Show R Code` button.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/teal_slices.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @param include_varnames,exclude_varnames (`named list`s of `character`) where list names
#' match names of data sets and vector elements match variable names in respective data sets;
#' specify which variables are allowed to be filtered; see `Details`.
#' @param count_type `r lifecycle::badge("experimental")`
#' @param count_type
#' _This is a new feature. Do kindly share your opinions on
#' [`teal.slice`'s GitHub repository](https://github.com/insightsengineering/teal.slice/)._
#'
Expand Down
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
dplyr::filter
grDevices::rgb
htmltools::tagInsertChildren
lifecycle::badge
logger::log_debug
plotly::plot_ly
shinycssloaders::withSpinner
Expand Down
2 changes: 0 additions & 2 deletions man/choices_labeled.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/filter_state_api.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/get_filter_expr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/teal_slices.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading