Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assess id argument in init() #1438

Open
donyunardi opened this issue Dec 20, 2024 · 0 comments
Open

Assess id argument in init() #1438

donyunardi opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@donyunardi
Copy link
Contributor

Summary

We need to evaluate whether the id argument is still necessary given recent improvements to make teal a modular framework:

As noted in the documentation, the id argument is currently a legacy feature:

teal/R/init.R

Lines 31 to 33 in 997da60

#' @param id (`character`) Optionally,
#' a string specifying the `shiny` module id in cases it is used as a `shiny` module
#' rather than a standalone `shiny` app. This is a legacy feature.

Acceptance Criteria

  • Assess whether the id argument should be retained or removed.
  • If removal is needed, initiate the soft-deprecation process.
  • Update the documentation (roxygen and vignette) to reflect any changes.
@donyunardi donyunardi changed the title Deprecate id argument in init() Assess id argument in init() Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant