Skip to content

Commit

Permalink
don't export layout_expand currently
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 9, 2025
1 parent f794010 commit 019c107
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ export(is_stack_layout)
export(layer_order)
export(layout_annotation)
export(layout_design)
export(layout_expand)
export(layout_title)
export(link_draw)
export(link_line)
Expand Down
1 change: 0 additions & 1 deletion R/layout-align.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#' @param x,y Same as `...`, but specifically for `quad_layout()`.
#'
#' @importFrom rlang list2
#' @export
layout_expand <- function(..., x = waiver(), y = waiver()) {
if (...length() > 0L && (!is.waive(x) || !is.waive(y))) {
cli_abort(
Expand Down
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ reference:
- active
- ggalign_attr
- continuous_limits
- layout_expand

- title: Layout Customization
desc: >
Expand Down

0 comments on commit 019c107

Please sign in to comment.