Skip to content

CRAN release v0.23.0

Compare
Choose a tag to compare
@stewid stewid released this 17 Jul 20:51
· 387 commits to main since this release

IMPROVEMENTS

  • Updated the bundled libgit2 source code to v0.27.3 (504bd54).

BREAKING CHANGE

  • On macOS, git2r no longer enables SSH transport by default. This is
    due to the complexity to build the dependencies for SSH transport in
    an R package when macOS no longer ships the OpenSSL headers.
    However, you can install git2r from source on macOS (see the 'R
    Installation and Administration' manual) with SSH transport enabled
    if you first install the libgit2 library, for example, using the
    Homebrew package manager. Another possibility is to let the build
    configuration automatically download the libgit2 library from the
    Homebrew package manager with:

    install.packages('git2r', type='source', configure.vars='autobrew=yes')