Skip to content

Commit 37fd5d8

Browse files
committed
Remove last vestiges of the master branch
Fixes #2372
1 parent e9ae103 commit 37fd5d8

3 files changed

Lines changed: 6 additions & 39 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- badges: start -->
44
[![R-CMD-check](https://github.com/r-lib/devtools/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/devtools/actions)
5-
[![Codecov test coverage](https://codecov.io/gh/r-lib/devtools/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-lib/devtools?branch=master)
5+
[![Codecov test coverage](https://codecov.io/gh/r-lib/devtools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/devtools?branch=main)
66
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/devtools)](https://cran.r-project.org/package=devtools)
77
<!-- badges: end -->
88

@@ -23,7 +23,7 @@ devtools::install_github("r-lib/devtools")
2323

2424
## Cheatsheet
2525

26-
<a href="https://rawgit.com/rstudio/cheatsheets/master/package-development.pdf"><img src="https://raw.githubusercontent.com/batpigandme/cheatsheets/1c942c36846559b3e8efbd40d023bc351aeed6ba/pngs/thumbnails/package-development-thumbs.png" height="252"/></a>
26+
<a href="https://rawgit.com/rstudio/cheatsheets/main/package-development.pdf"><img src="https://raw.githubusercontent.com/batpigandme/cheatsheets/1c942c36846559b3e8efbd40d023bc351aeed6ba/pngs/thumbnails/package-development-thumbs.png" height="252"/></a>
2727

2828
## Usage
2929

@@ -173,4 +173,4 @@ and visualization.
173173

174174
## Code of conduct
175175

176-
Please note that the devtools project is released with a [Contributor Code of Conduct](https://github.com/r-lib/devtools/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
176+
Please note that the devtools project is released with a [Contributor Code of Conduct](https://github.com/r-lib/devtools/blob/main/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.

revdep/email.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

vignettes/dependencies.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Because GitHub is the most commonly used unofficial package distribution in R, i
5959
Remotes: hadley/testthat
6060
```
6161
62-
You can also specify a specific hash, tag, or pull request (using the same syntax as `install_github()` if you want a particular commit. Otherwise the latest commit on the master branch is used.
62+
You can also specify a specific hash, tag, or pull request (using the same syntax as `install_github()` if you want a particular commit. Otherwise the latest commit on the HEAD of the branch is used.
6363

6464
```yaml
6565
Remotes: hadley/httr@v0.4,
@@ -92,10 +92,10 @@ Remotes: bitbucket::sulab/mygene.r@default, djnavarro/lsr
9292
Remotes: bioc::3.3/SummarizedExperiment#117513, bioc::release/Biobase
9393
9494
# SVN
95-
Remotes: svn::https://github.com/hadley/stringr
95+
Remotes: svn::https://github.com/tidyverse/stringr
9696
9797
# URL
98-
Remotes: url::https://github.com/hadley/stringr/archive/master.zip
98+
Remotes: url::https://github.com/tidyverse/stringr/archive/main.zip
9999
100100
# Local
101101
Remotes: local::/pkgs/testthat

0 commit comments

Comments
 (0)