Use evaluate - #258
Merged
Merged
Conversation
Contributor
Code Coverage SummaryDiff against mainResults for commit: d17b8df Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Contributor
Unit Tests Summary 1 files 14 suites 5s ⏱️ Results for commit d17b8df. ♻️ This comment has been updated with latest results. |
Contributor
Unit Test Performance Difference
Additional test case details
Results for commit b53f9e1 ♻️ This comment has been updated with latest results. |
averissimo
reviewed
Jun 23, 2025
- mask environment for qenv - remove semicolon from the code
targets: #258
@gogonzo This might be a better solution that keeps the override under `evaluate()`, while avoiding changing who the `parent.env` is. That is, we don't need to check the "`grand.parent.env()`"
Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Signed-off-by: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
averissimo
reviewed
Jun 25, 2025
…d function (#261) ### Changes description - Remove intermediate plots by default - Avoids deprecated function in testthat 3rd edition - Adds some tests - Q: Does the S4 test make sense?
averissimo
approved these changes
Jun 26, 2025
averissimo
left a comment
Contributor
There was a problem hiding this comment.
💯
Fantastic new feature to qenv()!
Left one last comment about adding the information to vignettes
gogonzo
added a commit
to insightsengineering/teal.reporter
that referenced
this pull request
Jun 26, 2025
Followup to insightsengineering/teal.code#258 - eval_code adds `attr(code, "outputs")` to the `teal_card` but skips the warnings and messages (conditions).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
eval_codecaches now outputs of the code in theattr(<code line>, "outputs"). See the tests ofget_outputsto see how it works.