Skip to content

Commit 72b7602

Browse files
committed
Fix missing argument from roxygen2 update
1 parent 6a7d3d8 commit 72b7602

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

R/check-mac.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
#' link to the page with the check results.
66
#'
77
#' @template devtools
8-
#' @inheritParams pkgbuild::build
8+
#' @inheritParams check_win
99
#' @param dep_pkgs Additional custom dependencies to install prior to checking the package.
10-
#' @param quiet If `TRUE`, suppresses output.
11-
#' @param ... Additional arguments passed to [pkgbuild::build()].
1210
#' @family build functions
1311
#' @return The url with the check results (invisibly)
1412
#' @export

R/check-win.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#'
1010
#' @template devtools
1111
#' @inheritParams pkgbuild::build
12+
#' @param manual Should the manual be built?
1213
#' @param email An alternative email to use, default `NULL` uses the package
1314
#' Maintainer's email.
1415
#' @param quiet If `TRUE`, suppresses output.

man/check_mac_release.Rd

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

man/check_win.Rd

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

0 commit comments

Comments
 (0)