Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 27 Jan 23:51
· 5 commits to main since this release
d170464

Enhancements

  • Introduced [.qenv function to subset qenv object (code and environment) to specified object names.
  • get_code() was extended with names parameter and allows the code extraction to be limited to objects stored in
    qenv but limited to names.
  • Introduced get_messages() to get messages produced during code evaluation.
  • get_code() returns original code formatting (white spaces and comments) passed to eval_code().
  • qenv inherits from the environment class, allowing to use ls(), names(), as.environment() and other functions on qenv objects.

Miscellaneous

  • join() method is deprecated, please use c() instead
  • get_var() method is deprecated, please use get, [[ or $ instead.
  • Remove deprecated function new_qenv.
  • Numerous bug fixes

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0