-
-
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
[skip vbump] upversion to 0.4.0 #280
Conversation
Code Coverage Summary
Diff against main
Results for commit: 75d07c2 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 14 suites 1s ⏱️ Results for commit 75d07c2. ♻️ This comment has been updated with latest results. |
Deprecate `check` argument
Unit Test Performance DifferenceAdditional test case details
Results for commit 643fd6b ♻️ This comment has been updated with latest results. |
Closes #283 #### Changes description - [x] Proposes a new description - [ ] Remove/adress `@examples` of non-exported functions #### Here are a few alternatives 1. Utilities to provide a unified data model for `teal` applications focusing on reproducibility and relational data. 1. Utilities to provide a unified data model for `teal` applications focusing on reproducibility. The model and data transformation functions support a wide range of data structures, such as `data.frame`, `MultiAssayExperiment`, matrices and others. Relationships between datasets can be modelled using `join_keys` function. 1. Utilities to provide a unified data model for `teal` applications focusing on reproducibility that supports a wide range of data structures, such as `data.frame`, `MultiAssayExperiment`, matrices and others. 1. Utilities to provide a unified data model for `teal` applications focusing on reproducibility. `teal.data` supports a wide range of data structures, such as `data.frame`, `MultiAssayExperiment` and matrices. 1. With a core focus on reproducibility, these utilities provide a unified data model for teal applications, supporting a diverse range of data structures such as `data.frame`, `MultiAssayExperiment`, matrices, and others. 1. Utilities to provide a unified data model for `teal` applications focusing on reproducibility and relational data.
Co-authored-by: go_gonzo <[email protected]>
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.
🚀
teal.data now in cran: |
I think we talked about reverting the examples commit after the cran release. |
I don't see any commit where examples being removed for teal.data. |
|
Oh, thank god. I was unable to find them anywhere :D |
Sorry, my mistake. I must have misunderstood the response to our initial submission. In |
Related with #226