Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Bioconductor/MatrixGenerics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: devel
Choose a base ref
...
head repository: Bioconductor/MatrixGenerics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: RELEASE_3_17
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 41 files changed
  • 3 contributors

Commits on Jun 8, 2023

  1. Mitigate non-backward comptible changes in matrixStats 1.0.0 (issue #32)

    Modify calls to matrixStats functions to mitigate non-backward comptible
    changes in matrixStats 1.0.0. More precisely:
    - 'useNames=NA' became deprecated in matrixStats 1.0.0 so we make sure to
      never pass 'useNames=NA' when calling a matrixStats function;
    - furthermore, we make sure to pass a 'useNames' value that preserves the
      pre-matrixStats 1.0.0 behavior in order to avoid disruption.
    See #31 for a
    discussion of these changes.
    hpages authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f7b7354 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    29f77e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix some issues with NEWS.Rd file

    - Thanks Kurt Hornik for bringing to my attention; caught by `tools::checkRd('inst/NEWS.Rd')`.
    PeteHaitch committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7349a81 View commit details
    Browse the repository at this point in the history
Loading