Skip to content

Commit 6bc8e1e

Browse files
authored
docs: link to revdepcheck fn
plus minor tweaks
1 parent 8769507 commit 6bc8e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/revdep.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#' Reverse dependency checks
22
#'
3-
#' Performs set up for checking the reverse dependencies of an R package, as
3+
#' Performs setup for checking the reverse dependencies of an R package, as
44
#' implemented by the revdepcheck package:
5-
#' * Creates `revdep/` directory and adds it to `.Rbuildignore`
5+
#' * Creates `revdep/` directory and adds it to `.Rbuildignore`.
66
#' * Populates `revdep/.gitignore` to prevent tracking of various revdep
7-
#' artefacts
8-
#' * Prompts user to run the checks with `revdepcheck::revdep_check()`
7+
#' artefacts.
8+
#' * Prompts the user to run the checks with [revdepcheck::revdep_check()].
99
#'
1010
#' @export
1111
use_revdep <- function() {

0 commit comments

Comments
 (0)