Skip to content
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

[r] Add check_only support for domain/shape updates #3400

Merged
merged 8 commits into from
Dec 5, 2024
Merged

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Dec 4, 2024

Issue and/or context: As tracked on issue #2407 / [sc-51048].

Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.

Changes:

These parallel logic surfaced on the Python side but not on the R side.

Found while working on https://cloud.tiledb.com/academy/structure/life-sciences/single-cell/tutorials/shapes/

Notes for Reviewer:

There is unit-test coverage. Also, I ran the cells in https://github.com/TileDB-Inc/TileDB-Documentation/pull/454.

apis/r/R/SOMADataFrame.R Outdated Show resolved Hide resolved
apis/r/R/SOMADataFrame.R Outdated Show resolved Hide resolved
apis/r/R/SOMADataFrame.R Show resolved Hide resolved
apis/r/R/SOMADataFrame.R Show resolved Hide resolved
apis/r/R/SOMADataFrame.R Outdated Show resolved Hide resolved
apis/r/R/SOMANDArrayBase.R Outdated Show resolved Hide resolved
apis/r/R/SOMANDArrayBase.R Show resolved Hide resolved
apis/r/tests/testthat/test-11-shape.R Outdated Show resolved Hide resolved
apis/r/tests/testthat/test-11-shape.R Outdated Show resolved Hide resolved
apis/r/tests/testthat/test-11-shape.R Outdated Show resolved Hide resolved
@johnkerl johnkerl requested a review from mojaveazure December 5, 2024 17:19
@johnkerl
Copy link
Member Author

johnkerl commented Dec 5, 2024

@mojaveazure thanks for the great feedback -- ready for round two!

Copy link
Member

@mojaveazure mojaveazure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed two places where we should be checking if (isTRUE(check_only)) 🤦, added as suggestions but otherwise this LGTM. Assuming CI passes, please remember to update the changelong, bump the develop version, and 🚢

apis/r/R/SOMANDArrayBase.R Outdated Show resolved Hide resolved
apis/r/R/SOMANDArrayBase.R Outdated Show resolved Hide resolved
@johnkerl johnkerl merged commit 8af4046 into main Dec 5, 2024
4 checks passed
@johnkerl johnkerl deleted the kerl/check-only-r branch December 5, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants