Skip to content

Releases: lewinfox/icecream

Version 0.2.1

27 Sep 10:14
Compare
Choose a tag to compare

A minor update to how package-level documentation is generated. See r-lib/roxygen2#1491.

Version 0.2.0

05 Oct 07:15
Compare
Choose a tag to compare
  • Large or complex objects like data frames and lists are now printed in a more user-friendly way (@DominikRafacz and @ErdaradunGaztea)
  • New context managers with_ic_enable() and with_ic_disable() introduced (#6, @Ben-Stiles).
  • ic() output is now dynamically truncated to the width of the terminal.
  • ic() will now work properly with rlang 1.0 (#8, @lionel-)