diff --git a/R/deps.R b/R/deps.R index 9e791eea..5a5e2ed8 100644 --- a/R/deps.R +++ b/R/deps.R @@ -420,7 +420,7 @@ find_deps <- function(packages, available = available_packages(), #' Any additional values that don't match one of the standard dependency #' types are filtered out. #' -#' @seealso for +#' @seealso for #' additional information on what each dependency type means. #' @keywords internal #' @export diff --git a/R/install-bitbucket.R b/R/install-bitbucket.R index a4ad11fd..3e9a742a 100644 --- a/R/install-bitbucket.R +++ b/R/install-bitbucket.R @@ -26,7 +26,7 @@ #' Bitbucket API with your own credentials, you will need to get an access #' token. You can create an access token following the instructions found in #' the -#' \href{https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html}{Bitbucket +#' \href{https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/}{Bitbucket #' App Passwords documentation}. The App Password requires read-only access to #' your repositories and pull requests. Then store your password in the #' environment variable `BITBUCKET_PASSWORD` (e.g. `evelynwaugh:swordofhonour`) diff --git a/README.md b/README.md index ca1bbd92..121bd599 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ -[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![R build status](https://github.com/r-lib/remotes/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/remotes/actions) [![Codecov test coverage](https://codecov.io/gh/r-lib/remotes/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/remotes?branch=master) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/remotes)](https://www.r-pkg.org/pkg/remotes) [![](https://www.r-pkg.org/badges/version/remotes)](https://www.r-pkg.org/pkg/remotes) -[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) Download and install R packages stored in GitHub, GitLab, Bitbucket, diff --git a/inst/install-github.R b/inst/install-github.R index 62f74fbf..e84b6154 100644 --- a/inst/install-github.R +++ b/inst/install-github.R @@ -954,7 +954,7 @@ function(...) { #' Any additional values that don't match one of the standard dependency #' types are filtered out. #' - #' @seealso for + #' @seealso for #' additional information on what each dependency type means. #' @keywords internal #' @export @@ -2251,7 +2251,7 @@ function(...) { #' Bitbucket API with your own credentials, you will need to get an access #' token. You can create an access token following the instructions found in #' the - #' \href{https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html}{Bitbucket + #' \href{https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/}{Bitbucket #' App Passwords documentation}. The App Password requires read-only access to #' your repositories and pull requests. Then store your password in the #' environment variable `BITBUCKET_PASSWORD` (e.g. `evelynwaugh:swordofhonour`) diff --git a/install-github.R b/install-github.R index 62f74fbf..e84b6154 100644 --- a/install-github.R +++ b/install-github.R @@ -954,7 +954,7 @@ function(...) { #' Any additional values that don't match one of the standard dependency #' types are filtered out. #' - #' @seealso for + #' @seealso for #' additional information on what each dependency type means. #' @keywords internal #' @export @@ -2251,7 +2251,7 @@ function(...) { #' Bitbucket API with your own credentials, you will need to get an access #' token. You can create an access token following the instructions found in #' the - #' \href{https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html}{Bitbucket + #' \href{https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/}{Bitbucket #' App Passwords documentation}. The App Password requires read-only access to #' your repositories and pull requests. Then store your password in the #' environment variable `BITBUCKET_PASSWORD` (e.g. `evelynwaugh:swordofhonour`) diff --git a/man/install_bitbucket.Rd b/man/install_bitbucket.Rd index 72a0c498..0180f187 100644 --- a/man/install_bitbucket.Rd +++ b/man/install_bitbucket.Rd @@ -101,7 +101,7 @@ To install from a private repo, or more generally, access the Bitbucket API with your own credentials, you will need to get an access token. You can create an access token following the instructions found in the -\href{https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html}{Bitbucket +\href{https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/}{Bitbucket App Passwords documentation}. The App Password requires read-only access to your repositories and pull requests. Then store your password in the environment variable \code{BITBUCKET_PASSWORD} (e.g. \code{evelynwaugh:swordofhonour}) diff --git a/man/standardise_dep.Rd b/man/standardise_dep.Rd index 67eb5421..28bc0e5c 100644 --- a/man/standardise_dep.Rd +++ b/man/standardise_dep.Rd @@ -24,7 +24,7 @@ types are filtered out.} Standardise dependencies using the same logical as \link{install.packages} } \seealso{ -\url{http://r-pkgs.had.co.nz/description.html#dependencies} for +\url{https://r-pkgs.org/description.html} for additional information on what each dependency type means. } \keyword{internal}