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

Default branch change affecting remotes::install_github #9664

Open
dcollins15 opened this issue Feb 3, 2025 · 0 comments
Open

Default branch change affecting remotes::install_github #9664

dcollins15 opened this issue Feb 3, 2025 · 0 comments

Comments

@dcollins15
Copy link
Contributor

dcollins15 commented Feb 3, 2025

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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant