-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Introduce teal_data class #470
Conversation
Code Coverage Summary
Diff against main
Results for commit: 3d176e3 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
DESCRIPTION
Outdated
@@ -45,6 +45,7 @@ Imports: | |||
shinycssloaders (>= 1.0.0), | |||
shinyjs, | |||
shinyWidgets (>= 0.6.2), | |||
teal.code (>= 0.4.1), | |||
teal.data (>= 0.3.0), |
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.
This will have to be bumped, I guess.
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 wonder why I bumped teal.code instead of teal.data 🤔 I think I have mistaken
Please add NEWS + vbump deps if needed |
6d7e7ec
to
bdcc7af
Compare
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 can no longer find anything wrong here 👌
Following:
init_filtered_data.tdata
will be removed. teal should call default method.init_filtered_data.tdata
is introduced as a convenience during a POC coding.