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

Decorate print methods with cli #73

Open
ateucher opened this issue May 13, 2019 · 4 comments
Open

Decorate print methods with cli #73

ateucher opened this issue May 13, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@ateucher
Copy link
Collaborator

ateucher commented May 13, 2019

https://github.com/r-lib/cli

@ateucher
Copy link
Collaborator Author

Eg.

library(cli)
cat("Available", col_green(symbol$tick))
#> Available ✔
cat("Not available", col_red(symbol$cross))
#> Not available ✖

@ateucher ateucher added this to the v0.2.0 milestone May 14, 2019
@boshek
Copy link
Collaborator

boshek commented May 14, 2019

Merging with #56

@ateucher ateucher added the enhancement New feature or request label May 14, 2019
@stephhazlitt
Copy link
Member

Are there more print methods we want decorated, or should this be closed with v0.1.2?

@boshek
Copy link
Collaborator

boshek commented Dec 16, 2019

I'd advocate to keep it open for now. I think there is more fun work to be done in this space.

@ateucher ateucher removed this from the v0.2.0 milestone Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants