-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
teal.data::datanames()
is deprecated in favor of dot-prefix and names()
#1239
Conversation
teal.data::datanames()
is deprecated in favor of dot-prefix and ls()
teal.data::datanames()
is deprecated in favor of dot-prefix and names()
Unit Tests Summary 1 files 70 suites 1h 5m 9s ⏱️ Results for commit 7d1e96a. ♻️ 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.
Fine here 👍 R CMD check not related with the current changes. Feel free once CICD resolved
Unit Test Performance Difference
Results for commit abbef5b ♻️ This comment has been updated with latest results. |
Pull Request
Part of insightsengineering/teal.data#333
Blocked by:
qenv
asenvironment
"type" -- addsnames(qenv/qenv.error)
,get()
and$
S3 methods teal.code#218names()
function and deprecatesdatanames()
teal.data#347teal.data::datanames()
is deprecated in favor of dot-prefix andls()
teal#1402