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

Add cli to Imports #296

Open
trangdata opened this issue Nov 18, 2024 · 1 comment
Open

Add cli to Imports #296

trangdata opened this issue Nov 18, 2024 · 1 comment

Comments

@trangdata
Copy link
Collaborator

From June's comment:

Now that we have {rlang}, we're 1-step removed from also adding {cli} which I think may be worth considering later as QoL improvement: ex: warn() -> cli_warn(). The cli::cli_progress_*() functions can also replace our dependency to {progress}!

This is kind of a no brainer since cli is a tibble's dependency anyway.

@yjunechoe
Copy link
Collaborator

!! We can plan for a broad refactoring including:

  • cat(), print()
  • message(), warning(), stop()
  • Miscellaneous signaling functions like .Deprecated(), packageStartupMessage(), etc.
  • {rlang} warn() et al.
  • {progress}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants