-
Notifications
You must be signed in to change notification settings - Fork 7
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
matrixStats 1.0.0: Breaking changes #91
Comments
Thanks Henrik. |
Looks like you need to propagate Line 316 in 1664201
Otherwise, user-provided overrides aren't respected when the dispatcher decides it can skip block processing. |
@LTLA Won't the user-provided |
No, because |
* WIP: Re-sync with matrixStats v1.0.0 API * Update dependencies and `devtools::document()` * WIP: Tweaks to tests - Skipping tests that are currently failing for reasons outside of **DelayedMatrixStats** * Update .Rbuildignore * Use `names()<-` instead of `setNames()` * Re-enable tests of `colRanges()` and `rowRanges()` - Enabled by fix to Bioconductor/DelayedArray#106 * Correct `useNames` behaviour in rowCummins() * Bump minimum version of sparseMatrixStats - const-ae/sparseMatrixStats#27 fixe remaining unit tests * Regenerate README * Version bump * Pass `useNames` to `candidate()` - See #91 (comment)
Addressed as part of #96 |
Hello, matrixStats 1.0.0 is now on CRAN (as 2023-06-02). It comes with the following significant changes:
useNames = TRUE
is the new default for all functions.colQuantiles()
androwQuantiles()
only sets quantile percentage names whenuseNames = TRUE
, to align with how argument names ofstats::quantile()
works in base R. Previously,useNames = FALSE
also had such names attributes.The text was updated successfully, but these errors were encountered: