r-lib / prettycode

Syntax highlight R code in the terminal
https://r-lib.github.io/prettycode/
Other
101 stars 9 forks source link

Colorful output of base types #5

Closed nbenn closed 6 years ago

nbenn commented 6 years ago

I have really gotten used to output as produced by jalvesaq/colorout and was wondering whether something like this was in-scope for prettycode or if you want to keep this package limited to syntax highlighting of function bodies.

gaborcsardi commented 6 years ago

I would not mind a nicer print method for lists and vectors in general, but I will not work on this in the near future. Data frame pretty printing is being solved in the tibble package.