Skip to content

Releases: insightsengineering/teal.code

v0.4.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 12 Sep 18:47
7b14c0a

Miscellaneous

  • Fix NEWS
  • Updated usage and installation instructions in README.
  • Updated phrasing of the qenv vignette.
  • Specified minimal version of package dependencies.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:30
6e86ee4

Breaking Change

  • chunks have been removed. The new qenv object should be used instead. See the new qenv vignette in the package for further details.

Miscellaneous

  • dev_suppress has been added to suppress rendering of plots on IDE.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:57
667a463

Major breaking change

  • chunks have now been deprecated and will be removed from the package in a future release. The new qenv object should be used instead. See the new qenv vignette in the package for further details.

New features

  • Added concat method to the qenv to offer the concatenate functionality.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 01:25
6d2083b

Miscellaneous

  • Removed the %<chunk% operator. Please use chunks_push instead.

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 14:30
27d0b4d

Enhancements

  • New wrapper function chunks_deep_clone to make a deep (i.e. completely independent) copy of a chunks objects.
  • Added a new wrapper chunks_new for chunks initialization.

Miscellaneous

  • Added a template to the pkgdown site.
  • Added a vignette to explain the advanced features of the chunks object.