Skip to content

Commit

Permalink
hadley -> r-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 11, 2018
1 parent 58507a1 commit d8b1d3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Download and install R packages stored in GitHub,
BitBucket, or plain subversion or git repositories. This package
is a lightweight replacement of the `install_*` functions in
[`devtools`](https://github.com/hadley/devtools).
[`devtools`](https://github.com/r-lib/devtools).
Indeed most of the code was copied over from `devtools`.

## Features
Expand All @@ -28,7 +28,7 @@ Indeed most of the code was copied over from `devtools`.
* Install specific package versions from CRAN.
* Supports [BioConductor](https://bioconductor.org/) packages.
* Supports the `Remotes` field in `DESCRIPTION`. See more
[here](https://github.com/hadley/remotes/blob/master/vignettes/dependencies.Rmd).
[here](https://github.com/r-lib/remotes/blob/master/vignettes/dependencies.Rmd).
* Supports the `Additional_repositories` field in `DESCRIPTION`.
* Can install itself from GitHub (see below).
* Does not depend on other R packages.
Expand Down Expand Up @@ -128,7 +128,7 @@ assumed. Other possible values: `gitlab::`,`bitbucket::`, `git::`, `local::`,
`svn::`, `url::`, `version::`, `cran::`, `bioc::`.

See more about the `Remotes` field in this
[vignette](https://github.com/hadley/remotes/blob/master/vignettes/dependencies.Rmd).
[vignette](https://github.com/r-lib/remotes/blob/master/vignettes/dependencies.Rmd).

#### Additional repositories

Expand Down

0 comments on commit d8b1d3f

Please sign in to comment.