Skip to content

Commit 4afcb80

Browse files
committed
fix pkgdown build error
1 parent 7cb17b4 commit 4afcb80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: R/layout-align.R

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' @param x,y Same as `...`, but specifically for `quad_layout()`.
1414
#'
1515
#' @importFrom rlang list2
16+
#' @keywords internal
1617
layout_expand <- function(..., x = waiver(), y = waiver()) {
1718
if (...length() > 0L && (!is.waive(x) || !is.waive(y))) {
1819
cli_abort(

Diff for: man/layout_expand.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)