teal.code

Code storage and execution class for teal applications

OTHER License

Downloads
789
Stars
11
Committers
28

Bot releases are visible (Hide)

teal.code - v0.5.0 Latest Release

Published by insights-engineering-bot 9 months ago

Breaking Change

  • qenv objects should now be created with qenv() rather than new_qenv(). The new constructor always creates an empty object. new_qenv is now deprecated.

Miscellaneous

  • Exported the qenv class from the package.
  • The @code field in the qenv class now holds character, not expression.
  • The get_code method returns a single concatenated string of the code.
  • Added within support for qenv.error class.
  • Added get_env method that allows to extract environment stored in qenv@env slot.

What's Changed

New Contributors

Full Changelog: https://github.com/insightsengineering/teal.code/compare/v0.4.1...v0.5.0

teal.code - v0.4.1

Published by insights-engineering-bot about 1 year ago

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: https://github.com/insightsengineering/teal.code/compare/v0.4.0...v0.4.1

teal.code - v0.4.0

Published by insights-engineering-bot about 1 year ago

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: https://github.com/insightsengineering/teal.code/compare/v0.3.0...v0.4.0

teal.code - v0.3.0

Published by github-actions[bot] over 1 year ago

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: https://github.com/insightsengineering/teal.code/compare/v0.2.0...v0.3.0

teal.code - v0.2.0

Published by github-actions[bot] about 2 years ago

Miscellaneous

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

What's Changed

Full Changelog: https://github.com/insightsengineering/teal.code/compare/v0.1.1...v0.2.0

teal.code - v0.1.1

Published by github-actions[bot] over 2 years ago

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.
Package Rankings
Top 25.83% on Cran.r-project.org
Badges
Extracted from project README
CRAN Version Total Downloads Last Month Downloads Last Week Downloads Check 🛠 Docs 📚 Code Coverage 📔 Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues Stargazers over time Stargazers repo roster for @insightsengineering/teal.code Forkers repo roster for @insightsengineering/teal.code