Skip to content

Default branch change affecting remotes::install_github #9664

Open
@dcollins15

Description

@dcollins15

As part of a larger effort to update our group's CI/CD workflows, we will be deprecating the master and develop branches in favor of cran and main respectively. For now, we will leave the old branches in place to give folks a chance to transfer their workflows over.

We have also updated the default branch for this repository from master to main. This change will affect users who install the package using remotes::install_github without setting the ref parameter. To install the latest CRAN release from GitHub users should now call:

remotes::install_github("satijalab/seurat", ref = "cran")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions