NEWS
paint 0.3.0
- replace {pryr} dependency in favour of {lobstr}.
- fix edge cases in printing list cols
- add additional keyboard controls to ipaint
- improve painting speed, via row slicing, particularly noticable with ipaint.
paint 0.1.7
- Handle characters with invalid encoding by attempting conversion with
stringi::stri_trans_general. This will result invalid characters being replaces by a missing char question mark. Previously these crashed out {paint}, failing in {crayon}.
paint 0.1.6
- Compatibility with changes in {crayon}.
paint 0.1.5
- Small changes for backward compatibility with R. Verified working on 3.6.0.
paint 0.1.3
- Enhanced version of
ipaint() for interactively scrollable painted output. It no longer fills the terminal with junk. It's a nice terminal-only competitor to View()