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

[WIP] [r] Remove expect_no_condition() calls for write_soma.SingleCellExperiment() #1874

Closed
wants to merge 2 commits into from

Conversation

mojaveazure
Copy link
Member

@mojaveazure mojaveazure commented Nov 6, 2023

For some reason, write_soma.SingleCellExperiment() seems to be calling a version of as.data.frame.numeric() that throws a deprecation warning. I believe this is causing downstream errors where testthat kills the write, but continues through the test suite. This PR is simply to test this theory.

Tracking issue: #1875.

…CellExperiment()`

For some reason, `write_soma.SingleCellExperiment()` seems to be calling
a version of `as.data.frame.numeric()` that throws a deprecation
warning. I believe this is causing downstream errors where testthat
kills the write, but continues through the test suite. This PR is simply
to test this theory
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

see 34 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

mojaveazure added a commit that referenced this pull request Nov 6, 2023
Bioc 3.18 and R 4.3.2 now throw deprecation warnings when casting from
`S4Vectors::DataFrame` to `data.frame`; this PR suppresses deprecation
warnings when doing that cast, but allows additional warnings to
percolate through

replaces #1874
resolves #1875
@mojaveazure
Copy link
Member Author

Replaced by #1876

@mojaveazure mojaveazure closed this Nov 6, 2023
@mojaveazure mojaveazure deleted the ph/fix/sce-deprecated branch November 6, 2023 18:22
mojaveazure added a commit that referenced this pull request Nov 6, 2023
Bioc 3.18 and R 4.3.2 now throw deprecation warnings when casting from
`S4Vectors::DataFrame` to `data.frame`; this PR suppresses deprecation
warnings when doing that cast, but allows additional warnings to
percolate through

[sc-36559]

replaces #1874
resolves #1875
github-actions bot pushed a commit that referenced this pull request Nov 6, 2023
Bioc 3.18 and R 4.3.2 now throw deprecation warnings when casting from
`S4Vectors::DataFrame` to `data.frame`; this PR suppresses deprecation
warnings when doing that cast, but allows additional warnings to
percolate through

[sc-36559]

replaces #1874
resolves #1875
johnkerl pushed a commit that referenced this pull request Nov 6, 2023
…#1878)

Bioc 3.18 and R 4.3.2 now throw deprecation warnings when casting from
`S4Vectors::DataFrame` to `data.frame`; this PR suppresses deprecation
warnings when doing that cast, but allows additional warnings to
percolate through

[sc-36559]

replaces #1874
resolves #1875

Co-authored-by: Paul Hoffman <mojaveazure@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants