Skip to content

Commit 37bfbd1

Browse files
committed
Work on check() docs
1 parent 3581599 commit 37bfbd1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

R/check.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
#' `check()` automatically builds a package before calling `check_built()`, as
1414
#' this is the recommended way to check packages. Note that this process runs
1515
#' in an independent R session, so nothing in your current workspace will affect
16-
#' the process.
16+
#' the process. Under-the-hood, `check()` and `check_built()` rely on
17+
#' [pkgbuild::build()] and [rcmdcheck::rcmdcheck()].
1718
#'
1819
#' @section Environment variables:
1920
#'
@@ -38,7 +39,7 @@
3839
#' `force_suggests`
3940
#' }
4041
#'
41-
#' @return An object containing errors, warnings, and notes.
42+
#' @return An object containing errors, warnings, notes, and more.
4243
#' @template devtools
4344
#' @inheritParams rcmdcheck::rcmdcheck
4445
#' @param document By default (`NULL`) will document if your installed

man/check.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)