We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8769507 commit 6bc8e1eCopy full SHA for 6bc8e1e
R/revdep.R
@@ -1,11 +1,11 @@
1
#' Reverse dependency checks
2
#'
3
-#' 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
4
#' implemented by the revdepcheck package:
5
-#' * Creates `revdep/` directory and adds it to `.Rbuildignore`
+#' * Creates `revdep/` directory and adds it to `.Rbuildignore`.
6
#' * Populates `revdep/.gitignore` to prevent tracking of various revdep
7
-#' artefacts
8
-#' * Prompts user to run the checks with `revdepcheck::revdep_check()`
+#' artefacts.
+#' * Prompts the user to run the checks with [revdepcheck::revdep_check()].
9
10
#' @export
11
use_revdep <- function() {
0 commit comments