diff --git a/R/revdep.R b/R/revdep.R index 4621e2d83..04f80309f 100644 --- a/R/revdep.R +++ b/R/revdep.R @@ -1,11 +1,11 @@ #' Reverse dependency checks #' -#' Performs set up for checking the reverse dependencies of an R package, as +#' Performs setup for checking the reverse dependencies of an R package, as #' implemented by the revdepcheck package: -#' * Creates `revdep/` directory and adds it to `.Rbuildignore` +#' * Creates `revdep/` directory and adds it to `.Rbuildignore`. #' * Populates `revdep/.gitignore` to prevent tracking of various revdep -#' artefacts -#' * Prompts user to run the checks with `revdepcheck::revdep_check()` +#' artefacts. +#' * Prompts the user to run the checks with [revdepcheck::revdep_check()]. #' #' @export use_revdep <- function() {