Skip to content

Commit

Permalink
docs: link to revdepcheck fn
Browse files Browse the repository at this point in the history
plus minor tweaks
  • Loading branch information
salim-b authored Feb 15, 2025
1 parent 8769507 commit 6bc8e1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/revdep.R
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 6bc8e1e

Please # to comment.