-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds names()
function and deprecates datanames()
#347
Conversation
Code Coverage Summary
Diff against main
Results for commit: 04fd26e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 13 suites 1s ⏱️ Results for commit 33de31f. |
Unit Tests Summary 1 files 13 suites 1s ⏱️ Results for commit 04fd26e. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 5657be8 ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I exhausted all comments here. Accept with a minor comment which you can address or not 👍
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
…`, `get()` and `$` S3 methods (#218) # Pull Request - Part of insightsengineering/teal.data#333 - Fixes #221 - closes #164 - Companion of insightsengineering/teal.data#347 #### Changes description - `qenv` S4 class inherits from `environment` data class - Removes `@env` slot in favor of `qenv` - Replace all instances of `@env` with `@.xData` (slot created by parent class) - All functions/methods that work for `environment` class are supported natively in `qenv` --------- Signed-off-by: André Veríssimo <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dawid Kałędkowski <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Pull Request
qenv
asenvironment
"type" -- addsnames(qenv/qenv.error)
,get()
and$
S3 methods teal.code#218Blockers
{teal.code}
qenv
asenvironment
"type" -- addsnames(qenv/qenv.error)
,get()
and$
S3 methods teal.code#218Changes description
names()
functiondatanames()
getter and setter